/* CSS Document */
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background:black;
height:100%;
 margin:0; 
 padding:0; 
 text-align:center; 
 overflow:auto;
} 
a:visited {
color:white;
}
a:link {
color:black;
}
#contents
{
margin-top: 10px;
padding: 10px;
background-color:#990000;
color: #000;
border:white solid 5px;
}
#navigation
{
margin-top: -1em;
padding: 0px;
color:black;
text-align:center;
}
#google
{
margin-top:3em;
text-align:center;
}
#footer
{
margin-top: 7em;
margin-left:15%;
margin-right:15%;
padding:0px;
color:white;
text-align:center;
}

/* This is the nav auto-generated content */

 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: black;
background-color: white;
text-decoration: none;
}

#navlist a:hover
{
color:#990000;
background-color: white;
text-decoration: none;
}

/* End auto-generated content */


/* generated by csscreator.com */ 
 
#pagewidth{ 
 width:100%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:black; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:black;
 color:white;
 }
 
#maincol{background-color: black;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 }
  

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

