﻿body
{
    line-height: 1.5em; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center; 
    margin-top:0px;
}
#maincontainer
{
    background-color: #ffffff;
    width: 1001px; 
    text-align:center;
    position:absolute;
    left:50%;
    margin-left:-500px;
    padding-left: 10px;
    padding-right: 10px;
}
#topsection
{
    background: url(../Images/Mainbanner2_1024x125.jpg) no-repeat;
    height: 125px; /*Height of top section*/
    width: 1000.5px; /*Height of top section*/
    margin-left: 0px;
}
#footer
{
    clear: left;
    line-height:14px;
    background: #2e5a7f;
    font-size: 11px;
    color: #FFF;
    font-family: verdana;
    text-align: center;
    margin-bottom:-10px;
}
#footer a
{
    color: #FFFF80;
}
.contentheader
{
    background-image: linear-gradient(#eff4f7,#fff); 
    width: 290px;
    font-size: 15px;
    margin-left: 0px;
    text-transform: uppercase;
    color: #000000;
    text-align:center;
    margin-top:-455px;
    width:1000px;
 }
.topcontentbk
{
 	margin-left: 0px;
	width:1000px;
	border-top: 1px solid #FFFFFF;
	background-image: linear-gradient(#eff4f7,#fff); 
}
.divalign
{
	margin-left:2px;
	line-height:15px;
	text-align:left;
 	font-family:Verdana, Arial;
}
  .pagecontent
{
	font-size: 70%;
	text-align:left;
	line-height:20px;
	font-family:Verdana, Arial;
}
 .notices
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11pt;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana;
    list-style-image: url(../Images/arrowbullet.png); 
    line-height:20px;
}
a:active 
{ 
	color:Blue;
	text-decoration:none;
	/* when link is clicked */
} 
a:hover 
{
	text-decoration:underline  
	/* when mouse is over link */
}
a
{
	color:Blue;
	text-decoration:none;
}