@charset "utf-8";
/* CSS Document */
#page-container {
	width: 960px;
	margin: auto;
}
#header {
	background-image:url(images/banner.png);
	height: 91px;
}

input{
background: white;
color: #006941;
font-weight: bold;
}
textarea{
background: white;
color: #006941;
font-weight: bold;
}
select{
background: white;
color: #006941;
font-weight: bold;
} 

td{
color: #999999;
}

img{border: none;}

h1{
font-size: 18px;
color: #006941;
margin: 0px;
}
h2{
font-size: 14px;
color: #006941;
}
h3{
font-size: 14px;
color: #006941;
}
h4{
font-size: 14px;
color: #006941;
}
h5{
font-size: 14px;
color: #006941;
}
h6{
font-size: 14px;
color: #006941;
margin: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #026636;
	text-decoration: none;
}
.bar {
	background-image: url(images/title.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Verdana;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 5px;
}
.border {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.bar2 {
	background-image: url(images/grey.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Verdana;
	font-size: 12px;
}
.bar3 {

	background-image: url(images/title.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 5px;
}
a:visited {
	text-decoration: none;
	color: #026636;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #D00103;
}


.navigation{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:#ffffff url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvetica,sans-serif;border-top:4px solid #026636;}
.navigation ul{margin:0;padding:0;list-style-type:none;width:auto;}
.navigation ul li{display:block;float:left;margin:0;}
.navigation ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 31px 0 31px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
.navigation ul li a.last{display:block;float:left;color:#666;text-decoration:none;padding:11px 31px 0 31px;height:23px;background:none;}
.navigation ul li a:hover,#navigation ul li a.current{color:#026636;background:#fff url(images/bgON.gif) no-repeat top right; text-decoration:none;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px Arial,Verdana,Helvetica,sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 125px;
margin-top:4px;
visibility: hidden;
}
.footer {
	font-size:10px;
	color:#CCC;
}
.footer1 {
	font-size:11px;
	color:#666;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#026636;
text-decoration:none;
}
/* end navigation menu */

