@charset "iso-8859-1";


H1 {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; border-bottom-width: 3px;	border-bottom-style: double; border-top-color: #339999; border-right-color: #339999; border-bottom-color: #339999; border-left-color: #339999; padding-bottom: 5px; padding-right: 0px; margin-top: 0px; margin-bottom: 30px; margin-left: 0px; padding-top: 0px; padding-left: 0px; color: #59adad; text-align: left;}

H2 {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-bottom: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-left: 0px; color: #333333; text-align: left;}

H3 {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-bottom: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-left: 0px; color: #333333; text-align: left;}

H4 {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; border-bottom-width: 3px;	border-bottom-style: double; border-top-color: #339999; border-right-color: #339999; border-bottom-color: #339999; border-left-color: #339999; padding-bottom: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 0px; padding-left: 0px; color: #59adad; text-align: left;}


#bodylinks a:link		{ color: #03518E; text-decoration: underline }
#bodylinks a:visited	{ color: #FF9933; text-decoration: underline }
#bodylinks a:hover		{ color: #FF9933; text-decoration: none }
#bodylinks a:active	{ color: #FF9933; text-decoration: underline }

#bottomMenu a			{ font-family:arial, helvetica; color: #006666; font-size:7pt; font-weight: normal; text-decoration: none }
#bottomMenu a:active	{ font-family:arial, helvetica; color: #006666; font-size:7pt; font-weight: normal; text-decoration: none }
#bottomMenu a:visited	{ font-family:arial, helvetica; color: #006666; font-size:7pt; font-weight: normal; text-decoration: none }
#bottomMenu a:hover		{ font-family:arial, helvetica; color: #006666; font-size:7pt; font-weight: normal; text-decoration: none }
.bottomMenu { font-family:arial, helvetica; color: #006666; font-size:7pt; font-weight: normal; text-decoration: none; }


.inputclass {
background: #006666;
border: 1px solid #999999;
color: #FFFFFF; } 

.poweredBy {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
text-align: right;
padding-right:20px;
}

.copyright {
	font-family:Tahoma;
	font-size:11px;
	color:#000033;
	text-align: center;
}

.copyrightHomePage {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	padding-left:20px;

}

.calculatorLink {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 11px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#vertmenu h1 {
display: block; 
background-color:#e7e9f8;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #339999;
color: #333333;
margin: 0px;
width:195px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 9pt;
font-weight: bold;
display: block;
border-bottom: 1px solid #339999;
padding: 7px 0 7px 6px;
text-decoration: none;
color: #006666;
width:195px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
font-weight: bold;
color: #006666;
background-color: #ffb033;
}