/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	color: #ffffff; 
	background: #ffffff url('images/background.jpg') no-repeat top left; 
	margin: 0px; font-style:normal; font-variant:normal; font-weight:normal; line-height:16pt; font-size:8pt; font-family:verdana, arial 
	}
.header { 
	margin:0 0 0 0px;
	background-color:black; 
	}
.textbody { 
	font: 8pt/16pt verdana, arial; 
	color: #ffffff; 
	margin: 10px 10px 10px 10px; 
	}
.container { 
	padding: 20px 20px 0px 0px; 
	width:780px; 
	margin: 0px 0px 0px 0px;
	position:fixed;
	left:100px;
	top:100px;
	color: #ffffff;
	background:#EDE9DF;
	}
.frame { 
	background: url('backgroundopening2.jpg') repeat-y 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, arial; 
	color: #000000; 
	margin: 0px; 
	}
.centerpics { 
	align:center;
	}
.footer { 
	padding: 0px 0px 0px 0px; 
	align:center;
	width:800px; 
	margin: -20px -30px 0px 0px;
	position:relative;
	color: #666666;
	background: #c67ccd;
	}
.footercontact { 
	font: 7pt/16pt verdana, arial; 
	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('title.jpg') no-repeat top center; 
	}
.copyright {
	padding: 0px 20px 0px 20px;
	margin: -30px 0px 0px 0px;
	align:left;
	font: 7pt/8pt verdana, arial; 
	}
.form {  
	margin: -20px 0px 0px 0px; 
	color: #000000;
	}
p { 
	font: 8pt/16pt verdana, arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt verdana, arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}