﻿body
{
    font-family: verdana;
    font-size: 10px;
    background-image: url( 'images/bg_b.gif' );
    background-repeat: repeat-x;
}
div#header
{
    float: none;
    height: 90px;
}
.address
{
    color: #808080;
    font-size: 9px;
}
div#wrapper
{
    width: 1225px;  
}
div#divleft
{
    left: 0px;
    float: left;
    width: 285px;
    padding: 5px;
    height: 700px;    
    overflow:auto;
    background-color: #E0E0E0;
    
}
div#divmiddle
{
    width: 400px;
    float: left;
    height: 999px;
    border: solid 1px red;
}
div#login
{
    float: left;
    width: 730px;
    height: 710px;
    
    text-align: center;
}
.content
{
    float: left;
    width: 730px;
    height: 710px;
    background-color: #fff;
    text-align: center;
}
.footer
{
    text-align: center;
    clear: both;
}
.question
{
    font-size: 12pt;
}
.help
{
    border: solid 1px gray;
    width: 250px;
    background-color: #FFFFCC;
    border-bottom: solid 3px gray;
    border-right: solid 3px gray;
    padding: 5px;
    font-size: x-small;
}
.intro
{
    width: 250px;
    border: thin 1px #AAA;
}
.menu
{
    font-size: 12px;
    list-style-type: none;
    margin: 10px;
    padding: 10px;
}
.menu li
{
    margin: 10px;
}
.masterdiv
{
    background-position: top;
    width: 1025px;
    height: 100%;
    padding:10px;
    margin: auto auto;
    background-attachment: fixed;
    background: #D8D5C2 url(images/background_main.jpg) repeat-x top;
    
}
.smallMessage
{
  font-size: 10pt;
  color: red;
}