@charset "utf-8";
body {
	background-color: #000000;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
}

#content{
	margin:0 auto;
}

a, a:visited{
	color:#ffcc00;
}

h1{
	font-family:Times New Roman, serif;	
	font-size:32px;
	color:#ffcc00;
	font-weight:bold;
}

h2{
	font-family:Times New Roman, serif;		
	font-size:24px;
	color:#ffcc00;
	font-weight:bold;
}

h3{
	font-family:Times New Roman, serif;	
	font-size:16px;
	color:#ffcc00;
	font-weight:bold;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
}

span.red {color:red;font-weight:bold}
span.green {color:#00FF00;font-weight:bold}
span.gold {color:#ffcc00;font-weight:bold}

a:hover, a:visited:hover{
	color:#fff;
}

td.leftnav{
	padding-left:20px;
	border-left:1px solid #808183;
	text-align:left;
}


td.rightnav{
	padding:20px 6px 20px 6px;
	text-align:center;
	
	border-right:1px solid #808183;
}

td.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffcc00;
	text-align:center;
	padding:10px;
	
	border-top:1px solid #808183;
}

td.mainContent{
	padding:20px;
	text-align:center;
	border-left:1px solid #808183;
	border-right:1px solid #808183;
}

td.header{
	border-left:1px solid #808183;
	border-bottom:1px solid #808183;
	border-right:1px solid #808183;
}

/* Border Classes */

.topBorder{
	border-top:1px solid #808183;
}

.bottomBorder{
	border-bottom:1px solid #808183;
}

.leftBorder{
	border-left:1px solid #808183;
}

.rightBorder{
	border-right:1px solid #808183;
}

