
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0a6752;
	background-image: url(images_etc/textured_body2.png);   
}

#wrapper {
	width: 766px;
	margin: 20px auto 0;
	padding: 0;
	text-align: left;
	background: #f9f7d5;
	background: #efb454;
	background: #fcc85d;
	background: #dafb8c;
	background: #f8f4c6;
	border: solid 7px #650a0a;
	border-top: none;
	position: relative;
	margin-bottom: 20px; 
/*	overflow: hidden;		*/
}

#header {
/*	position: relative;		*/
	border-top: solid 7px #650a0a;
	background: #f9f7d5;
	background: #dafb8c;
	background: #f8f4c6;
/*	border-bottom: solid 4px #650a0a;	*/
	margin-bottom: 0px;
	padding-top: 0px;
}

.left_col {
	float: left;
	width: 20%;
	height: 120px;
	background-color: #8ba9cb;  
	color:#222222;
	border-right: 6px #650a0a solid; 
	border-bottom: 6px #650a0a solid;
	text-decoration: underline;
	font-size:16px; 
	padding: 10px 0 16px 10px;  
	font-family: "Times", "georgia", "serif", "trebuchet ms", "verdana", "helvetica", "sans-serif";
}
	    		
.right_col {
	width: 75%; 
	background-color: #f9f7d5;
	float: left;
}
	
li.menu {
	background-color: #8ba9cb;
	list-style-type: none; 
	text-indent: -10px; 
	padding: 0 10px 10px 10px; 
}
	

p {
	/*   white-space: pre-wrap;		*/
	background-color: none; 
	color: #000000; 
	font-size: 16px; 
	 padding: 10px 10px 10px 30px; 
	font-family:  "helvetica", "Times", "serif", "Times", "georgia", "Lucida Sans Unicode", "trebuchet ms", "verdana", "sans-serif";
} 
           
    
p.footer {
	color: #fcc85d;
	padding: 20px 0px 20px 0px; 
	background-color: #eee8aa; 	
	background-color: #650a0a; 	
	font-size: 20px;
	text-align: center;
/*	overflow: hidden; 		*/
}

li {
	list-style: none;
	padding: 0 0 0 5px;
}
       
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #ef5106;}
    
 
h1 {
	font-family: Cambria;
	font-size: 30px; 
	padding-top: 10px;
	text-align: center;
}

h3 {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
    
h1, h2, h3, h4 {color: #333333;}

.left {
	  text-align: left;
	  padding: 10px 0 16px 10px;  
}

.center_img
    {
    padding: 0px; 
	margin: 0px; 
	text-align: center;	
}

.bullet {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;	
	list-style-type: disc;
	list-style-position: outside;  
	color: #650a0a; 
	text-align: left;
}

hr { 
	color: #eee8aa; 
	border: solid 6px;
	margin: 0 20px 0 20px;
}

ul {padding: 0 0 0 60px;}
    
