* 	{margin: 0;
	padding: 0;}

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
}


#menu{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 25px;
	font-size: 9pt;
	font-style: none;
}


#navlist li{

	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin-left: 20px;
	
}



#home_text {
	text-align: left;
	color: #CBCBCB;  
	font-family: Arial, sans-serif;
	font-size: 12pt;	
	width: 730;
			
}



#form {
	margin-top: 0px;
	text-align: center;
			
}

#current {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;	
}



.float_left {
	float: left;
    	margin-right: 15px;
	margin-bottom: 10px;
		
}

.float_right {
	float: right;
    	margin-left: 7px;
	margin-bottom: 10px;
		
}


	
p {
	padding-bottom: 20px;
	font-size: 12pt;
	

}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}



h2 {
	
	font-size: 12pt;
	border-bottom: 1px solid gray;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: none;
	color: #FFFFFF;
	text-align: left;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: none;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 0px;
	font-style: none;
	color: #FFFFFF;
	text-align: right;
	
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 20px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-bottom: 10px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	
}



a.imglink:hover { 
	border: 0; 
	background-color: inherit;
	
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}
		
a:visited {
	color: #ffffff;
    text-decoration: underline;
}
		   
a:hover {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;
}
		  
a:active {
	color: #000000;
    text-decoration: underline;
}

