@charset "utf-8";
/* Normal link */
a {
	color: #006590;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #006590;
	text-decoration: underline;
}
.box {
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	border: none;
	width:117px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	background-position: left;
}
.text_box {
	background:url(../images/box.png) no-repeat left;
	width:106px;
	height:18px;
	padding-left:5px;
	padding-right:5px;
}
.text_field {
	border:none;
	background:none;
	width:104px;
	height:13px;
	font-size:9px;
	color:#26247b;
}
.inputbox {
	border:inset;
	border-width: thin;
	border-top-width: thin;
	background:none;
	font-size:10px;
	color:#26247b;
}
.search_box {
	background:url(../images/searchbox.gif) no-repeat left;
	width:110px;
	height:17px;
	padding-left:5px;
	padding-right:5px;
}
.search_field {
	border:none;
	background:none;
	width:83px;
	height:17px;
	font-size:11px;
	padding-left:5px;
	padding-right:0px;
}
.txtboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.newsletterHDR  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 148px;
}

.markermenu li a{
	background: white url(../images/menubg.gif) no-repeat 2px center;
	color: #0950A1;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited{
	color: #0950A1;

}
.markermenu li a:active{
	color: #0950A1;
	font-weight: bold;
}
.markermenu li a:hover{
	color: #4B6D2D;
	font-weight: bold;
}
.searchHDR {
	font-family: Arial, Helvetica, sans-serif,tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #64B2C9;
}
.content {
	font-family: Arial, Helvetica, sans-serif,tahoma;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

.componentheading, 
.contentheading {
	font-family: Helvetica, Arial, sans-serif, Tahoma;
	color: #333;
	font-weight: bold;
	font-size: 14px;	
	margin:1px;
	padding:1px;
}

.footernav a{
	font-family: Arial, Helvetica, sans-serif,tahoma;
	font-size: 9px;
	color: #0950A1;
	line-height: 16px;
}
.footernav a:hover{
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9px;
	line-height: 16px;
	color: #4B6D2D;
}
.copyrightTXT {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 10px;
	color: #333;
	line-height: 16px;
}
.copyrightTXT a{
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 10px;
	color: #333;
	line-height: 16px;
	text-decoration: none;
}

.latestnews { 
	float:left;
	width:150px;
	padding:10px; 
}
.newsHDR {
	font-family: Arial, Helvetica, sans-serif,  tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

