body 
{
 background:#FFFFFF;
 color:#000000;
 font-family:Arial,Verdana,Tahoma,sans-serif;
 margin:0px;
}

h1
{
 font-size:16px;
 margin:0;
 color:#4189DD;
 font-weight:bold;
}

h2
{
 font-size:20px;
 margin:0;
}

h3
{
 font-size:14px;
 margin:0;
 font-weight:bold;
 color:#0056A0;
 margin-top: 5px;
}

#pageContent
{
 width:1192px;
 color:#002469;
 font-size:12px;
 margin:0 auto;
}

#pageContent a.blue
{
 display:block;
 color:#002469;
 text-decoration:none;
 background:url(Images/arrowLightBlue.gif) no-repeat left 6px;
 padding-left:13px;
}

#pageContent a.blueBold
{
 display:block;
 color:#002469;
 text-decoration:none;
 background:url(Images/arrowLightBlueBold.gif) no-repeat left 6px;
 padding-left:13px;
}

#pageContent a.darkBlue
{
 display:block;
 color:#002469;
 text-decoration:none;
 background:url(Images/arrowDarkBlue.gif) no-repeat left 6px;
 padding-left:13px;
}
#pageContent a.darkBlueBold
{
 display:block;
 color:#002469;
 text-decoration:none;
 background:url(Images/arrowDarkBlue.gif) no-repeat left 6px;
 padding-left:13px;
 font-weight: bold;
}
#pageContent .darkBlueWithArrow
{
 color:#002469;
 text-decoration:none;
 background:url(Images/liArrow.gif) no-repeat left 3px;
 padding-left:14px;
 display:block;
}
#pageContent .darkBlueWithArrowWithW
{
 color:#002469;
 text-decoration:none;
 background:url(Images/liArrow.gif) no-repeat left 3px;
 padding-left:14px;
 display:block;
 float: left;
 width: 200px;
}
#pageContent .darkBlueWithArrowWithoutW
{
 color:#002469;
 text-decoration:none;
 display:block;
 float: left;
 width: 200px;
}
#pageContent  span.errorMsg
{
 display:none;
 font-weight:bold;
 color:red;
 font-size:10px;
}

#pageContent .fieldText
{
 font-size:10px;
 border:1px solid #CCCCCC;
 width:139px;
 height:13px;
 background:transparent url(Images/inputBg.gif) no-repeat left 2px;
}

#pageContent .fieldTextLong
{
 font-size:10px;
 border:1px solid #CCCCCC;
 width:219px;
 height:13px;
 background:transparent url(Images/inputBg.gif) no-repeat left 2px;
}

#pageContent span.star
{
 color:#67A1E4;
 font-weight:bold;
}

#pageContent select
{
 border:1px solid #CCCCCC;
 background:transparent url(Images/inputBg.gif) no-repeat left 2px;
}

#pageContent select option
{
 background-color:white;
}

#headerContent
{
 background:url(Images/headerBackground.jpg) no-repeat left 40px;
 min-height:79px;
 -height:79px;
 padding-top:9px;
}

#headerLeft
{
 float:left;
 padding-left:127px;
 width:80px;
 height:71px;
}

#headerRight
{
 float:left;
 width:220px;
 height:71px;
}

#header
{
 float:left;
 height:71px;
 width:687px;
 padding-right:20px;
 text-align:right;
}
#headerNew
{
float:left;
height:71px;
padding-left:20px;
text-align:right;
width:907px;
}

#footerContent
{
 background:url(Images/footerBackground.jpg) no-repeat left top;
 min-height:111px;
 -height:111px;
 padding-top:13px;
}

#footer
{
 margin:0 auto;
 width:1030px;
 color:#61769F;
 padding-left:45px;
 font-size:10px;
}

#footer a
{
 color:#61769F;
 text-decoration:underline;
}