body
{
    margin: 0;
    padding: 0;
    font: 12px vernada, arial, hevetica, sans-serif;
    text-align: center;
    color: #333;
    background-color: #D6D6D6;
    background-image: url(../images/test_bg.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
    color: #fff;
    background-color: #B52C07;
}

h2
{
    color: #B52C07;
    font: 120% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
    color: #5B5E0E;
    font: 100% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin-top: 0;
}

#container
{          
    margin: 1em auto;
    width: 900px;
    text-align: left;
    background-color: #fff;
    border: 1px none #fff;
}

#header
{
    height: 90px;
    width: 100%;
    background-image: url('../images/headerlogo.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
    border: 1px none #fff;
    border-bottom: 1px solid #fff;
}

#header h1
{
    font-size: 1px;
    text-align: right;
    color: #fff;
    margin: 0;
    padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
    margin-top: 10px;
    float: left;
    width: 240px;
    border-right: 1px solid #007581;
    background-image: url('../images/left_bg.jpg');
}

#menu p
{
    padding-left: 15px;
}

/*
#contents_left { margin: 0px 0px 40px 20px; float:right }
*/
#contents_left {
    float: right;
    width: 635px;
    padding: 5px;
    text-align: left;
}
#contents_left p { line-height: 135%; }

#contents_full { margin: 10px 20px 40px 20px; }
#contents_full p { line-height: 135%; }
.maintext {}
.imagefloat { float: right; }

#footer
{
    clear: both;
    color: #272900;
    background-color: #ccccff;
    background-image: url('../images/left_bg.jpg');
    background-repeat:repeat-y;
    text-align:center;
    font-size: 90%;
    text-align: right;
    padding: 5px 10px 0px 0px;
}

#login
{        
    padding-left:20px;
    padding-right:20px;
    
    background-color:#FAFAFA;    
    position: absolute;
    left: 408px;
    top: 5px;
    width: 450px;
    height: 25px;  
    text-align: right;
    font: 8pt georgia, times, "times new roman", serif;   
    
}

#login a
{
    color: #666;
    text-decoration: none;
}

#login a:hover
{
    color: #fff;
    background-color: #666;
    text-decoration: none;
}
#login input
{
    width:105px;
    font-size: 9pt;
}

#subnav{ /* second-level lists */
    position: relative;
    top:0px;
    left:0px;
    width: 890x;
    background-color:none;
    padding:2px;
    font-weight:100 !important;
    
    left: -5000px; 
}