@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body { 
	background-color: #000; 
	}

#column { 
	color: #efefef;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: auto;
	text-align: left; 
	width: 630px; 
	}
	
h1 {
	color: #b1b1b1;
	font-family: News Gothic MT, Arial, Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	padding: 10px 0px 10px 0px; 
	}
	
h2 {
	color: #b1b1b1;
	font-family: News Gothic MT, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0px 10px 0px; 
	}
	
p {
	padding: 10px 0px 10px 0px; 
	}
	
ul {
	padding-left: 20px;
	}
		
	#logo {
		padding: 0px 0px 20px 0px;
		}
	
	#nav {
		font-family: News Gothic MT, Arial, Verdana, Geneva, sans-serif;
		font-size: 13px;
		padding-top: 20px;
		text-align: center;
		}
	
		#nav a {
			display: inline-block;
			height: 14px;
			padding: 8px 5px 8px 5px;
			vertical-align: top;
		}
		
		#nav .current {
			border: solid #666666;
			border-width: 0px 0px 3px 0px;
		}
		
.errMsg {
	font-size: 14px;
	color: #FF0;
	}
				
.userMsg {
	font-size: 14px;
	color: #6C3;
	}
				
.footerContact {
	color: #DDDDDD; 
	font-size: 14px;
	text-align: center;
}
	.footerContact a, .footerContact a:link, .footerContact a:visited, .footerContact a:hover {
		color: #DDDDDD;	
	}


.footerDisclaimer {
	color: #999999; 
	font-size: 10px;
	text-align: center;
}
	.footerDisclaimer a, .footerDisclaimer a:link, .footerDisclaimer a:visited, .footerDisclaimer a:hover {
		color: #999999;	
	}

a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a:link, a:visited, a:hover {
	color: #efefef;	
}
