body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
line-height:20px;
background-image:url(../images/blue.jpg);
background-repeat: repeat-x;
margin-top:10px;
text-align: left;
}

.pagewrapper {
width: 985px;
margin: 0 auto;
text-align: left;
background-color: #FFFFFF;
}

.sitesearch_search_form {
padding-top: 12px
}

.header {
height: 125px;
background-image:url(../images/header.jpg);
}

.headertext {
padding-right: 10px;
color:#FFFFFF;
font-size: 12px;
}

.headertext a:link {
color: #ffffff;
text-decoration:none;
}

.headertext a:visited {
color: #ffffff;
text-decoration:none;
}

.headertext a:hover {
color: #FF9900;
text-decoration:none;
}

.headertext a:active {
color: #FFFF00;
text-decoration:none;
}

.headertext a:visited:hover{
color: #ffffff;
text-decoration:none;
}

.page-content {
background-image:url(../images/content-bg.jpg);
background-repeat: repeat-x;
padding: 20px 52px 12px 10px;
min-height: 250px;
height:auto !important;
height: 250px;
}

.form-spacer {
clear: both;
height:8px;
}


a:link {
color: #660000;
text-decoration:none;
}

a:visited {
color: #660000;
text-decoration:none;
}

a:hover {
color: #660000;
text-decoration:none;
}

a:active {
color: #660000;
text-decoration:none;
}

a:visited:hover{
color: #660000;
text-decoration:none;
}

h1 {
color:#0F2B5B;
font-size: 22px;
padding-bottom:0;
margin-bottom:0;
font-weight: normal;
font-family:"Times New Roman", Times, serif;
}

h2 {
color: #0F2B5B;
font-size: 17px;
padding-bottom:0;
margin-bottom:0;
text-transform: uppercase;
font-weight: normal;
}

/******** FOOTER ***********/

.footer {
background-color: #000033;
background-repeat: repeat-x;
height: 24px;
text-align: center;
color: #FFFFFF;
font-size: 10px;
padding-top:5px;
}

.footer a:link {
color: #FFFFFF;
text-decoration:none;
}

.footer a:visited {
color: #FFFFFF;
text-decoration:none;
}

.footer a:hover {
color: #FFFFFF;
text-decoration:none;
}

.footer a:active {
color: #FFFFFF;
text-decoration:none;
}

.footer a:visited:hover{
color: #FFFFFF;
text-decoration:none;
}

/******** END FOOTER *******/

/******** MENU ***********/

.nav {
background-image: url(../images/navbk.jpg);
background-repeat: repeat-x;
height: 38px;
text-align: center;
padding-top: 10px;
font-size: 11px;

}

.nav div {
text-align: left;
}

.nav a {
text-transform: uppercase;
}

.nav a:link {
color: #003366;
text-decoration:none;
}

.nav a:visited {
color: #003366;
text-decoration:none;
}

.nav a:hover {
color: #990000;
text-decoration:none;
}

.nav a:active {
color: #FFCC00;
text-decoration:none;
}

.nav a:visited:hover{
color: #990000;
text-decoration:none;
}

.nav .spacer {
color: #000000;
padding: 0 5px 0 5px;
}



.clearboth {
clear: both;
}