﻿    
body 
{
    font: 76% Verdana, sans-serif;
    padding:20;
    color: #b5b5b5;
    background: #4f4f4f;
}

h1,h2,h3{margin-bottom:0;}

h1
{
    font-size: 3em;    
    color:White;
}
h2
{
    font-size: 2em;
    margin-bottom:0;
}

a
{
    text-decoration:none;
}


a:link 
{
    color:#b5b5b5;
}
    
a:visited 
{
    color:#b5b5b5;
}

a:hover, a:active 
{
    color:White;
}

  
#page
{
    width: 718px;
    height: 500px;
    text-align: left;
    margin: 0 auto;
}
#contents
{
    min-height:500px;
}
  
#header
{    

}
  
#footer
{
    font-size:smaller;
    text-align:center;        
    border-top-style:solid;
    border-top-width:thin;    
}
#topnavLeft
{
    text-align:left;
    width:80%;
    float:left;
    border-bottom-style:solid;
    border-bottom-width:thin;    
    
}
#topnavRight
{
    float:right;
    width:20%;
    text-align:right;
    border-bottom-style:solid;
    border-bottom-width:thin;    
    
}
