/* CSS Document */
<!--
body,td,th,h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

body {
	background-color: #FFFFFF;
	background-image:url(images/backer.gif);	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header_back {
	background-image:url(images/header_back.gif);
}

#backer {
	background-image:url(images/content_back.png);
}

#footerimg {
	background-image:url(images/footer.png);
}


#navbar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navbar li a {
	background-image:url(images/menu/bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	line-height:14px;
	
	color:#FFDF00;
	text-decoration:none;
}
#navbar li a:hover {
	background-image:url(images/menu/bulletcurrent.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 12px;

	color:#999999;
	text-decoration:none;	
}
#navbar li.current a {
	background-image:url(images/menu/bulletcurrent.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	line-height:14px;

	color:#999999;	
	text-decoration:none;
}
h1 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:dotted #333333 1px;

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
input ,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}
.search {
	color:#FFDF00;
	background-color:#000000;
	background-image:url(images/searchimages/search-back.gif);
	background-repeat:no-repeat;
	padding:20px 0 0 22px;
	font-size:9.5px;
	font-weight:bold;
	line-height:14px;
}
.search a{
	color:#FFDF00;
}

.search a:hover{
	color:#999999;	
	text-decoration:none;
}

#minisearchForm {
	margin:5px 0px;
}
#minisearchForm label{
	color:#FFDF00;
}
#minisearchForm select{
	margin-top:4px;
	width:150px;
}
#minisearchForm .btnSubmit{
	font-size:9.5px;
	font-weight:bold;
	line-height:14px;
	background-color:#272727;
	border:none;
	color: #FFDF00;
	text-align:left;
	height:20px;
	cursor: pointer; 	
}
#minisearchForm .btnSubmit:hover{
	color:#999999;	
	cursor: pointer; /* cursor: hand; for IE5 */
}


.searchyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFDE00;
}
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.searchlink                 { text-decoration: none; font-weight: bold; font-size: 10px; color: #FFDE00; font-family: Verdana; }   
a.searchlink:link            { text-decoration: none; font-weight: bold; font-size: 10px; color: #FFDE00; font-family: Verdana; }
a.searchlink:visited         { text-decoration: none; font-weight: bold; font-size: 10px; color: #FFDE00; font-family: Verdana; }
a.searchlink:hover           { text-decoration: underline; font-weight: bold; font-size: 10px; color: #FFDE00; font-family: Verdana; }

a.medlink, a.medlink:link, a.medlink:visited, a.medlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
a.medlink:hover {
	text-decoration: overline; background-color: #ffdf00;
}
.greybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.copyBold{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.news {
	width:480px;
}
.newsBack {
	margin-bottom:20px;
	padding:10px;
	height:100px;
	background-image:url(images/news/news-back.gif);
	background-repeat: no-repeat;
	}
.news p {
margin-bottom:4px;
}

.separator{
border-bottom:#999999 dotted 1px;
magin:0;
height:10px;
}
.textmiddle {
vertical-align:middle;
padding-right:10px;
}

.GMAPEZ { 
	font-size:10px;
	margin: 10px 0 0 0;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding:10px 0 20px 0;
}
/* png fix for ie6*/ 
#backer, #footerimg{
	behavior: url(iepngfix.htc)
}
-->
