﻿#navigation {
   margin:0px 0px 0px 0px;
   display:block;
   line-height: 20px;
   width: 145px;
   font-family: verdana;
   font-size:11px;
   list-style: none;
   text-align:left;
   vertical-align: middle;
   padding-left:0px;

}
#navigation li
{
   margin-bottom: 2px;
   height: 20px;
   width: 145px;
   vertical-align: middle;
}
#navigation a
{
   background: #aaa;
   color: white;
   display: block;
   width: 135px;
   height: 20px;
   border-left: 5px solid #eee;
   padding-left: 10px;
   text-decoration: none;
}
#navigation a:hover
{
   background: #eee;
   color: black;
   height: 20px;
   width: 125px;
   text-decoration: none;
   text-align:right;
   padding-right: 10px;
   border-left: 5px solid #aaa;
}

.header
{
  position:absolute;
  left:100px;
  top:0px;
  width: 789px;
  height: 150px;  
  background-color:white;
  color:black;  
  font-family: Arial;
  font-size:small;
  border-left:1px #297477 solid;
  border-right:1px #297477 solid;
  border-bottom:1px #297477 solid;
}
.h1box
{
  position:absolute;
  width:150px;
  left:100px;
  top:150px;
  height:25px;
  padding:0px 0px 0px 2px; 
  text-align:center;  
  background-color: #297477;
  font-family:Arial;
  font-size: 12pt;
  color:white;
  z-index:3;  
}
h1
{
  font-family:Arial;
  font-size: 10pt;
  color:white;
}
h2
{
  font-family:Arial;
  font-size: 12pt;
  color:black;
  font-weight:bold;
}
.leftside
{
  position:absolute;
  width:151px;
  left:100px;
  top:175px;
  height:897px;
  background-color:#297477;
  font-family:Arial;
  font-size: 12pt;
  border-left:1px #297477 solid;
}

.content
{
  position:absolute;
  left:250px;
  top:150px;
  width: 625px;
  padding:5px 5px 5px 10px;
  height: 913px;
  border-right:solid 1px #297477;
  color:black;  
  font-family: Arial;
  font-size:16px;
  background-image: url("/images/white.gif");
  background-repeat: repeat;
}

.footerleft
{
  position:absolute;
  left:100px;
  top:1072px;
  padding:1px 0px 1px 2px;
  height: 20px;
  width: 401px;
  background-color:silver;
  font-family: Arial;
  font-size:small;
  color:white;
  text-align:left;
  border-top:1px black solid;
  border-bottom:1px black solid;
  border-left:1px black solid;    
}
.footerright
{
  position:absolute;
  left:503px;
  top:1072px;
  padding:1px 2px 1px 0px;  
  height: 20px;
  width: 384px;
  background-color:silver;
  font-family: Arial;
  font-size:small;
  color:white;
  text-align:right;
  border-top:1px black solid;
  border-bottom:1px black solid;
  border-right:1px black solid;  
}
.nav
{
  position:absolute;
  left:142px;
  top:208px;
  width: 854px;
  height: 36px;
  border-right:1px #297477 solid;    

}
body
{
  background-image: url("/images/bg.gif"); 
  background-repeat: repeat;
}
ul.hp
{
list-style-position: outside;
list-style-type: square;
}