/* CSS Document */

html { 

	min-height: 100%; 
	margin-bottom: 1px; 
	
	}

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:left;
	margin:0 auto;
	
}

#main-container {

	margin: 0 auto;
	width: 920px;
  
}		

.footer {

	font-size:10px;
	line-height:15px;
	text-align:center;
	
	}
	
.section {
	
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color: #669933;
	text-transform:uppercase;
}	
	
/* Generic Links */

a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color: #669933;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}	.form_error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

