.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: #04316C;
	/*background-color: #A49EC3;*/
	background: #A49EC3 url('img/menu_background.jpg') repeat-y top left;
}

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

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


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


.gray14 {
	color: #A49EC3;
	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: 20px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #04316C;
	padding : 0px 0px 0px 0px;
}

#adminfooter {
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 850px;
    HEIGHT: 20px;
    TEXT-ALIGN: left;
	BACKGROUND-COLOR: #04316C;
	padding : 0px 0px 0px 0px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.wrapper {
	background-color: #FFFFE3; 
}

.main {
	background-color: #FFFFFF;
	/*background: #FFFFE3 url('img/main_background.jpg') repeat-y center;*/
}

a.footernavlink:link { color: #999999; text-decoration: none; }
a.footernavlink:visited { color: #999999; text-decoration: none; }
a.footernavlink:hover { color: #E789AE; text-decoration: none; }

a.navlink:link { color: #E789AE; text-decoration: none; }
a.navlink:visited { color: #E789AE; 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;
	border-top: 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: #FFFFFF;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	}


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 */

