/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt verdana, arial, georgia; 
	color: #ffffff; 
	background-color: #000000; 
	margin: 0px; 
	}
.textbodymain{
	background: url(images/verticle_line.jpg) no-repeat top right; 

}
.textbodymaincontact{
	background: url(images/verticle_line.jpg) no-repeat top center; 

}
.textbody { 
	font: 8pt/16pt verdana, arial, georgia; 
	color: #ffffff; 
	margin: 10px 10px 10px 10px; 
	}
.textbodysub { 
	font: 8pt/16pt verdana, arial, georgia; 
	align: left;
	color: #ffffff; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
.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, arial, georgia; 
	color: #000000; 
	margin: 0px; 
	}
.centerpics { 
	align:left;
	}
.footer { 
	padding: 0px 0px 0px 0px; 
	align:center;
	width:800px; 
	margin: -20px -30px 0px 0px;
	position:relative;
	color: #000000;
	background: #c67ccd;
	}
.footercontact { 
	font: 7pt/16pt verdana, arial, georgia; 
	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 verdana, arial, georgia; 
	}
.form {  
	margin: -20px 0px 0px 0px; 
	color: #000000;
	}
p { 
	font: 8pt/16pt verdana, arial, georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt verdana, arial, georgia; 
	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;
	}