body
{
 font-family:Verdana;
 font-size:12px;
 background-color:white;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#032056;margin-bottom:0px;}
h2 {font-size:16px;color:#032056}
h3 {font-size:14px;color:#000000;}


a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:normal;
  color:#black;
  font-size:12px;
}
a:active, a:hover
{
  color:black;
}
a.menu {
 display:block;
 padding:0px;
 background-color: #032056;
 text-align:center;
 color:#FFCC00
 text-decoration:none;
 border-bottom: solid 1px white;
padding-top: 10px;

padding-bottom: 10px
 }
a.menu:link, a.menu:visited
{
  color:#FFF200;
 background-color:#032056;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#032056; font-weight:bold;
 background-color:#FFF200;
}
.menucontainer {
background-color:#032056;
width:140px;

}

#title {
height:50px;
padding:5px;
background-color:#FFF200;

}
#left {
background-color:#032056;
width:140px;
height:1800px;
float:left;
}

#content {

background-color:#FFF200;
width:600px;
height: 1800px;
float:right;
padding:0px 10px;
}
