@charset "windows-1252";	  


html, body 		{ margin: 0; padding: 0; } 

body 	{ color: black; font: 12px Verdana, Helvetica, Arial, sans-serif; line-height: 18px; 			
background-image: url(images/bg.jpg); 
background-color: white;	 
background-attachment: fixed;
background-repeat: repeat-x;
background-position: top left; 

		
		 }	  
		 
		 
.headertext1 {
font-size: 25px; color: black;}

.headertext2 {
font-size: 25px; color: black;}  

.headertext3 {
font-size: 14px; color: black;}  
		 		 
			h1 {text-align: center; font-size: 10px; color: white}
		 
 h2 { text-align: left;
	color: #333;
	font-size: 15px;
	margin: 10px 10px 12px 10px;
	padding: 10px 10px 2px 10px;
	line-height: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid #97BDD6;	
	font-weight: bold;
} 					  

       		
		p				{ margin: 0 0 18px; text-align: justify}
		#container		{ width: 800px; margin: 0 auto; border: 1px solid black; padding-top:0px;background-color: white }
		
		/* Header */
		#header img			{border-bottom: 1px solid black; }	
		
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0;}
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		
		#extra			{ margin-right: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 0px solid #ccc; margin-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		
		 			  	  
				
		#contact 		 { float: right; clear: right; width: 230px; background-color:#97BDD6;		
border: 1px solid black; padding: 5px; margin: 20px 10px 0 0;text-align: center} 


 #form {padding: 5px; width:450px; background-color:#97BDD6;		
border: 1px solid black;margin-bottom:20px}
		
		#content		{ float: left; width: 500px; border-right: 0px dotted black; padding-right: 20px}
		#extra			{ float: right; clear: right; width: 230px;}	
		
		#extra p {text-align: left}

    	/* Footer */						   
		
		#footer			{ background: #97BDD6; border-top:1px solid black; clear: both; width: 100%; }
		#footer	p		{margin: 0; padding: 10px 18px 10px; }
		
			
a {
background: transparent; color: black; font-weight: bold; text-decoration: none; }

a:hover {
background: black; color: #97BDD6; font-weight: bold}	

a:active {
background: black; color: #97BDD6; font-weight: bold}	

a:visited {background: transparent; color: black; font-weight: bold}	





