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

html {
	margin: 0;
	padding: 0;
	
	
	}
	
body { 
	font-family:Georgia,'Times New Roman', serif;
	font-size:13px;
	line-height:1.5em;
	background: #ACB7CB;
	color: #333333; 
	margin: 0; 
	padding: 0;
	
	}
p { 
	margin-top: 2px; 
	text-align: left;
}
	
h3 { 
	font: bold 1.6em Georgia, sans-serif; 
	margin-bottom: 0; 
	color: #2F3172;
	
	}
	
h2 { 
	font: bold 1.2em Georgia,'Times New Roman', sans-serif; 
	margin-bottom: 0; 
	color: #2F3172;
	
	}
h4 {
	font: normal 1.2em Georgia,'Times New Roman', serif;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #003366;
	
	}
	
ul { 
	font: bold 1.2em geneva, verdana, sans-serif;
	letter-spacing: .5px;
	line-height: 1.5; 
	margin-bottom: 0; 
	color: #3B4F23;
	}
	
li { 
	font: normal 1.2em geneva,verdana, sans-serif;
	line-height: 1.5;
	color: #482D14; 

	}
a:link { 
	font: normal 1.4em;
	text-decoration: none; 
	color: #2F3172;
	line-height: 1.3em;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #325E81;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #325E81;
	}
	
#container { 
	overflow:hidden;
	width: 824px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px 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;
	border-bottom: #000033 thin dotted;

}

#nav {
	overflow:hidden;
	width: 820px;
	background: #FFFFFF;
	text-align: center;
	border-bottom: #000033 thin dotted;
	
	}

#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: 280px;
	background: #FFFFFF;
	margin: 0 5px 0 5px; /* 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: 430px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 60px 10px 10px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}


#footer {
clear: both;
border-top: 3px solid #8A9CB7;
padding: .5em .5em;
background: #2F3172;
color: #E8D4A3;
font: italic 12px;
text-align:right;

}
.quotetext {
	font: italic 1.4em Georgia,'Times New Roman',serif;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #333333;	

}
.extext {
	font: normal 1.2em Georgia,'Times New Roman',serif;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #333333;	

}
.quoteloco {
	font: normal 1.4em Georgia,'Times New Roman',serif;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #333333;	

}
.loco {
	font: bold 1.4em Georgia,'Times New Roman',serif;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #333333;	

}
.imgsidebar {
font: bold 1em Georgia,'Times New Roman',serif;
	line-height: 1; 
	margin-bottom: 0; 
	color: #333333;	


}
.header {
	font: bold 1.8em Georgia,'Times New Roman',serif;
	letter-spacing: 1px;
	line-height: 1.2; 
	margin-bottom: 0; 
	color: #333333;	

}
.imgauthor {
	float: right;
	padding: 5px 5px 5px 5px;

}
