.notice_heading {
	font-size : 100%;
	font-variant : small-caps;
	padding-bottom : 6pt;
	letter-spacing : 2pt;
}

.notice_text {
	font-size : 70%;
	line-height : 150%;
}

.redbold {
	color : #FF0000;
	font-weight : bold;
}

.butterscotch {
	letter-spacing : 1px;
	font-variant : small-caps;
	background-color : #FFCC66;
	font-size : smaller;
}

.nws {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.red {
	color : #FF0000;
}

.green {
	color : #2E8B57;
}

.blue {
	color : #0000FF;
}

.bluetemp {
	color : #0000FF;
}

.nwslink {
	color: White;
	text-decoration: none;
}

SUP {
	font-size : smaller;
}

#dropmenudiv{
	position:absolute;
	background-image: url("image/grass.jpg");
	border:1px solid black;
	border-bottom-width: 0;
	font-family :Arial, Helvetica, sans-serif;
	font-size:9pt;
	/* line-height:18px; */
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	/* font-weight: bold; */
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFCC66;
	/*font-weight: bold;*/
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}

