/* CSS Document */

body {
margin:10px;
padding: 0px;
background: #2b4e50 url(../images/bg_main.jpg) no-repeat;
background-position: center top;
}

body, td, form, input, select, textarea {
color: #000000;
font-family: "Century Gothic", Arial, "Trebuchet MS";
font-size: 10px;
line-height: 16px;
}

td {
padding: 5px 0px 5px 0px;
}

input, select, textarea {
padding: 4px;
border: 0px;
background-color: #e3e6e6;
}

a { color:#86bcbf; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

h1 {
font-size: 20px; }

h2, h3, h4 {
font-size: 16px; }

hr {
height: 5px;
border: 0px;
background-color: #e3e6e6;
color: #e3e6e6;
}

#container {
width: 750px;
margin: auto;
border: 5px solid #1c3233;
background-color: #ffffff;
text-align: left;
overflow: hidden;
}

#masthead {
height: 44px; 
margin: 1px 1px 0px 1px;
padding: 5px 15px 10px 15px;
border-top: 5px solid #e3e6e6;
border-left: 5px solid #e3e6e6;
border-right: 5px solid #e3e6e6;
overflow: hidden;
}

#spotlights {
height: 235px;
padding: 10px 20px 10px 20px;
background: #1c3233 url(../images/bg_spotlights.jpg) no-repeat;
background-position: center top;
color: #ffffff;
overflow: hidden;
}

#content {
margin: 0px 1px 1px 1px;
padding: 10px 15px 10px 15px;
border-left: 5px solid #e3e6e6;
border-right: 5px solid #e3e6e6;
border-bottom: 5px solid #e3e6e6;
text-align: justify;
overflow: hidden;
}

#foot {
width: 710px;
margin: auto;
color: #ffffff;
font-size: 9px;
text-align: right;
padding: 5px 20px 50px 20px;
}

.navigation {
padding: 5px 0px 5px 0px;
text-align: right;
}

.header {
color: #2b4e50;
}

.spotlight {
padding: 10px 0px 10px 0px;
color: #ffffff;
text-align: justify;
overflow: hidden;
}

.spotlight_spacer {
width: 20px;
}

.spotlight_header {
color: #ffffff;
}

.spotlight a {
color: #4fad26;
}

.spotlight_img {
margin: 0px;
padding: 1px;
border: 5px solid #1c3233;
background-color: #ffffff;
}

.img_border {
margin: 0px;
padding: 1px;
border: 5px solid #e3e6e6;
background-color: #ffffff;
}

.form_note {
font-size: 9px;
display: block;
}

.button {
background-color: #86bcbf;
color: #ffffff;
}