/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}


/*MISC STYLES*/

body {
  background-color: #FFF;
  font: 12px Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
  color: #0D334A;;
	text-align:center;
}

h1{
font-size:16px;
color:#0D334A;
padding-bottom:20px;
}

h2{
font-size:14px;
color:#0D334A;
padding-bottom:20px;
}

h3{
font-size:12px;
color:#0D334A;
padding-bottom:20px;
}


a{
text-decoration:none;
color:#646464;
}

	
p{
padding-bottom:20px;
line-height:10px;
}

#centerColumn p,h1,h2,h3{
padding-left:10px;
padding-right:10px;
line-height:15px;
}


#centerColumn tr td p{
padding-left:10px;
padding-right:10px;
line-height:20px;
padding-bottom:10px;
}


#centerColumn tr td h3{
padding-left:10px;
padding-right:10px;
line-height:20px;
padding-bottom:5px;
}





/* MAIN NAV STYLES*/
#navTop ul{
padding-left:13px;
padding-top:8px;
}

#navTop ul li{
height:32px;
list-style:none;
display:inline;
padding-right:5px;
padding-left:5px;
border-right:solid 1px #FFFFFF;
}



#navTop ul li a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#navTop ul li.navNoBorder {
border:none;
}

/*END MAIN NAV STYLES*/



/* FOOTER NAV STYLES*/
#footerWrapper ul{
padding-left:13px;
padding-top:5px;
padding-bottom:5px;
}

#footerWrapper ul li{
height:25px;
list-style:none;
display:inline;
padding-right:5px;
padding-left:5px;
border-right:solid 1px #646464;
}



#footerWrapper ul li a{
color:#2665ab;
text-decoration:none;
}

#footerWrapper ul li.navNoBorder {
border:none;
}

/*END FOOTER NAV STYLES*/



/*QUOTE BOX STYLES*/

#quoteBox ul{
padding-left:8px;
padding-top:45px;
}


#quoteBox ul li{
height:20px;
list-style:none;
display:block;
padding-left:5px;
}

#quoteBox ul li a{
color:#2665ab;
font-weight:bold;
text-decoration:underline;
}


/*END QUOTE BOX STYLES*/


 
/*END MISC STYLES*/




/* MAIN DIV STYLES*/



#wrapper {
	width:864px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #447a9d;
}


/*begin header*/

#headerheader {

	width:864px;

}

#navTop{
width:864px;
height:32px;
background-image:url(../images/global/navBg.jpg);
background-repeat:no-repeat;
}

/*end header*/


/*begin feature image*/

#featureImageLeft{
width:338px;
float:left;
}


#featureImageCenter{
height:180px;
width:204px;
float:left;
background-image:url(../images/global/featureImageCenterBg.jpg);
background-repeat:no-repeat;
}

#featureImageRight{
width:322px;
float:left;
}

/*end feature image


/*begin content*/

#contentWrapper{
width:864px;
background-image:url(../images/global/contentBg.jpg);
background-repeat:repeat-y;
}

#leftColumn{
width:221px;
height:500px;
float:left;
background-image:url(../images/global/leftColumnBg.jpg);
background-repeat:repeat-y;
}

#quoteBox{
height:234px;
background-image:url(../images/global/leftQuoteBg.jpg);
background-position:top left;
background-repeat:no-repeat;
}


#centerColumn{
width:470px;
float:left;
padding-top:10px;
background-color:#fff;
}


#rightColumn{
width:172px;
float:left;
padding-top:10px;
}



/*SCROLLING TEXT BOX IN THE RIGHT COLUMN*/

#marqueecontainer{
position: relative;
width: 155px; /*marquee width */
height: 200px; /*marquee height */
background-color: #daeefa;
overflow: hidden;
border: 1px solid #447a9d;
margin-left: 6px;
}

#vmarquee p{
padding-left:5px;
line-height:20px;
}

/*END SCROLLING TEXT BOX*/


/*end content*/


/*BEGIN FOOTERS*/

#footerWrapper{
border-top: 1px solid #447a9d;
}


/*END FOOTER*/




/*END MAIN DIV STYLES*/
