/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 9pt/16pt verdana, arial, georgia; 
	color: #000000; 
	margin: 0px;
	background-color:#D8D5D4;  
	}
.header { 
	margin:0 0 0 0px;
	background-color:#e4e6e5;
	height:190px;
	width:800px;
	}
.header2 {  
	margin:0 0 0 0px;
	background-color:#e4e6e5;
	}
.sideinfo { 
	margin-left:10px;
	padding-left:5px;
	padding-right:12px;
	background: url(images/border.jpg) no-repeat top right; 
	font-size: 9pt;
	font-family: verdana, arial, georgia
	}
.border { 
	margin:0 0 0 0px;
	background-color:#6f7072;
	height:5px;
	}
.textbody { 
	font: 9pt/16pt verdana, arial, georgia; 
	color: #000000; 
	margin: 10px 10px 10px 10px; 
	}
.textbody2 { 
	font: 8pt/16pt verdana, arial, georgia; 
	color: #000000; 
	padding-left: 5px; 
	padding-right: 5px; 
	}
.flashnav { 
	font: 8pt/16pt verdana; 
	color: #000000; 
	padding-top: 45px;
	padding-left:31px;
	padding-right:479px;
	}
.container { 
	padding: 20px 20px 0px 0px; 
	width:780px; 
	margin: 0px 0px 0px 0px;
	position:fixed;
	left:100px;
	top:100px;
	color: #000000;
	background:#EDE9DF;
	}
.frame { 
	background: url(images/shadow.jpg) top center; 
	}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	background:#000000;
	color: #ffffff}
.style4 {
	background:#EDE9DF;
	color: #7c0101;}
.containersub {
	padding: 0px 20px 0px 20px;
	margin: -20px 0px 0px 0px;
	align:left;
	}
#containersub {
	padding: 0px 20px 0px 20px;
	margin: -20px 0px 0px 0px;
	align:left;
	}
.contact { 
	font: 8pt/16pt verdana; 
	color: #000000; 
	margin: 0px; 
	}
.centerpics { 
	align:left;
	}
.footer { 
	font: 8pt verdana;
	padding: 0px 0px 0px 14px; 
	align:center;
	width:800px; 
	margin: -20px -30px 0px 0px;
	position:relative;
	color: #000000;
	background: #babcb9;
	}
.footer2 { 
	padding: 0px 0px 0px 14px; 
	font: 8pt verdana;
	align:center;
	width:800px; 
	margin: -20px -30px 0px 0px;
	position:relative;
	color: #000000;
	background: #e3e5e4;
	}
.footercontact { 
	font: 7pt/16pt verdana; 
	padding: 0px 0px 0px 0px; 
	align:center;
	width:800px; 
	margin: 0px 0px -5px 0px;
	position:relative;
	color: #000000;
	}
.pageheader { 
	position:relative;
	width: 800px; 
	height: 100px; 
	background: url(images/title.jpg) no-repeat top center; 
	}
.copyright {
	padding: 0px 20px 0px 20px;
	margin: -30px 0px 0px 0px;
	align:left;
	font: 7pt/8pt georgia; 
	}

p { 
	font: 8pt/16pt verdana; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* hr border */
 hr {
  border: 1;
  width: 80%;
}