body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fff;
	margin:0px 0px 0px 0px;
}

p.homeblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

a:link, a:visited {
	color:#A97F02;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	background-color: #fc3;
	text-decoration: none;
}

a:link.homeblurb, a:visited.homeblurb {
	color:#fc3;
	text-decoration: underline;
}
a:hover.homeblurb, a:active.homeblurb {
	color: #000;
	background-color: #fc3;
	text-decoration: none;
}

/*styles for navigation links*/

/*utility nav (home, help, site map)*/
#utility {
	color: #fc3;
	padding-left:5px;
	font-size: 0.7em;
	text-align: center;
}

#utility a:link, #utility a:visited {
	font-weight: bold;
	color: #fc3;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}

#utility a:hover,#utility a:active {
	font-weight: bold;
	color: #000;
	background-color: #fc3;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

/*main left-hand nav links*/
#mainnav {
	background-color: #000;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.4em;
	width: 100%;
}

#mainnav a:link, #mainnav a:visited {
	font-weight: bold;
	color: #fc3;
	text-decoration: underline;
	/*padding-left:6px;*/
	width: 176px;
	display: block;
}

#mainnav a:hover,#mainnav a:active {
	color: #000;
	background-color: #fc3;
	text-decoration: none;
}	




/*styles for quick search box */
#quicksearch {
	background-color: #000;
	color: #fff;
	font-size: 0.7em;
	padding-left:6px;
}

a.help:link, a.help:visited  {
	color: #fc3;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}

 a.help:hover, a.help:active {
	font-weight: bold;
	color: #000;
	background: #fc3;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

.gobutton {
	color: #fff;
	text-decoration: none;	
	background-color: #96c;
	border: 1px solid #306;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding: 1px 2px 1px 2px;
	margin-left: 0px;
}
a.gobutton:link, a.gobutton:visited, a.gobutton:hover, a.gobutton:active {
	font-size: 1em;
	color: #96c;
	padding: 0px;
}
.selectbutton {
	color: #fff;
	background-color:#96c;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	width: 66px;
	height: 21px;
	cursor: pointer;
}

/*style on quick search box*/
.quick {
	width: 127px;
	height: 21px;
	margin-top: 8px;
}


/*styles for footer text*/
.footer{
	font-size: 0.6em;
	margin-left:6px;
}





/* Classes reserved for popup window links */
.popUpSingle, .popUpHelp, .popUpMulti, .externalLink {background: url(/images/popup1.gif) right 50% no-repeat;padding-right: 15px;}
/* Class to add for links that need background images removed */
.noBG {background: transparent;padding-right: 0;}
/* Class dynamically added to hidden text in links by script */
.iconPDF{background: url(/images/icon_pdf.gif) right 50% no-repeat;padding-right: 20px;}
a span.hiddenText{position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow: hidden;}



