﻿html
{
    overflow-y: scroll;
}

body 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    background-color:#99BCC8;
}
h1 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:16px;
    font-weight:bold;
}
h2 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:14px;
    font-weight:bold;
    margin:0;
}
h3 
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin:0;
}
     
input[disabled] 
{
    background-color:#F7F7F7;
    color:#000000
   }
a 
{
    border:0px;
    text-decoration:none;
    color:#3533CC;
    font-weight:bolder;

     }
     
a:hover
{
    text-decoration:underline;
        color:#339ACC;
}

a:active
{
     font-weight:bold;}
    
a img
{
    border:0px;
     }

 ul
 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

 li
 {
    margin: 1em 0 0 0;
 padding: 0 0 0 0; }
 li ul li
 {
    margin: .4em 0 0 0;
 padding: 0 0 0 1em; }
 
 input, textarea, select
 {
    margin: 5px 0 5px 0;
    border:  outset 1px #000000 ;}

.centerpage {
  width:775px;
  margin:20px auto 20px auto;
  background: #ffffff;
  text-align:center;
  border: solid; border-width: 1px; border-color: #000000;
  position:relative;
}

.smallitalic
{
    font-size:10px;
    font-style:italic;
     }
.center, center h1
{
   text-align:center;
   font-size:20px;
     }
.normal
{
    font-size:12px;
    }
.copy
{
    font-size:10px;
     text-align:center;
     padding: 4em 2em 0 2em;
     }
    
#logo 
{
  
    }
 
.top 
{
    width:100%;
    background-color:#2D7395;
    position:relative;
    }
.left 
{
    height:100%; 
    width:160px;
    float:left;
    background-color:#ebebeb;
    line-height:110%;
    text-align:left;
    padding:.2em .8em 2em .8em;
    position:relative;
    z-index:2;
    font-weight:bold;
    }
.main
{      position:relative;
    text-align:left;
    z-index:1;
    padding:1em 60px 1em 200px;

     }
    
.bottom
{
    clear:both;
    background-color:#aaaaaa;
    font-size:10px;
    color:#ffffff;
    padding: .3em 0 .5em 0;
    }
    
.bottom a 
{
     color:#ffffff;
     font-weight:normal;
     }

.bottom a:hover 
{
     text-decoration:none;
     font-weight:normal;
     }
