﻿body 
{
    background-image: url('/assets/black_stripe.gif');
    background-repeat: repeat;
    text-align: center;
    margin-top: 0px;
}

#container 
{
    width: 922px;
    background-image: url('/assets/bluestripebg.gif');
    margin: auto;
}

#header 
{
    margin-left: 11px; 
}


#textarea, #nav
{
    text-align: left;
    width: 900px;
    margin-left: 11px;
}

#navigation 
{
    width: 900px;
    height: 38px;
    background-color: #e0eaf1;
    border-top: solid 1px #b0cee8;
    border-bottom: solid 1px #b0cee8;
}

#navigation a 
{
    float: left;
    display: block;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 17px;
    color: #347aac;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    text-decoration: none;
}

#navigation a:hover 
{
    background-color: #b0cee8;
    height: 26px;   
}

#textarea 
{
    width: 900px;
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

#main
{
    padding-left: 17px;
    padding-right: 17px;
}

#main a:visited 
{
    color:#0000FF;
}
.datestyle 
{
    font-size: 10px;
}

a:link, a:visited, a:active 
{
    color: #4495d7;
}

a:hover 
{
    color: #4495d7;
}

.redText 
{
    color: #ff0000;
}

#navigationAdmin 
{
    width: 870px;
    height: 28px;
    background-color: #f5ede1;
    border-top: solid 1px #e8d1b1;
    border-bottom: solid 1px #e8d1b1;
    color: #ac7d34;
}

#navigationAdmin a 
{
    float: left;
    display: block;
    padding-top: 4px;
    padding-left: 14px;
    padding-right: 14px;
    color: #ac7d34;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
}

#navigationAdmin a:hover 
{
    background-color: #f1dfc4;
    height: 24px;   
}

#navigationAdmin a:visited 
{
    color: #ac7d34;
    height: 24px;   
}
