body {
	background-color:#0a0a0a;
	color:#bdcfd5;
	font-family:'arial','verdana';
	font-size:10pt;
	margin:0;
	padding:0;
	
}
a {
	color:#EAE2BD;
}
h1 {
	color:#c0c0c0;
	font-size: 11pt;
	border-bottom: 1px solid #c0c0c0;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
table{
	font-size:10pt;
}

.input {
	color:#c0c0c0;
	background-color:#101E23;
	border:1px solid #c0c0c0;
}

td.center {
	text-align:center;
}

#outer-wrapper {
	background: url(images/body_rep.gif) #0a0a0a repeat-x;
	width:100%;
	
}
#inner-wrapper {
	text-align: left;
	max-width:1024px;
	margin:0 auto;
	background: url(images/banner_bg.jpg) top no-repeat;
}

#banner {
	width:770px;
	margin:0 auto;
	padding:0;
	height:172px;
	background: url(images/banner.jpg) top no-repeat;
}
#banner-image {
	width:770px;
	margin:0 auto;
	height:167px;
	background: url(images/splash.jpg) top no-repeat;
}


#body {
	padding:0;
	margin:0 auto;
	min-height:350px;
	width:770px;
	
}

#ensureMinHeight {
	float:left;
	width:1px;
	height:200px;
}

#content {
	float:left;
	background: url(images/content_rep.gif) repeat-x;
	padding: 10px;
	margin-top: 32px;
	border:1px solid #0A0A0A;
}

.oneCol {
	width:222px;
}

.twoCol {
	margin-left:20px;
	width:482px;
}



img {
	border:none;
}

img.paddRight {
	padding-right:10px;
}

img.paddLeft {
	padding-left:10px;
}
#footer-wrapper {
	background:#0D1315;
	clear:left;
	border-top:1px solid #12262C;
	
}
#footer {
	

	width:770px;
	margin:0px auto;
	padding: 20px 0;
	
	
}

#copyright {
	color:#606060;
	font-size:8pt;
	
}



/*** NAV ***/
#nav {
	float:left;
	margin-top:140px;
	margin-left:307px;
}

	#nav #link {
		display: block;
		background: #101010;
		padding:5px 15px;;
	}
	
		#link a {
			color:#ff9900;
			text-weight: bold;
			text-decoration: none;
		}
		#link a:hover {
			color:#fff;
		}
