.siteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
    font-weight: bold;
	color: #F2D402;
}

.siteSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #1C3C77;
}

.topnav{
	height: 25px;
	background-color: #2B4C21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
}


.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: #F2D402;
	background-color: #1C3C77;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 1C3C77;
    font-weight: bold;
}

b { color: #1C3C77;
}

.gray14 {
	color: #1C3C77;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.relatedArticleTitle {
	color: #1C3C77;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.mediumTitle {
	color: #F2D402;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}




#footer {
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 700px;
    HEIGHT: 6px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #F2D402;
	padding : 0px 0px 0px 0px;
	font-size: 0;
}

#adminfooter {
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 890;
    HEIGHT: 6px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #F2D402;
	padding : 0px 0px 0px 0px;
	font-size: 0;
}

.bottombar{
	height: 25px;
	background-color: #1C3C77;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #F2D402;
}

.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: #1C3C77; text-decoration: none; }

a.navlink:link { color: #1C3C77; text-decoration: none; }
a.navlink:visited { color: #1C3C77; text-decoration: none; }
a.navlink:hover { color: #F2D402; text-decoration: none; }

a.topnavlink:link { color: #FFFFFF; text-decoration: none; }
a.topnavlink:visited { color: #FFFFFF; text-decoration: none; }
a.topnavlink:hover { color: #6CA76C; text-decoration: none; }

a:link { color: #1C3C77; text-decoration: none; }
a:visited { color: #1C3C77; text-decoration: none; }
a:hover { color: #F2D402; text-decoration: none; }

a img {border: none; }

.fullImage {
	border: none;
}

#nav a {
	font-weight: bold;
	color: #F2D402;
    text-decoration: none;
}

#nav a:hover {
	color: #1C3C77;
    background: #F2D402;
}



ul.menuClass {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 172px;
	border-bottom: 1px solid #ffffff;
	}

ul.menuClass li {
	position: relative;
	}

li ul.menuClass {
	position: absolute;
	left: 171px;
	top: 0;
	display: none;
	}

ul.menuClass li a {
	display: block;
	text-decoration: none;
	color: #F2D402;
	background: #1C3C77;
	padding: 5px;
	border: 1px solid #ffffff;
	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 */