@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FCFEDE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: corbel;
	font-size: 1.0em;
	color: #000;
}

h1 {
	font-family: corbel;
	font-size:1.6em;
	color: #000;
	}
	
h2 {
	font-family: corbel;
	color: #000;
	font-size:1.4em;
	}
	
h3 {
	font-family: corbel;
	color: #000;
	}
	
h4 {
	font-family: corbel;
	color: #000;
	}
	
h5 {
	font-family: corbel;
	color: #000;
	}
	
h6 {
	font-family: corbel;
	color: #000;
	}
p {
	color:#000;
	font-size:0.8em;
}

a, a:link, a:active, a:visited{
	color: #000;
	}
	
a:hover {
	color: #000; /*#000000*/
	}


/*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:#FCFEDE;
	padding:5px;
	}

#announcements h4 {
	margin: 0 0 2px 0;
	color:#000;
	}

#announcements ul {
	margin: 0 0 2px 0;
	padding:2px;
	}

#announcements li {
	list-style:none;
	margin:5px;
	border-bottom:3px solid #000000;
	}

#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: #000;
	
	
	}

#announcements a:hover {
	color:#000000;
	background-image:url(tree_sub_arrow_hover.gif);
	background-repeat:no-repeat;
	
	}
		
