HTML {
    color: #666666;
    width: 900px;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
}

A {
    color: #666666;
    text-decoration: none;
}
A:hover
{
    color: #990000;
}
A.selected
{
    color: #6F0000;
    font-weight: bold;
}

H1 {
    color: #800000;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    font-size: 123.1%;
    font-weight: bold;
}
H1.info {
    color: #800000;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    font-size: 123.1%;
    line-height: 170%;
    font-weight: bold;
    margin-right: 14px;
}

.h1inline {
    color: #800000;
    text-transform: none;
    margin-right: 3px;
    font-size: 131%;
    font-weight: bold;
}

P {
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 8px;
    font-size: 100%;
}

UL {
    margin-left: 13px;
}
LI {
    list-style-image: url('/images/bullet.gif');
    margin-left: 12px;
    margin-bottom: 4px;
}

.maindiv {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.uppercase {
    text-transform: uppercase;
}
.end {
    margin-right: 0px;
}

#header {
    width: 900px;
    height: 145px;
    font-size: 100%;
}
#logo {
    width: 189px;
    height: 115px;
}
#headnav {
    width: 711px;
    height: 115px;
    font-size: 100%;
}
#navitems {
    border-left: 1px solid #666666;
    padding-left: 8px;
}
#main {
    width: 900px;
    border-bottom: 1px solid #666666;
    padding-bottom: 11px;
}
.mainnav {
    margin-right: 25px;
    font-size: 131%;
}
#sectionheaders {
    width: 900px;
    margin-top: 8px;
}
.headertext {
    z-index: 0;
    height: 1px;
}
* html .headertext { display: none; }

.headerimage {
    z-index: 100;
    margin-top: -1px;
}
#bd {
    background: white;
    margin-top: 8px;
}
P > A {
    color: #024933;
    text-decoration: underline;
}

LI > A {
    color: #800000;
    text-decoration: underline;
}

#loginform {
    width: 450px;
    font-size: 135%;
    color: black;
    text-align: center;
    line-height: 150%;
}
#formleft {
    text-align: right;
}
#form-right {
    text-align: right;
}
.formfields {
    border: 1px solid black;
}
.formspan {
    text-align: center;
    margin-top: 10px;
    width: 450px;
    font-size: 135%;
    color: black;
}

.contentbox11 {
    background-image: url('/images/box-bg.jpg');
    background-repeat: repeat-x;
    min-height: 269px;
    width: 900px;
    margin: 0px;
    padding-top: 8px;
    float: left;
}
.contentbox13 {
    background-image: url('/images/box-bg.jpg');
    background-repeat: repeat-x;
    min-height: 269px;
    width: 296px;
    margin: 0px;
    padding-top: 8px;
    float: left;
}
.contentbox23 {
    background-image: url('/images/box-bg.jpg');
    background-repeat: repeat-x;
    min-height: 269px;
    width: 598px;
    margin: 0px;
    padding-top: 8px;
    float: left;
}
.contentbox12 {
    background-image: url('/images/box-bg.jpg');
    background-repeat: repeat-x;
    min-height: 269px;
    width: 447px;
    margin: 0px;
    padding-top: 8px;
    float: left;
}
.contentboxdivider {
    background-image: url('/images/box-bg-dotted.jpg');
    background-repeat: no-repeat;
    width: 6px;
    min-height: 269px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#sub {
    width: 900px;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    padding-top: 5px;
}
.subnav {
    margin-right: 15px;
    font-size: 100%;
}
#sectionsub {
    width: 900px;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sectionsubnav {
    margin-right: 20px;
    font-size: 85%;
}
#footer {
    text-align: center;
    width: 900px;
    color: #800000;
}
.footer1 {
    text-transform: uppercase;
    font-weight: bold;
}
.footer2 {
    font-size: 77%;
}
.footer3 {
    font-size: 100%
}
.phone {
    font-size: 100%;   
}

.bordered {
    border: 1px solid gray;
}
