/* GLOBALS */
body {
margin: 0 auto;
background: #000000;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #b6cae5;
}

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

a:hover {
text-decoration: underline;
color: #bcd9ff;
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: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#container {
margin: 0 auto;
width: 900px;
text-align: left;
background: url(_images/contentbg.jpg) no-repeat;
}

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

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

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

.spacer20 {
margin: 0 0 20px 0;
}

.spacer30 {
margin: 0 0 30px 0;
}

.bigtxt {
font-size: 18px;
color: #ffffff;
font-weight: normal;
line-height: 22px;
}

.title1 {
font-size: 26px;
color: #efd68c;
line-height: 29px;
}

.floatdiv {
float: left;
font-size: 11px;
text-align: center;
margin: 0 20px 20px 0;
}

.clearit {
clear: both;
}


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

.footer {
font-size: 11px;
color: #737373;
}


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

.formbox, select {
background-color: #324868;
padding: 6px;
margin: 3px 0px;
color: #ffffff;
font-size: 12px;
border: 1px solid #5c708c;
font-weight: normal;
}

.redtxt {
color: #c83333;
}

.error {
font-size: 11px;
color: #e90000;
font-weight: bold;
}

