/* CSS Document */

body { 
margin: 0;
padding: 50px 0 30px 0;
background-color: #467170; 
text-align: center;
}

#container {
width: 800px;
height: 100%;
margin: 0 auto;
padding: 30px 0 0 0;
background-color: #528382;
text-align: left;
background-repeat: no-repeat;
background-position: 0 175px;
}

#bodytext {
font: bold 11px verdana, arial, helvetica, sans-serif;
color: #006291;
width: 400px;
height:auto;
margin: 0;
padding: 20px 0 20px 30px;
}

#footer {
width: 800px;
font: 10px verdana, arial, helvetica, sans-serif;
color: #7CA0AE;
padding-top: 3px;
margin: 0 auto 30px;
text-align: left;
border-top: 30px solid #528382;
}
#footer a:link, #footer a:visited {
color: #7CA0AE;
}

#footer a:hover {
color: #7CA0AE;
}

ul {
margin-top: 6px;
color: #F57550;
}

ul li {
color: #C86A02;
list-style-image: url(../images/bullet.gif)
}

ul a {
color: #F57550;
text-decoration: none;
}

ul a:hover {
color: #DD3C0D;
}


.heading {

background-color: #BFE2EF;
padding: 4px;
border-bottom: 1px solid #9FD3E8;
border-right: 1px solid #9FD3E8;
}

.darkertxt {
color: #003E5B;
}

table {
width: 450px;
font: bold 11px verdana, arial, helvetica, sans-serif;
color: #006291;
border-top: 2px solid #C86A02;
border-left: 2px solid #C86A02;
border-right: 2px solid #003e5b;
border-bottom: 2px solid #003e5b;
text-align: left; 
background: url(../images/secondaryBG.jpg);
background-repeat: repeat-y;
}
form table {
width: 400px;
font: bold 11px verdana, arial, helvetica, sans-serif;
color: #003E5B;
border: none;
background: none;
margin-bottom: -60px;
}

td {
padding: 2px 4px 2px 2px;
}

.border {
width: 450px;
padding: 0 0 0 3px;
border-left: 30px solid #C86A02;
}

.orange {
color: #C86A02;
}

