html,body {margin:0;padding:0}

body {
font-size: 12px;
font-family: verdana;
background-color: #000000;
}

#container {

margin:0 auto; /* center, not in IE5 */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
width: 776px;
background: #e7e8eb;

}

#header {
width: 776px;
height: 81px;
background: url('images/index_01.gif');
}

#subheader{
width: 776px;
height: 175px;
}

#subheadertext{
position: relative;
top: 130px;
margin-left: 40px;
font-size: 20px;
color: #CC3333;
font-weight: bold;
}

.divisor {
background: url('images/divisor.gif');
width: 776px;
height: 5px;
margin: auto;
padding: 0;
float: left;
}

#nav {
width: 100%;
background: #dd3131;
text-align: center;
}

#nav a{
white-space: nowrap;
text-align: center;
float: left;
border-left: 1px solid #c52c2c;
border-right: 1px solid #e24c4c;
padding: .75em;
width: 135px;
color: #FFF;
background: #dd3131;
text-decoration: none;
}

#left_box {
float: left;
width: 250px;
color: #FFF;
margin-right: 1em;
margin-left: 1em;
margin-top: 1em;
margin-bottom: .5em;
}

#left_box .links {
text-align: center;
}

#left_box a{
color: #FFFFFF;
text-decoration: underline;
font-size: 11px;
}

#left_box a:hover {
text-decoration: none;
}

#left_box h4, h5 {

}

#body_box {
background: #e7e8eb;
margin-left: 270px;
height: 100%;
min-height: 450px;
padding-left: 1em;
padding-top: 1px;
}

.red_text {
color: #CC3333;
}

.red_bold {
font-weight: bold;
color: #CC3333;
}

.big_red {
color: #CC3333;
font-size: 14px;
}

#mid_cont {
margin: 4em 1em 1em 1em;
min-height: 450px;
background: #517eb7;
}

#mid_cont_grey {
margin: 4em 1em 1em 1em;
min-height: 450px;
background: #c9cacc;
}

#footer {
width: 776px;
height: 35px;
background: #aeafb9;
text-align: center;
margin: auto;
}

#footer a {
color: #FFF;
display: inline;
font-size: 10px;
text-decoration: none;
padding: 0px 30px;
}

#footer a:hover {
text-decoration: underline;
}

.noborder {
border: 0;
}

#gbc {
float: left;
}

#mbc {
margin-top: 1em;
margin-right: 1em;
}

.grey_box {
margin: 1em;
padding: 1em;
width: 260px;
background: #c9cacc;
}

hr {
background-color: #FFF;
color: #FFF;
}

.read_more {
text-align: right;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-top: none;
background-color: #DDDDDD;
font-size: 10px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
background-color: #DDDDDD;
color: #666666;
text-decoration: underline;
}

#dropmenudiv a:hover{ 
text-decoration: none;
color: #000000;
}
.TextBox
{
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 10px;
}
.tdTextBox
{
    padding-right: 20px;
}
.tdLabel
{
    text-align: right;
}
.errLabel
{
    font-size: 10px;
    color: #FF0000;
}

