body{
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
    margin: 0px;
    background-color: #cfe0f3;
}
a{
    color: black;
    text-decoration: none;
}
a:hover{
  text-decoration: underline;  
}

h2{
    margin-top: 0px;
}
#head{
    height: 244px;
    float: left;
}
#main{
    margin-left: auto;
    margin-right: auto;
    width: 901px;
}
#bottom{
    width: 899px;
    clear: both;
    float: left;
    text-align: center;
    font-family: verdana;
    font-size: 10px;
    border-top: 1px lightgrey solid;
}
#include{
    padding-left: 10px;
    padding-right: 10px;
    width: 537px;
    float: left;
    overflow: hidden;
}
#content{
    width: 899px;
    padding-top: 10px;
    background-color: white;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    float: left;
}
.menutopboxleft{
    line-height: 20px;
    background-color: #294673;
    color: white;
    width: 160px;
    height: 20px;
    padding-left: 10px;
    font-weight: bold;
    border-top: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
}
.menuboxleft{
    line-height: 20px;
    width: 160px;
    height: 20px;
    padding-left: 10px;
    border-right: solid black 1px;
    background-color: #cdd6e5;
}
.menutopboxright{
    line-height: 20px;
    background-color: #294673;
    color: white;
    width: 160px;
    height: 20px;
    padding-left: 10px;
    font-weight: bold;
    border-top: solid black 1px;
    border-left: solid black 1px;
    border-bottom: solid black 1px;
}
.menuboxright{
    line-height: 20px;
    width: 160px;
    height: 20px;
    padding-left: 10px;
    border-left: solid black 1px;
    background-color: #cdd6e5;
}
#right{
    width: 160px;
    float: left;
}
#left{
    width: 171px;
    float: left;
}
