/* CSS Document */

body,td,th {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  line-height:1.25;
  color: #87E822;
}

body
{ margin:0px;
  padding:0px;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#87E822;
  background:transparent url(images/backtile.jpg) repeat-y scroll top center;
  background-color:#000000;
  height: 100%; 
   }

/* LINK EFFECTS */

a {
  text-decoration:none;
  font-weight:bold;
  cursor:pointer;
  cursor:url(images/haunthand.cur);
 }

a:link,a:visited {
  color:#FE5715;
  cursor:pointer;
  cursor:url(images/haunthand.cur);
 }

a:hover,a:active {
  color:#9D01ED;
  cursor:pointer;
  cursor:url(images/haunthand.cur);
 }
 
/* POSITIONING CONTAINERS */

#head {
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:transparent url(images/head.gif) no-repeat scroll top center;
}

#container {
    position:absolute;
	left:0px;
	top:323px;
	width:100%;
	height:auto;
}

#eyes {
	position: relative;
	margin: 0 auto;
	width: 52px;
	height: 20px;
	padding:33px 0 0 2px;
	text-align:center;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 769px;
	height: auto;
}

#sideNav {
	float:left; 
    overflow: visible !important; 
    overflow:hidden;
    width:126px;	
    padding:0;
    margin:0;
}

#pageBody {
	float:right; 
    overflow: visible !important; 
    overflow:hidden;
    width:620px;	
    padding:0;
    margin:0;
}

#footer {
width:auto!important;
clear:both;
position:relative;
text-align:center;
padding:0;		  
}
			
#tertiary {
position:relative;
text-align:center;
z-index:1;
clear:both;
margin:0 0 0 0;
padding:3px;
}

/* Overall Styles */

p {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#87E822;
  margin:10px 20px 0px 0px;
  padding:0px;
   }
   
h1 {
  color:#a800ff;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:30px;
  font-weight:bold;
  margin:10px 162px 0 0;
  text-align:right;
  line-height:.7;
   }
   
h2 {
  color:#FF4800;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin:0px;
}
   
h3 {
  color:#000;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin:10px;
  padding:3px;
  background-color:#6600FF;
  border:#FF4800 2px dashed;
}
   
h6 {
  color:#87E822;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:8px;
  line-height:.5;
  font-weight:bold;
  margin:10px 0 0 0;
  border-bottom:#9D01ED dotted 1px;
}

.copyright {
  font-size:10px;
  line-height:1;
  color:#9D01ED;
  text-align:center;
  margin:0px;
  padding:0px;
}

.warning {
  font-weight:bold;
  color:#FF0000;
  }
  
li {
  margin:10px 0 0 0;
  padding:0px;
   }
  
ul {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }
   
ol {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }
   
.style1 {color: #000000; font-weight:bold;}

.style2 {color: #a800ff;}
   
.style2B {color: #a800ff; font-weight:bold;}

.style5 {
	color: #FF4800;
	font-weight: bold;
}
.style3 {
	color: #9B00EB;
	font-weight: bold;
}

.divider {text-align:center; margin:10px 0 10px 0;}