/* General page layout markup*/
body{
	margin:0px;
	margin-top:20px;
	background-color:#FFFFFF;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	}

#container{
	width:804px;
	margin-top:0px;
	}

#wrapper{
	float:left;
	width:100%;
	}
	
/* the next two style are used on the front page only */
#header_front{
	height:170px;
	background-image:url(images/layout/banner.gif);
	background-repeat:no-repeat;
	background-position:top;
	color: #79B30B;
  	}
	
	#content_front{
	padding-left:65px;
	margin-right: 345px;
	}
/* --------------------------------------------- */ 	

	
/* the next two style are used on all site pages */ 		
#content{
	padding-left:65px;
	margin-right: 234px;
	}
	
#header{
	height:170px;
	background-image:url(images/layout/banner-site.gif);
	background-repeat:no-repeat;
	background-position:top;
	color: #79B30B;
	
  	}
/* --------------------------------------------- */ 	


.header_menu {
	font-weight:bold;
	padding-left:65px;
	padding-top:140px;	
	float: left; 
	}
	
.header_logo {
	float: right; 
	}
	
#footer{
	height:180px;
	width:804px;
	clear:left;
	background-image:url(images/layout/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

.footer_menu {
	font-weight:bold;
	padding-left:65px;
	}
	
#credit {
	width:804px;
	margin-top:0px;
	padding-left:65px;
	font-size:0.7em;
	}
	
	

                                     /* Text formatting */
#content p, ul, li{
	line-height:1.0em;
	color:#0080C8;
	}
#content_front p {
	line-height:1.0em;
	color:#0080C8;
	}

a {
	color: F5A81A;
	text-decoration: none;
	}

h1 {
	margin-top:8px;
	color:#0080C8;
	font-size:100%;
	}
	
h2 {
	margin-top:8px;
	color:#153D95;
	font-size:95%;
	}

#footer p{
	font-size:0.8em;
	color:#FFFFFF;
	padding-left:65px;
	}



