body {
margin: 0 auto;
background-color: #4a5980;
text-align: center;
}

body,td {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #3b3b3b;
}

a {
color: #4d6baf;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #8898bd;
font-weight: bold;
}

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

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

#contain {
width: 794px;
margin: 0 auto;
background-color: #4a5980;
background-image: url(_images/containbg.gif);
background-repeat: repeat-y;
}

#menubox {
width: 738px;
height: 260px;
border-top: 1px solid #a6b6de;
border-bottom: 1px solid #a6b6de;
margin: 0 auto;
}

#contentbox {
width: 718px;
margin: 0 auto;
text-align: left;
}

.spacer10 {
width: 100%;
margin: 0 auto;
height: 10px;
}

.spacer6 {
width: 100%;
margin: 0 auto;
height: 6px;
}

.spacer4 {
width: 100%;
margin: 0 auto;
height: 4px;
}

.imgbrdrfloat {
float: left;
border: 1px solid #a6b6de;
margin-right: 7px;
}

.imgbrdr {
border: 1px solid #a6b6de;
margin-bottom: 5px;
}

.bulletfloat {
float: left;
margin-right: 3px;
line-height: 12px;
}

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

.clearit {
clear: both;
}

.servbullet {
list-style-type: none;
padding: 0;
margin: 5px 0px 0px 0px;
}

.servbullet li {
margin-bottom: 6px;
background-image: url(_images/arrow.gif);background-repeat: no-repeat;padding: 0px 0px 0px 15px;
}

.greybox {
background-color: #f1f1f1;
}

.padit10 {
padding: 10px;
}

.title {
font-weight: bold;
font-size: 12px;
}

.titlebig {
font-weight: bold;
font-size: 16px;
}

.smalltxt {
font-size: 9px;
}

.bulletmain {
list-style-type: none;
padding: 5px 0px 0px 0px;
margin: 0;
}

.bulletmain li {
margin-bottom: 15px;
background-image: url(_images/arrow.gif);background-repeat: no-repeat;padding: 0px 0px 0px 15px;
}

.bulletlink {
list-style-type: square;
margin: 5px 0px 0px 30px;
padding: 0;
}

.bulletlink li {
margin-bottom: 5px;
}


#footer {
background-color: #4a5980;
background-image: url(_images/footerbg.gif);
background-repeat: no-repeat;
width: 794px;
height: 84px;
margin: 0 auto;
}

#footerpad {
line-height: 16px;
font-size: 9px;
padding: 14px 40px 0px 40px;
text-align: right;
}


/* FORMS */
form {
margin: 0;
padding: 0;
}

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

