*{
	margin: 0px;
	padding: 0px;
}
body {
	font: 75% Arial,sans-serif;	
	color: #fff;
	background: url('images/bg_90780.png');	
   /*  background: url('images/texture72797375.jpg');	 */

}
p {
    margin-top: 3px;
}

#world { 
float: right;
margin: 15px;
}
#server {
float: right;
margin: 15px;
}

a.light{
	color: #ccc;
}
h1 {
    
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-variant: small-caps;
    font-size: 2em;
    margin: 10px;
    color: #eee;
    padding-top:0.5em;
}
h2.center {
	margin: 10px;
	padding: 5px;
	text-align: center;
	border-bottom: 2px dotted #cacaca;
    color: #ddd;
    font-family: "Palatino Linotype",Tahoma,Arial,Helvetica,sans-serif;
}
div#topRight h3 {
margin-top: 25px;

}

div#header {
	border: 1px solid silver;
	height: 85px;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px;
	display: block;
}

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 {
    float: right;
    margin: 15px;
    border: 3px solid silver;
    margin-top: 50px;
}

#emc {
    float: right;
    margin: 15px;
}
#puzzle {
    float: left;
    margin: 40px; 
}
#server {
    padding-top: 50px;
    float: right;
    margin: 15px; 
}
div#nav{	
	background: url('images/navBar.gif');	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-repeat: none;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-variant: small-caps;
	font-size:12px;
	padding-bottom:2px;
	padding-left:9px;
	padding-right:8px;
	padding-top:9px;
	vertical-align:middle;
	text-align: right;
    
    
}
div#nav a{
	color: #779ef1;
	font-weight: bold;
	text-decoration: none;
    
}
div#nav a:hover{
	color: #fff;
}
div#nav .active {
    color: #55cc55;

}


div#links a{
     
	color: #779ef1;
	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;
}
#acrobat {
width: 88px;
height: 31px;
border: 0;
float: right;
padding: 20px;
}

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 {
	background: url('images/bg_101.jpg') no-repeat;
	border-top: 1px solid #000;	
	padding: 8px;
	height: 100%;
}
div#topRight{
	/* float: right; */  
    background-image:  url(images/page-gradent.gif)/* , url(images/side-gradent.gif) */;
    background-repeat:  repeat-x/* , repeat-y */;
    background-color: white;
	width: 95%;
	margin: 10px;    
    margin-bottom: 100px;
    padding-bottom: 100px;
	padding: 8px;
	text-align: left;	
    color: black;
	
}

div#topRight p{
margin-top: 15px;
padding: 8px;
}
div#topRight a{
    color: #042b8d;
}
div#topRight a:hover{
	color: #779ef1;
}
div#topRight ul {
	list-style-image: url('images/bullet.gif');
	
	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;
    margin: 15px;
}
div#topLeft {
	/* float: left; */
	width: 300px;
	margin: 10px;
    margin-bottom: 100px;
    padding-bottom: 100px;
	padding: 8px;
	text-align: left;
	background: #000;
	border: 1px solid #666;
}
div#topLeft ul {
	list-style-image: url('images/bullet.gif');
	
	margin-left: 1.5em;
	padding-left: 0em;
	text-indent: -.5em;
	}
div#topLeft a{
    color: #779ef1;
}
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;
}