/* GLOBALS */
body {
margin: 0 auto;
background-color: #eaebe6;
background-image: url(../_images/bg_tile.gif);
background-repeat: repeat-x;
text-align: center;
}

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

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

a:hover {
text-decoration: underline;
color: #d17070;
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=60);   
-moz-opacity: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#content {
width: 850px;
margin: 0px auto;
}

.headerbrdr {
border-bottom: 1px solid #8d9971;
}

#main {
width: 850px;
margin: 0 auto;
background-color: #ffffff;
}

.paditmain {
padding: 15px;
text-align: left;
}

.padit15 {
padding: 15px;
}

.padit10 {
padding: 10px;
}

.boxstyle {
background-image: url(../_images/box_contentbg.gif);
background-repeat: repeat-y;
}

.boxsmstyle {
background-image: url(../_images/boxsm_contentbg.gif);
background-repeat: repeat-y;
}

.boxfullstyle {
background-image: url(../_images/boxfull_contentbg.gif);
background-repeat: repeat-y;
}

.boxpad {
padding: 0 8px;
}

.title1 {
font-size: 16px;
color: #000000;
line-height: 18px;
}

.title2 {
font-size: 15px;
font-weight: normal;
color: #687a3f; 
}

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

.divider2 {
width: 100%;
height: 25px;
margin: 25px auto 0px auto;
border-top: 1px solid #cbd2bb;
}

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

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

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

.smalltxt td {
font-size: 10px;
}

.smalltxt {
font-size: 10px;
}

.centerit {
text-align: center;
}

.tblpad td {
padding: 3px;
font-size: 14px;
}


.tblheader td {
font-weight: bold;
background-color: #b4c09b;
height: 35px;
padding: 8px;
font-size: 14px;
color: #5f6e3c;
}

.tblshade1 td {
background-color: #edefea;
padding: 8px;
font-size: 11px;
}

.tblshade2 td {
background-color: #f7f9f5;
padding: 8px;
font-size: 11px;
}

.tblshademore td {
background-color: #dcc8b4;
padding: 8px;
font-size: 12px;
}

.padleft {
padding-left: 10px;
}

.bullet ul {
margin: 0 20px 0 0;
padding: 0;
}

.bullet li {
margin-bottom: 7px;
padding: 0;
list-style-type: square;
}

#footer {
width: 850px;
margin: 0 auto;
background-color: #8d9971;
}

#footer td {
font-size: 10px;
line-height: 20px;
color: #e4efca;
}

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

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


/* FORM STYLE */
form {
margin: 0;
padding: 0;
}

.formbox {
padding: 4px;
background-color: #eff0ec;
border: 1px solid #b9bcaf;
margin-bottom: 5px;
}

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

