﻿BODY {
    padding:0px;
    margin:0px;
    background-color:#09543D;
    
}

HTML {
    overflow:auto;
    /* this stops horiz scroll bar which was mysteriously appearing in IE */
   overflow-x:hidden;
   font-family:Verdana;
   font-size:8pt;
}

A {
    text-decoration:none;
    color:#09543D;
}

A:hover {
    text-decoration:underline;
}

TEXTAREA 
{
    overflow:auto;
}

#TopDiv1 {
    width:100%;
    height:20px;
    text-align:center;
    color:white;
    padding-top:2px;
    font-family:Courier New;
    font-size:9pt;
}

#TopDiv2 {
    width:100%;
    background-color:white;
    height:2px;
}

#TopDiv3 {
    width:100%;
    background-color:black;
    height:150px;
    color:white;
    text-align:center;
}

#TopDiv4 {
    width:100%;
    background-color:#FFE6B3;
    height:4px;
}

#MainTableDiv {
    background-color:#666666;
    width:100%;
}

#MainTable {
    border:0;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    height:360px;
}

#LeftNav {
    width:169px;
    padding:15px;
    background-color:#FFE6B3;
    vertical-align:top;
    text-align:left;
    color:#09543D;
}

#LeftNav A {
    color:#09543D;
    font-size:10pt;
    font-weight:bold;
}

#MainContent {
    width:607px;
    padding:15px;
    background-color:#FFFFFF;
    vertical-align:top;
    font-size:9pt;
    line-height:2;
}

#BottomDiv1 {
    width:100%;
    background-color:white;
    height:4px;
}

#BottomDiv2 {
    width:100%;
    background-color:#333333;
    height:30px;
    text-align:center;
    padding-top:10px;
    color:#FFE6B3;
}

#BottomDiv2 A {
    color:white;
}

#BottomDiv3 {
    width:100%;
    background-color:white;
    height:1px;
}

#CopyRight {
    text-align:center;
    margin-top:10px;
    color:#FFE6B3;
}

#CWD {
    text-align:center;
    margin-top:10px;
    color:white;
}

#CWD A {
    color:white;
    font-size:7pt;
}

.PageHeader 
{
    font-size:12pt;
    font-weight:bold;
    color:#09543D;
    padding-bottom:15px;
    text-align:center;
}

.PageHeader2 
{
    font-size:12pt;
    font-weight:bold;
    color:#09543D;
    padding-bottom:0px;
    text-align:center;
}

.ServiceDiv 
{
    height:220px;
    width:345px;
    border-style:solid;
    border-width:1px;
    border-color:Gray;
    background-color:#EEEEEE;
}

.ServiceHeader 
{
    font-weight:bold;
    font-size:10pt;
    color:#09543D;
    margin-bottom:6px;
}

.DropDown {
    font-size:8pt;
}

.TextBox {
    font-size:8pt;
}

#DecksDiv 
{
     background-color:#E1E1E1;
     font-size:8pt;
     line-height:1;
     border-width:2px;
     border-style:solid;
     border-color:#09543D;
     padding:5px;
     text-align:center;
     margin-right:9px;
}