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


body,
html {
	margin:0;
	padding:0;
	background-color:#000000;
}


#wrap {
width:900px;
height:100%;
margin:0;
background:#000000;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
}

#header {
padding:0;
margin:0;
background:#000000;
height:110px;
}


#nav ul {
margin:0;
padding-right:5px;
list-style:none;
height:30px;
text-align:right;
background-color:#000000;
line-height:30px;
border-top:#000000 1px solid;
} 


#nav li {
display:inline;
margin:0;
padding:0;
}

#nav li a {
background:#000000;
color:#FFFFFF;
text-decoration:none;
}

#nav li a:hover {
	background:#000000;
	color:#CC0000;
}


#main {
float:left;
width:850px;
padding:10px;
margin-left: 20px;
background:#000000;
}

.headers {
	margin:0 0 1em;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
}
.headersAlpha {
	margin:0 0 1em;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:22px;
	color:#FFFFFF;
	}
	
#sidebar {
float:right;
width:1px;
padding:1px;
background:#000000;
}

#footer {
clear:both;
padding:5px 10px;
background:#000000;
}

#footer p {
margin:0;
}

* html #footer {
height:1px;
}

.novText {
	color:#FFFFFF;
	text-transform:uppercase;
	font:"Times New Roman", Times, serif;
	font-stretch:thinner;
	font-size:14px;
	text-align:right;
	}
	
.novText a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-stretch:thinner;
	font-size:14px;
	text-align:right;
	}
	
.novText a:hover {
	color:#CC0000;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-stretch:thinner;
	font-size:14px;
	text-align:right;
	}
	
.footerText{
text-align:center;
font-size:9px;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#CCCCCC;
	}
.body a {
	border:0;
	color:#CC0000;
	text-decoration:none;
}

.body a:hover {
	background:#D77A58;
	color:#FFFFFF;
}

.bodyBold {
	margin:0 0 1em;
	color: #FFFFFF;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
