@charset "utf-8";
/* CSS Document */

body{
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #f0f6fa;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}

a{
color: #043b76;
}

h1{
color: #043b76;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
margin: 15px 0 15px 0;
font-weight: normal;
border-bottom: dotted 1px #7f7f7f;
padding-bottom: 10px;
}

h2{
color: #043b76;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
margin: 15px 0 15px 0;
font-weight: normal;
border-bottom: dotted 1px #7f7f7f;
padding-bottom: 10px;
line-height: 24px;
}

h3{
color: #043b76;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
margin: 0 0 15px 0;
font-weight: normal;
border-bottom: dotted 1px #7f7f7f;
padding-bottom: 10px;
}
h4{
color: #043b76;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
margin: 15px 0 15px 0;
font-weight: normal;
}
h5{
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
margin: 0 0 15px 0;
font-weight: bold;
}

#wrapper{
width: 960px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 0 3px 0 3px;
}

#bannerPic{
background-image: url(images/banner01.jpg);
background-repeat: no-repeat;
height: 330px;
clear: both;
border-bottom: solid 3px #13549a;
}

#bannerleft{
width: 630px;
height: 330px;
float: left;
}

#bannerright{
width: 330px;
height: 330px;
float: right;
}

#flashContainer{
margin-top: 150px;
}

#searchcontainer{
width: 300px;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
background-image: url(images/searchbg.png);
margin: 60px 0 0 0;
padding: 15px;
}
#searchcontainer span{
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
margin: 0 0 15px 0;
font-weight: bold;
width: 100%;
}

#contentContainer{
width: 100%;
overflow: auto;
}

#leftcolumn{
width: 620px;
float: left;
}

#rightcolumn{
width: 330px;
float: right;
}

.textbox{
background-color: #d6d5d5;
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
overflow: auto;
margin-bottom: 3px;
}
.textbox a {
color: #333;
text-decoration: underline;
}

.textcontent{
padding: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
line-height: 18px;
}

#navBg{
background-color: #043b76;
border-top: solid 2px #FFFFFF;
border-bottom: solid 2px #FFFFFF;
width: 960px;
height: 33px;
padding-top: 7px;
}

#navcontainer{
height: 31px;
width: 710px;
float: right;
margin-top: 0px;
padding-top: 0px;
background-color: #043b76;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 6px 20px 6px 20px;
}
#navcontainer A:hover, #navcontainer A:active{
color: #fff;
padding: 6px 20px 6px 20px;
background-color: #13549a;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #fff;
padding: 6px 20px 6px 20px;
background-color: #13549a;
}
#navcontainer li a#current{
color: #fff;
padding: 6px 20px 6px 20px;
background-color: #13549a;
}
.bulletlist{
list-style-image: url(images/bullet.png);
line-height: 24px;
margin: 15px 0 0 0;
display: block;
}
#footer{
height: 100px;
background-image: url(images/footer.jpg);
}
.form{
padding-top: 10px;
margin: 0px;
}
.formfield{
width: 95%;
padding: 2px;
height: 15px;
}
.formfield_val{
width: 48%;
padding: 2px;
height: 15px;
}
.formlist{
width: 50%;
font-size: 11px;
padding: 2px;
height: 25px;
}
.formbutton{
width: 180px;
height: 25px;
background-color: #043b76;
color: #FFFFFF;
border: 0px;
cursor: pointer;
}
.searchlist{
width: 100%;
font-size: 11px;
padding: 2px;
background-image: url(images/formBg.jpg);
background-repeat: repeat-x;
border: 0px;
}
.searchbutton{
width: 100%;
border: 0px;
cursor: pointer;
}
