@charset "utf-8";
/* CSS Document */

html {
background-color:#7CA3B8;
background-image:url(../images/bg.jpg);
}
p {
font-size:14px;
color:#000000;
}
h1, h2, h3, h4, h5, h6{
text-align:left;
color:#0069ae;
font-size:22px;
font-weight:bold;
margin:20px 0px 0px 0px;
}
h2{
font-size:26px;
text-align:center;
}
h3{
font-size:22px;
color:#c31900;
}
h4{
font-size:18px;
}
h5{
font-size:16px;
}
li{
margin:0;
list-style:none;
text-decoration:none;
font-size:12px;
}
img, a, ul, li, td, tr, table, form, h1, h2, h3, h4, h5, h6, p, html, body{
margin:0;
padding:0;
border:0;
font-family:Arial, Helvetica, sans-serif;
}
.smalls{
font-size:12px;
}
.center{
text-align:center;
}
.bold{
font-weight:bold;
}
.centerBold{
text-align:center;
font-weight:bold;
}
.blueSpan{
font-weight:bold;
color:#0069af;
font-size:14px;
}
.newLiner{
float:left;
}
.white
{
    color: White;
}
#wrapper {
background-image:url(images/wrapperBG.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:14px;
color:#000000;
position:absolute;
width:900px;
top:0;
left:50%;
margin-left:-450px;
}
#headBanner{
width:900px;
height:296px;
background-image:url(images/headBanner.png);
background-repeat:no-repeat;
}
#headBanner h1{
position:absolute;
visibility:hidden;
}
.headNav{
position:absolute;
margin:220px 0px 0px 215px;
color:#FFFFFF;
}
.headNav li{
font-weight:bold;
display:inline;
border-left:#FFFFFF 1px solid;
margin-left:4px;
padding-left:5px;
}
.headNav li a{
color:#FFFFFF;
text-decoration:none;
}
.headNav li a:hover{
color:#b7dcff;
text-decoration:underline;
}
li.home{
border:none;
}
#content{
width:900px;
}
#leftNav{
width:252px;
float:left;
}
.leftNavTop{
width:252px;
height:40px;
background-image:url(images/leftNavTop.png);
}
.leftNavMid{
width:252px;
background-image:url(images/leftNavMid.png);
background-repeat:repeat-y;
}
.leftNavBottom{
width:252px;
height:40px;
background-image:url(images/leftNavBottom.png);
}
.leftNavMid{
padding-left:20px;
}
.navTitle{
width:220px;
padding:10px 0px 10px 10px;
color:#69a5c8;
font-size:18px;
border-top:#FFFFFF 3px solid;
}
.navTitle a{
color:#69a5c8;
text-decoration:none;
display:block;
}
.navTitle a:hover{
color:#3e8aca;
}
.navLinks li{
color:#666666;
margin:0px 0px 0px 10px;
}
.navLinks li a{
color:#666666;
text-decoration:none;
width:200px;
display:block;
}
.navLinks li a:hover{
text-decoration:underline;
color:#000000;
}
#rightContent{
width:588px;
float:left;
padding:0px 40px 0px 20px;
}
#rightContent p{
font-size:14px;
}
#contactInfo{
width:514px;
float:left;
text-align:center;
margin:30px 0px 0px 37px;
}
#contactInfo p{
font-size:14px;
}
.contactTop{
background-image:url(images/cardTop.png);
background-repeat:no-repeat;
width:514px;
height:48px;
}
.contactTop h5{
font-weight:bold;
font-size:20px;
padding-top:12px;
color:#FFFFFF;
}
.contactMid{
background-image:url(images/cardMid.png);
background-repeat:repeat-y;
padding-top:10px;
}
.contactBottom{
background-image:url(images/cardBottom.png);
background-repeat:no-repeat;
width:514px;
height:19px;
}
.regBox{
width:220px;
margin:20px 184px 0px 184px;
float:left;
}
#footer{
width:900px;
height:108px;
background-image:url(images/footer.png);
background-repeat:no-repeat;
text-align:center;
float:left;
}
#footer p{
margin-top:80px;
color:#FFFFFF;
font-size:11px;
}
