body {
margin: 0 auto;
padding: 0px;
background-color: #072c43;
background-image: url(../_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #2d4a5b;
}

a {
color: #860000;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #b50202;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img{
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8; 
}

#content {
width: 900px;
margin: 0 auto;
text-align: left;
background-color: #ffffff;
}

.clearit {
clear: both;
}

.paditmain {
padding: 0 15px 15px 15px;
}

.padit15 {
padding: 15px;
}

.padit10 {
padding: 10px;
}

.spacer5 {
margin: 0px 0px 5px 0px;
}

.spacer10 {
margin: 0px 0px 10px 0px;
}

.spacer15 {
margin: 0px 0px 15px 0px;
}

.spacer25 {
margin: 0px 0px 25px 0px;
}

.bluebox {
background-color: #c4e0f2;
}

.blueboxwide {
width: 870px;
margin: 0 auto;
background-color: #c4e0f2;
}

.title20 {
font-size: 20px;
line-height: 20px;
color: #072c43;
}

.title18 {
font-size: 18px;
line-height: 18px;
color: #2673a3;
}

.title14 {
font-size: 14px;
font-style: italic;
}

.divider {
margin: 30px auto 0px auto;
width: 100%;
height: 30px;
border-top: 1px solid #74b9e8;
}

.imgbrdr {
border: 1px solid #6893b0;
}

.imgbrdrfloat {
float: left;
border: 1px solid #6893b0;
margin: 0px 16px 2px 0px;
}

.smalltxt {
font-size: 10px;
}

.menubox {
width: 100%;
border-top: 1px solid #6893b0;
border-bottom: 1px solid #6893b0;
margin: 0 auto;
}

/* FOOTER */
#footer{
width: 900px;
text-align: left;
margin: 0 auto;
}

.foottxt td {
font-size: 10px;
line-height: 22px;
color: #608ca9;
}

a.foot{
color: #a3d3f2;
text-decoration: underline;
font-weight: normal;
}

a.foot:hover {
text-decoration: underline;
color: #ffffff;
font-weight: normal;
}



/* FORMS */
form {
margin: 0
}

.required {
text-align: right;
font-weight: bold;
}

.error {
color: #d40000;
}



/* MENU STYLE */
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
float: left;
position: relative;
display: inline;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
white-space: nowrap;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
margin: 0;
padding: 0;
position: absolute;
border-bottom: 1px solid #6aadda;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
float: none;
display: inline;
}

.jqueryslidemenu ul li ul li a {	
width: 180px;
padding: 8px;
border-top: 1px solid #6aadda;
border-left: 1px solid #6aadda;
border-right: 1px solid #6aadda;
background-color: #98c5e7;
font-size: 11px;
color: #3b6f91;
text-decoration: none;
}
			
.jqueryslidemenu ul li ul li a:hover {	
background-color: #356788;
font-size: 11px;
text-decoration: none;
color: #ffffff;
}	