body {
    background: #efefef;
    font-family: "Trebuchet MS", Verdana, serif;
    width: 100%;
    margin: 0;
    padding:0;
}


a {
    color: #6b0000;
    text-decoration: underline;

}

a:hover {
    color: #6b0000;
    font-weight: bold;
    text-decoration: underline;
}

#container {
    margin: 0 auto;
}

#header {
    background-color:#6b0000;
    border: 1px solid #6b0000;   /* this needs to be here for FF */
}

#header span, #header a {
    margin-left: auto;
    margin-right: auto;

    font-size:40px;
    
    width: 970px;
    display:block;
    color:#FFFFFF;
    text-decoration:none;
}

#header a:hover  {
    text-decoration:underline;
}

#sub_header {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding-right: 20px;
    background-color:#670001;
    height:40px;
}

#sub_header span{
    margin-left: auto;
    margin-right: auto;

    font-size:24px;
    font-style:italic;
    font-weight:normal;

    width: 970px;
    display:block;
    color:#FFFFFF;
}

#main_content_top {
    height: 40px;
    background-color:#000000;
} 

#main_content_top  span {
    height: 140px;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    display:block;
} 

.nav_on {
	list-style-type: none;
	float:left;
	margin:5px 30px 3px 3px;
}

.nav_on a {
    height: 22px;
    font-size:22px;
    padding:0px;
    color:#FFFFFF;
    font-weight:bold;
} 

.nav_on a:hover {
    height: 22px;
	color:#FFFFFF;
} 

.nav_off {
	list-style-type: none;
	float:left;
	margin:5px 30px 3px 3px;
}

.nav_off a {
    height: 22px;
    font-size:22px;
    color:#FFFFFF;
    padding:0px;
	text-decoration:none;
} 

.nav_off a:hover {
    height: 22px;
    float:left;
    font-weight:bold;
	color:#FFFFFF;
} 

#main_content {
    margin: 0 auto;
    padding:20px 0px 20px 0px;
    background-color:#FFFFFF;
    width: 970px;
} 

#main_content_bottom {
    height: 30px;
}

#footer {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

#footer a {
    text-decoration:none;
    color:#000000;
    font-weight:normal;
}

#footer a:hover {
    text-decoration:underline;
}

.content_outer{
    float: left;
    width: 555px;
    text-align: justify;
    padding: 0 10px 0 10px;
    font-size: 14px;
    border-left: #8C8484 1px solid;
    /* border-right: #8C8484 1px solid; */
    min-height:600px;
}

.content_inner {
}

.right {
    width: 160px;
    float: left;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    position:relative;
}

.right ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left:0px;
    position:relative;
    float: left;
    margin-top:-23px;
    padding-top:10px;
    border: 1px solid #000000;
}

.right li
{
    background-image: url(bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    margin-left: 0px;
	margin-right: 10px;
    padding-left: 10px;
    text-align:left;
    padding-bottom:15px;
}

.right li a
{
    color:#6b0000;
}

.right h3 {
    background: url(heading_bg.gif) repeat-x;
    height:34px;
    color:#FFFFFF;
    font-size:18px;
    font-weight:normal;
    padding-top:5px;
}

.left {
    width: 175px;
    float: left;
    padding: 0px;
    margin: 10px 5px 0px 10px;
    font-size: 12px;
}

#header h1 {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: bold;
    color: #FFD91E;
}

.content h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #003AA0;
}

.content h7 {
    margin-left: 25px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
}

.required {
    color: #FF0000;
    font-size:10px;
}