@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
}

h2 {
	color:#FC0;
	text-decoration: underline;
}

a:link{
	color:#FC0;
	text-decoration: none;	
}
a:visited{
	color:#FC0;
	text-decoration: none;
}
a:hover{
	color:#FFF;
	background-color:#666;
	text-decoration: none;
}
a:active{
	color:#FFF;
	background-color:#666;
	text-decoration: none;
}
	
#mainbox {
	margin: auto;
	background-image: url(../img/nvasion_bg2.png);
	height: 1031px;
	width: 1201px;
}
#topbox {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(../img/trns_bg50.png);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B19404;
	border-bottom-color: #B19404;
}

#topbox a:link {
	color:#FC0;
	border: medium solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/trns_bg50.png);
	text-decoration: none;
}
#topbox a:visited {
	color:#FC0;
	border: medium solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/trns_bg50.png);
	text-decoration: none;
} 
#topbox a:hover {
	color:#FFF;
	background-color:#FFF;
	border-color:#FFF;
	text-decoration: none;
}  
#topbox a:active {
	color:#FFF;
	background-color:#FFF;
	border-color:#FFF;
	text-decoration: none;
}  



#buttonbox a:link {
	color:#FC0;
	border: medium solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/trns_bg50.png);
	text-decoration: none;
}
#buttonbox a:visited {
	color:#FC0;
	border: medium solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/trns_bg50.png);
	text-decoration: none;
} 
#buttonbox a:hover {
	color:#FFF;
	background-color:#FFF;
	border-color:#FFF;
	text-decoration: none;
}  
#buttonbox a:active {
	color:#FFF;
	background-color:#FFF;
	border-color:#FFF;
	text-decoration: none;
}  


#bottombox {
	text-align: center;
	padding-top: 20px;
}

#topspacer {
	height: 270px;
}

#leftnav {
	height: 45px;
	width: 470px;
	float: left;
	text-align: left;
	padding-top: 45px;
	padding-left: 10px;
}
#topbox span {
	border: medium solid #FC0;
	color: #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/trns_bg50.png);
}
#rightnav {
	height: 45px;
	width: 470px;
	float: right;
	padding-top: 45px;
	padding-right: 10px;
	text-align: right;
}


#contentbox {
	height: 554px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B19404;
	padding: 10px;
	background-image: url(../img/trns_bg50.png);
}
h1 {
	color:#FC0;
	border-bottom: thin solid #FC0;
	border-top: thin solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align:center;
	background-image: url(../img/trns_bg50.png);
}
#blackbox {
	background-color: #000;
	height: 100%;
}


#subcontentbox {
	color:#FC0;
	border-bottom: thin solid #FC0;
	border-top: thin solid #FC0;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 18px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	background-image: url(../img/trns_bg50.png);
	min-height: 500px;
	height: 500px;
	overflow-y: scroll;
}


#midspacer {
	height: 25px;
}

#wrapper {
	background-color: #000;
	height: 100%;
}
body {
	background-color: #000;
	height: 100%;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#buttonbox {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
