*{
	margin: 0px;
	padding: 0px;
}
body {
	font: 75% Arial,sans-serif;	
	color: #fff;
}
a.light{
	color: #06C;
}
h1 {
    color:#fff;
    font-family: arial;
    font-size:3em;
    margin: 10px;
    color: white;
    padding-top:0.5em;
}
h2.center {
	margin: 10px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #cacaca;
     color: white;
}
div#header {
	display: none;
}
#world { 
display: none;
}
#server {
display: none;
}
div#container{	
	width: 700px;
	max-width: 700px;
	margin: 8px auto;    
    background-color:black;
    border: 0px;
    margin-left:auto;
    margin-right:auto;
    float: none;
 
}
div#wrapper{
	float:left;
	width:100%;
}
div#box{	
	background-repeat: none;
	color: #FFF;
	text-align: left;
	/* float: left; */
}

#logo {
    margin: 15px;
    border: 1px solid silver;
}

div#nav{	
	display: none;
}
div#nav a{
	color: #39698c;
	font-weight: bold;
	text-decoration: none;
    
}
div#nav a:hover{
	color: #fff;
}
div#links a{
     
	color: #39698c;
	font-weight: bold;
	text-decoration: none;
    height: 1em;
}
div#links a:hover{
	color: #fff;
}

div#ncLogin {
	float: right;
    position: fixed;
	top: 15px;
	left: 15px;
	display: block;
}

div#footer {	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 99%;	
	height: 15px;
	padding: 5px;
	font-size: .9em;
	background: #333;
	color: #FFF;
	text-align: right;
}
div#content {	
	border-top: 1px solid #000;	
	padding: 8px;
	height: 100%;
}
div#topRight{
	/* float: right; */    
	width:90%;
	margin: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
	padding: 8px;
	text-align: left;
	background: #000;
	border: 0px solid #666;
}
div#topRight img{
    display: none;
}
div#topRight p{
padding: 8px;
}
div#topRight a{
    color: #39698c;
}
div#topRight a:hover{
	color: #fff;
}
div#topRight ul {

	margin-left: 1.5em;
	padding-left: 0em;
	text-indent: -.5em;
}

div#image {
    float: left;
	width: 100px;
	margin: 5px;
	padding: 4px;
	text-align: left;
}
img#contact {
    float: right;
}
div#topLeft {
	/* float: left; */
	width: 300px;
	margin: 10px;
    margin-bottom: 100px;
    padding-bottom: 100px;
	padding: 8px;
	text-align: left;
	background: #000;
	border: 0px solid #666;
}
div#topLeft ul {

	margin-left: 1.5em;
	padding-left: 0em;
	text-indent: -.5em;
	}
div#topLeft a{
    color: #39698c;
}
div#topLeft a:hover{
	color: #fff;
}
div.clearFloats {
	clear: both;
}
.subHeader{
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}
.empty{
	margin: 10px;
	border-bottom: 1px solid #cacaca;
}
.heavy{
	text-align: left;/* ie 6*/
	font-weight: bold;
}
.center{
	text-align: center;
}
.heavyCenter{
	font-weight: bold;
	text-align: center;
}

table.darkTable
{
	background-color: #fff7e0;
}
table.lightTable
{
	background-color: white;
}

table.files {
	width: 95%;
	margin: 10px;
	border: 1px solid #cacaca;
	background-color: white;
}

tr.dark {
	text-align: left;/* ie 6*/
	border-width: 0px;
	padding: 5px;
	border-color: #000;
	background-color: #eee;
}
tr.light {
	text-align: left;/* ie 6*/
	border-width: 0px;
	padding: 5px;
	background-color: white;
}
.noFiles {
	text-align: center;
	padding: 40px;
}