body
{
 font-family:Verdana;
 font-size:13px;
 background-color:#cfcfcf;
 text-align:center;
 margin:0px;
}
h1 {font-size:20px;color:#2e4b97;font-size:bold;padding-top:22px;margin-bottom:30px;}
h2 {font-size:18px;color:#2e4b97;font-size:bold;}
h3 {font-size:15px;color:#2e4b97;font-size:bold;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#2e4b97;
  font-size:13px;
}
a:active, a:hover
{
  color:#8C8CFF;
}
a.menu {
 padding:3px;
 background-color:#2e4b97;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
 color:#CCCCCC;
 background-color:#2e4b97;
 text-decoration:none; 
 font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:white; font-weight:bold;
 }
 
#page {
width:1000px;
margin:0px auto;
text-align:left;
background-color:#2e4b97;
border:1px solid #2e4b97;
margin:20px auto 30px;
}

#title {
height:110px;
padding:5px;
background-color:white;
border:1px solid #2e4b97;
background-image: url(../images/logotop.jpg);
background-repeat: no-repeat;
background-position:right;
}

#left {
background-color:#2e4b97;
width:180px;
float:left;
}

.menulogo{
height:0px;
}

.menucontainer {
padding-top:10px;
border:1px solid #2e4b97;
background-color:#2e4b97;
width:180px;
line-height:30px;
text-align:left;
margin:13px;
}

#content {
border:1px solid #2e4b97;
background-color:white;
width:770px;
float:right;
padding:0px 20px 10px;

}
