body
{
    color: #2A4CA6;
    font-family: Tahoma;
}
h1
{
    font-weight: normal;
}
h2
{
    font-size: medium;
}
#main
{
    margin: 0px auto -1px auto; /*Center*/
    width: 980px;
}
#left
{
    width: 210px;
    float: left;
}
#right
{
    width: 760px;
    float: right;
}
#header
{
    width: 100%;
    height: 110px;
}
#menu
{
    float: left;
    margin-top: 40px;
    width: 100%;
}
.menuclass
{
    list-style: none;
		padding: 0;
		margin:20px 0 0 0;
    line-height: 2.5em;
}
.menuclass a
{
		color: #2A4CA6;
		text-decoration:none
}
.menuclass li
{
    border-bottom: 2px solid #c7c8c9;
}
#firstInList
{
    border-top: 2px solid #c7c8c9;
}
.submenu
{
    list-style-type: none;
    line-height: 1.5em;
		margin-top: -10px;
		margin-left: -15px;
}
html>body .submenu
{
    list-style-type: none;
    line-height: 1.5em;
		margin-top: -10px;
		_margin-left: -10px;
}
.submenu li
{
 border: 0px solid Black;
}
ul li.selected {
font-weight:bold
} 
li.selected ul {
font-weight:normal;
} 
.submenu a
{
 font-size: small;
    color: #2A4CA6;
text-decoration:none
}
#custompage
{
    background: url('CustomPage.png') no-repeat;
    padding-left: 40px;
    padding-top: 28px;
    position: relative;
    height: 511px;
    width: 730px;
}
#footer
{
    width: 100%;
    height: 40px;
}
#footer img
{
		float:right;
}