@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	
	
	}
	
body { 
	font: 75% geneva,verdana, sans-serif;
	line-height: 1.5;
	background: #7989A3;
	color: #482D14; 
	margin: 0; 
	padding: 0;
	
	}
p { 
	margin-top: 2px; 
	text-align: justify;
	}
	
h3 { 
	font: bold 1.6em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.6; 
	margin-bottom: 0; 
	color: #435D7B;
	
	}
	
h2 { 
	font: bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.6; 
	margin-bottom: 0; 
	color: #435D7B;
	
	}
h4 {
	font: normal 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #435D7B;
	
	}
	
ul { 
	font: bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: .5px;
	line-height: 1.5; 
	margin-bottom: 0; 
	color: #3B4F23;
	}
	
li { 
	font: normal 80% geneva,verdana, sans-serif;
	line-height: 1.5;
	color: #482D14; 

	}
a:link { 
	font-weight: BOLD; 
	text-decoration: none; 
	color: #435D7B;
	line-height: 1.6em;
	}
a:visited { 
	font-weight: BOLD; 
	text-decoration: none; 
	color: #325E81;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #C75328;
	}
	
#container { 
	overflow:hidden;
	width: 824px;
	background: #F8E79E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #6F7B34;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	}
	
#header {
	overflow:hidden;
	width: 824px;
	padding:.25em
	text-align: center;

}

#headername {
	overflow:hidden;
	width: 824px;
	background: #F8E79E;
	text-align: center;

}

#nav {
	overflow:hidden;
	width: 824px;
	background: #F8E79E;
	text-align: center;
	
	}

#content { 
	overflow:hidden;
	width: 824px;
	background: #F8E79E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#text { 
	float: left;
	width: 250px;
	background: #F8E79E;
	margin: 0 0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 10px 10px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#texttwo { 
	float:right;
	width: 505px;
	background: #F8E79E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 20px 10px 10px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}


#footer {
clear: both;
border-top: 8px solid #435D7B;
padding: .25em .25em;
background: #C75328 ;
color: #F8E79E;
font: 12px;
text-align:right;

}
.quotetext {
	font: italic 1em geneva, verdana, sans-serif;
	letter-spacing: .5px;
	line-height: 1.1; 
	margin-bottom: 0; 
	color: #482D14;	

}
.imgsidebar {
	padding: 8px 0px 0px 0px;

}
.imghome {
	float:right;
	padding: 4px 2px 6px 13px;

}
.fontsidebar {
	font: italic 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #325E81;	

}
