.siteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
    font-weight: bold;
	color: #04316C;
}

.siteSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #555555;
}



.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.smalltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
    font-weight: bold;
}


.gray14 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.blue14 {
    color: #04316C;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.mediumTitle {
	color: #04316C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}




#footer {
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 750px;
    HEIGHT: 16px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #FFCC00;
	padding : 0px 0px 0px 0px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a.footernavlink:link { color: #999999; text-decoration: none; }
a.footernavlink:visited { color: #999999; text-decoration: none; }
a.footernavlink:hover { color: #D60808; text-decoration: none; }

a.navlink:link { color: #993300; text-decoration: none; }
a.navlink:visited { color: #993300; text-decoration: none; }
a.navlink:hover { color: #bbbbbb; text-decoration: none; }

#nav a {
	font-weight: bold;
	color: #04316C;
    text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
    background: #04316C;
}



ul.menuClass  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #ccc;
	}

ul.menuClass  li {
	position: relative;
	}

li ul.menuClass  {
	position: absolute;
	left: 129px;
	top: 0;
	display: none;
	}

ul.menuClass  li a {
	display: block;
	text-decoration: none;
	color: #04316C;
	background: #FFCC00;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}


li:hover ul.menuClass , li.over ul.menuClass  {
	display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul.menuClass  li { float: left; }
* html ul.menuClass  li a { height: 1%; }
/* End */
