/* CSS Document */

/* BODY */

body, html {
background: #990000;
background-image: url(../images/bgrnd.gif);
background-repeat: repeat;
background-attachment: fixed;
text-align: center;
margin: 0 auto;
padding: 0;
font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

/* MAIN CONTAINER DIV */

#container {
position: relative;
margin: 0 auto;
padding: 0;
width: 967px;
color: #FFF;
background: #000;
font: 12px Verdana, Arial, Helvetica, sans-serif;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
min-height: 100%;
overflow: hidden;
}

/* CONTENT DIV */

#content {
position: relative;
padding: 5px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #FFF;
background: #000;
margin-top: 0;
}

/* HEADER DIV */

#header {
width: 967px;
height: 100px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
margin-bottom: 0;
}

/* HEADER BOX */

#headerbox {
float: right;
width: 220px;
height: 150px;
}

/* LEFT FLOAT COLUMN */

#leftflt {
float: left;
width: 205px;
padding: 0 5px 5px 5px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
background: #222;
margin-top: -5px;
}

#leftflt ul {
list-style: none;
margin: 0 0 0 -5px;
}

#leftflt ul li {
padding: 5px;
}

/* RIGHT FLOAT COLUMN */

#rightflt {
float: right;
width: 700px;
padding: 10px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
color: #FFF;
text-align: left;
}

/* NAVIGATION */

#navcontainer
{
width: 200px;
margin: 0;
padding: 0;
font: 13px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
border: 1px solid #666;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 200px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-bottom: 1px solid #666;
color: #2C5188;
text-decoration: none;
background: #000;
}

#navcontainer>ul#navlist li a { 
width: auto; 
}

ul#navlist li.active a
{
background: #000;
color: #FFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000;
background: #990000;
}

/* FOOTER DIV */

#footer {
position: relative;
margin: 10px auto;
bottom: 0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #FFF;
width: 967px;
height: 40px;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
}

/* FOOTER NAV */

#navcontainer1
{
margin: -15px 0 0 0;
padding: 5px 0 0 0;
}

#footernav li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

#footernav li a
{
color: #990000;
font-weight: bold;
text-decoration: none;
}

#footernav li#active a, #footer active a
{
color: #990000;
}

#footernav li a:hover, ul#footernav li#active a:hover
{
color: #666;
}

/* HEADINGS */

h1 {
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight: 900;
color: #CC0000;
}

h2 {
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight: 900;
color: #2029AF;
}

h3 {
font: 14px Verdana, Arial, Helvetica, sans-serif;
font-weight: 900;
color: #2029AF;
}

h4 {
text-align: center;
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight: 900;
color: #B42034;
line-height: 20px;
}

h5 {
font: 14px Verdana, Arial, Helvetica, sans-serif;
font-weight: 900;
color: #2029AF;
text-align: center;
}

/* STYLED TEXT */

.basictxt {
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.redtxt {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #CC0000;
font-weight: 900;
}

.smalltxt {
font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/* LISTS */

ul li  {
list-style: disc;
list-style-position: outside;
margin-top: 10px;
}

/* IMAGE FLOATS */

.imgfltrt {
float: right;
}

.imgfltrtpd {
float: right;
margin: 10px;
}


/* LINKS */

A:link {text-decoration: none; color: #CC0000;}
A:visited {text-decoration: none; color: #CC0000;}
A:active {text-decoration: none; color: #FFF;}
A:hover {text-decoration: underline; color: #FFF;}

.A1:link {text-decoration: none; color: #CC0000;}
.A1:visited {text-decoration: none; color: #CC0000;}
.A1:active {text-decoration: none; color: #FFF;}
.A1:hover {text-decoration: underline; color: #FFF;}

.A2:link {text-decoration: none; color: #FFF;}
.A2:visited {text-decoration: none; color: #FFF;}
.A2:active {text-decoration: none; color: #FFF;}
.A2:hover {text-decoration: underline; color: #CCC;}

/* FORMS */

form {
margin: -10px;
padding: 3px;
background: #000;
border: 1px solid #990000;
width: 190px;
}

#form1 {
margin: 10px;
padding: 3px;
background: #000;
border: 1px solid #990000;
width: 300px;
}

input {
background: #FFF;
border: 1px solid #800000;
margin: 2px;
padding: 1px;
color: #990000;
}

.submit {
background: #666;
color: #FFF;
font-weight: bold;
}

.submit:hover {
color: #000;
background: #990000;
border: 1px solid #FFF;
}

/* Boxes */

.box1 {
width: 425px;
padding: 10px;
margin: 10px auto;
background: #FFFFCC;
text-align: left;
border: 1px solid #000;
}


.box2 {
width: 500px;
background: #CCC;
border: 1px solid #CC0000;
color: #000;
padding: 10px;
text-align: left;
}

.box3 {
width: 450px;
border: 3px solid #000;
color: #000;
padding: 10px;
text-align: left;
}

/* PARAGRAPH FORMATTING */

p {
margin: 20px auto;
}

/* TABLES */

.table1 td {
border: 1px solid #CCC;
padding: 3px;
}

.table1hdg {
color: #FFF;
font-weight: 900;
}

/* Mailing List */

#opt {

width: 190px;
}