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

html{
overflow: -moz-scrollbars-vertical;
}

body{
background: #02468A url(../images/mainbg.gif) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align:center;
}

#wrapper{
margin: 0 auto;
width: 880px;
text-align:left;
}

.clear{
clear:both;
}

#flashbanner{
float: left;
}

#navigation{
clear: both;
float: left;
width: 880px;
line-height: 34px;
background: #1a1a1a url(../images/navbg.jpg) top repeat-x;
color: #fff;
font-size: 14px;
font-weight:bold;
text-align:center;
}

#content{
clear:both;
width: 864px;
background: #fff;
padding: 8px;
}

#col1{
float: left;
width: 582px;
padding-right: 8px;
}

#col2{
float: left;
width: 248px;
margin-left: 8px;
padding: 8px;
background: #e1e1e1 url(../images/sidepanelbg.jpg) top repeat-x;
border: 1px solid #919090;
}

#footer{
clear:both;
margin: 0 auto;
width: 860px;
padding: 25px 10px 10px 10px;
background: #787878 url(../images/footerbg.jpg) top repeat-x;
font-size: 11px;
}

#address{
float: left;
width: 400px;
text-align:left;
}

#siteinfo{
float: right;
width: 400px;
text-align:right;
}


/************** Global Links ****************/

a:link, a:visited{
color: #800808;
text-decoration: none;
}

a:hover{
color: #03217B;
}

/************* Main Navigation ********************/

#navigation a:link, #navigation a:visited{
color: #fff;
text-decoration: none;
padding: 5px 21px;
text-transform: uppercase;
}

#navigation a:hover{
color: #000;
background: #fff;
}

/*********** Headings *************/

h1,h2,h3{
color: #03217B;
margin: 0;
padding: 3px 0px;
}

h1{
font-size: 18px;
border-bottom: 1px solid #03217B;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

/****************** Titles Tabs **************/

.titles{
background: url(../images/titletab.jpg) top left no-repeat;
line-height: 30px;
font-weight: bold;
font-size: 18px;
color: #03217B;
text-align:left;
width: 592px;
padding: 3px 0px 3px 3px;
}

.ctrtxt{
text-align:center;
}

.lttxt{
text-align:left;
}

.rttxt{
text-align:right;
}

.leftside{
float: left;
padding-right: 8px;
}

.rightside{
float: right;
padding-left: 8px;
}

form{
margin: 0;
padding: 0;
}

input[type=submit], input[type=reset]{
background: #024486 url(../images/buttonbg.jpg) top repeat-x;
color: #fff;
font-weight:bold;
padding: 2px;
border: 0;
text-align:center;
}

input[type=submit]:hover, input[type=reset]:hover{
background: #000;
color: #fff;
}

a img{
border: 0;
}