body {
    background-color: #eeeeee;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

.style1 {
    color: #CC0000;
}

.text_white {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    left: auto;
}

.text_white a:link, .text_white a:visited, .text_white a:hover, .text_white a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.text_black {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    left: auto;
    line-height: 16px;
}

.hd_gray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    left: auto;
    font-weight: bold;
}

.text_sidebox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    left: auto;
    font-weight: normal;
    line-height: 17px;
}

.text_black_lower {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    left: auto;
    line-height: 16px;
    text-align: left;
    text-indent: 15px;
}

.text_black_lower a:link {
    color: #333333;
}

.text_black_lower a:visited {
    color: #996699;
}

.text_black_lower a:hover {
    color: #CC0000;
}

.text_black_lower a:active {
    color: #333333;
}

.dash {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
}

.learn {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.learn a:link, .learn a:active {
    color: #333333;
}

.table_lightgray {
    border: 1px solid #000000;
    color: #333333;
    background-color: #EEEEEE;
    font-size: 11px;
}

form {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.errors {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.blackbar {
    text-align: left;
    height: 10px;
    width: 798px;
    color: #666666;
    background-color: #333333;
    padding: 0;
    margin: 0;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
}


.black_thin {
    width: 800px;
    height: 15px;
    color: #666666;
    background-color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 1px solid #CC0000;
}

/* Layout styles */
#content {
    width: 798px;
    border: 1px solid #000000;
    color: #666666;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#left_content {
    float: left;
    width: 192px;
    padding-right: 23px;
}

#main_content {
    float: left;
    clear: right;
    width: 583px;
}

#main_content_narrow {
    float: left;
    width: 397px;
}

#right_content {
    float: left;
    clear: right;
    width: 186px;
}

/* Header styles */
#headertitle {
    width: 800px;
    height: 18px;
    text-align: right;
}

#headermenu {
    height: 28px;
    width: 798px;
    margin: 0;
    padding: 0;
    border: 1px solid #000000;
    background-color: #666666;
}

#headerlinks {
    padding-left: 20px;
    line-height: 28px;
}

#headerlogo {
    width: 798px;
    height: 52px;
    padding: 0;
    margin: 0;    
    border: 1px solid #000000;
    color: #666666;
    background-color: #CC0000;
}

/* Footer styles */
#footer {
    width: 800px;
    margin: 0;
    padding: 0;
}

.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}

.copyright a:link, .copyright a:active {
    color: #666666;
}

.copyright a:visited, .learn a:visited {
    color: #996699;
}

.copyright a:hover, .learn a:hover {
    color: #CC0000;
}

/* Menu styles */
#menu {
    width: 800px;
    padding: 0;
    margin: 0;
    border-top: solid white 1px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    height: 18px;
    float: left;
    padding: 0;
    margin: 0;
}

/* Clearfix style */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}