/* GLOBALS */
* {
margin: 0;
}

html, body {
height: 100%;
}

body {
margin: 0 auto;
background-color: #daf9fb;
background-image: url(../_images/bgtile.jpg);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
color: #40636a;
}

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

a:hover {
text-decoration: none;
color: #f38838;
font-weight: bold;
}

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 {
width: 775px;
margin: 0 auto -166px auto;
min-height: 100%;
height: auto !important;
height: 100%;
}

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

#mainpad {
padding: 20px;
}

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

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

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

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

.title {
font-size: 20px;
font-weight: bold;
line-height: 20px;
}

.titlebig {
font-size: 30px;
font-weight: bold;
line-height: 30px;
}

.divider {
width: 100%;
height: 19px;
background-image: url(../_images/divider.gif);
background-repeat: no-repeat;
background-position: top center;
margin: 5px auto 15px auto;
}

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

.push {
height: 200px;
}

/* FOOTER */
#footer {
width: 100%;
height: 166px;
margin: 0 auto;
background-image: url(../_images/footer.gif);
background-repeat: repeat-x;
}

#footpad {
padding: 140px 0px 0px 0px;
text-align: center;
font-size: 11px;
color: #ffffff;
}

a.foot {
color: #c8eaff;
text-decoration: underline;
}

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