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

html {
	margin: 0;
	padding: 0;
	
	
	}
	
body { 
	font: 75% geneva,verdana, sans-serif;
	line-height: 1.5;
	background: #CCCCCC;
	color: #333333; 
	margin: 0; 
	padding: 0;
	
	}
p { 
	margin-top: 2px; 
	text-align: justify;
	}
	
h3 { 
	font: bold 1.6em geneva, verdana, sans-serif;
	letter-spacing: normal;
	line-height: 1em; 
	margin-bottom: 0; 
	color: #333333;
	
	}
	
h2 { 
	font: bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.6; 
	margin-bottom: 0; 
	color: #325E81;
	
	}
h4 {
	font: normal 1.2em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0; 
	color: #325E81;
	
	}
	
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: normal; 
	text-decoration: none; 
	color: #003366;
	line-height: 1.6em;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #325E81;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #336633;
	}
	
#container { 
	overflow:hidden;
	width: 824px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #325E81;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	}
	
#header {
	overflow:hidden;
	width: 824px;
	background: #FFFFFF;
	text-align: center;

}

#headername {
	overflow:hidden;
	width: 824px;
	background: #FFFFFF;

}

#nav {
	overflow:hidden;
	width: 820px;
	background: #FFFFFF;
	text-align: center;
	
	}

#content { 
	overflow:hidden;
	width: 824px;
	background: #FFFFFF;
	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: 200px;
	background: #CCE4EA;
	margin: 0 0px 0 25px; /* 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: 480px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 50px 10px 10px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}


#footer {
clear: both;
border-top: 2px solid #AEC6B9;
padding: .5em .5em;
background: #325E81;
color: #E8D4A3;
font: italic 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 {
float:left;
	padding: 0px 12px 8px 4px;

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

}

.headertext {
	font: bold 1.6em geneva, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em; 
	margin-bottom: 0; 
	color: #333333;	

}
.subheadtext {
	font: normal 1.2em geneva, verdana, sans-serif;
	letter-spacing: normal;
	line-height: 1.5em; 
	margin-bottom: 0; 
	color: #325E81;		

}
