@charset "UTF-8";
/* CSS Document */

body {
	background-color: #C1C1A6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: tahoma;
	font-size: 0.8em;
}

h1 {
	font-family: tahoma;
	font-size:1.6em;
	color: #212163;
	}
	
h2 {
	font-family: tahoma;
	color: #212163;
	font-size:1.4em;
	}
	
h3 {
	font-family: tahoma;
	color: #212163;
	}
	
h4 {
	font-family: tahoma;
	color: #212163;
	}
	
h5 {
	font-family: tahoma;
	color: #212163;
	}
	
h6 {
	font-family: tahoma;
	color: #212163;
	}
p {
color:#000000;
font-size:0.8em;
}

a, a:link, a:active, a:visited{
	color: #212163;
	}
	
a:hover {
	color: #636321; /*#a6a6c1*/
	}


/*sub navigation menu */
#subNav ul {
list-style:none;

}

#subNav ul li {
width:auto;
float:left;
display:block;
margin-left:0.5em;
margin-right:0.5em;
margin-bottom:1em;
}



/*footer section */
#footer {
	margin-top:2em;
	text-align:center;
	}






#announcements {
	background-color:#59718A;
	padding:5px;
	}

#announcements h4 {
	margin: 0 0 2px 0;
	color:#162C42;
	}

#announcements ul {
	margin: 0 0 2px 0;
	padding:2px;
	}

#announcements li {
	list-style:none;
	margin:5px;
	border-bottom:1px solid #A6B3C1;
	}

#announcements a {
	padding:2px 0 2px 25px;
	
	display:block;
	background-image:url(tree_sub_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:0.8em;
	color: #FFFFFF;
	
	
	}

#announcements a:hover {
	color:#0B1621;
	background-image:url(tree_sub_arrow_hover.gif);
	background-repeat:no-repeat;
	
	}
		


