﻿body
{
    margin: 0px;   
    font-family: Trebuchet MS; 
    background-color: #fefefe;
    background-image: url(../../Images/bg_5.png);
    background-repeat:repeat-x;
    color: #333333;
}


h1{font-size: x-large;}

div#login
{
    float: right;
}

div#login a
{
    text-decoration: none;
    color: White;
}

div#wrapper
{
    margin: 0px auto;
    width: 755px;
}

div#header
{
    height: 58px;
    margin-top: 15px;
    position:relative;
    color: White;
    text-align: center;
    font-size: x-large;
}

div#title
{
    
}

div#title a
{
    text-decoration: none;
    color: White;   
}

div#menu
{
    clear: both;
}

div#contentWrapper
{
    position: relative;
    min-height: 560px;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    background-color: White;
    color: black;
    padding: 15px 15px 5px 15px;
}

div#content
{
    font-size: 10pt;
    
}

div#footer
{
    clear: both;
    color: #333333;
    text-align: center;
    font-size: small;
}

.menuItem
{ text-align: center; }

div#login
{
    position: absolute;
    right: 0px;
    bottom: 8px;
    text-align: right;
    padding-right: 5px;
    font-size: 10pt;
    color: White;   
}

