@charset "UTF-8";
/* CSS Document */

body {
	background-color: #acda7a;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: corbel;
	font-size: 0.8em;
	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: #000000; /*#000000*/
	text-align: center;
	}


/*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;
	}
