body
{
    margin: 4px 0px 0px 4px;
}

#headertitle
{
    clear: both;
    background: #eee;
    border-top: 4px solid #00005B;
    margin: 0;
    padding: 6px 15px !important;
    text-align: left;
}

.onecolumn
{
    padding-top: 10px;
    padding-left: 20px;
}

.threecolumns
{
    vertical-align:top;
    border-left: solid 1px silver;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.threecolumns A:link
{
	COLOR: #0000FF; 
	text-decoration: none;
}

.threecolumns A:visited
{
	COLOR: #0000FF; 
	text-decoration: none;
}

.threecolumns A:hover
{
	COLOR: #0000FF;
	text-decoration: underline;
}
    
.leftdiv
{
    width: 280px;
    height: 100%;
    background: #fff;
    padding: 6px 6px 6px 6px;
    background-position: left top;
    background-repeat:repeat-y;
    /*float: left;*/
}
  
.centerdiv
{
    background: #fff;
    width: 370px;
    height: 100%;
    padding: 6px 6px 6px 6px;
}

.rightdiv
{
    background: #fff;
    width: 430px;
    height: 100%;
    padding: 6px 6px 6px 6px;
}

.footerdiv
{
    clear: both;
}

.footerdiv
{
    background: #fff;
    height: 30px;
    width: 100%;
    float: none;
    margin-top:4px;
    padding-top: 4px;
    text-align:center;
    border-top: 3px solid #00005B;
}

.noticeDiv
{
    width:600px;
    text-align:left;
    border: solid 1px #DAA520;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*Begin MENU*/
.level1
{
    /*color: Blue;
    background-color: Black;
    font-size: large;
    font-weight: bold;*/
    font-variant: small-caps;
    font-family:Verdana, Arial;
    font-size:14px;

}

.level2
{
    padding: 8px 3px 8px 3px;
    border-bottom: solid 1px Lavender;
    
}  
    
.level2box
{
    border: solid 1px  Lavender;
    font-family:Verdana, Arial;
    font-size:11px;
   
}  


.hoverstyle
{
    font-weight: bold;
}