﻿/*
Dark Green:         #003C34
Green:              #005247
Light Green:        #008474
Dark Orange:        #FA702B
Orange:             #FD9B65
Light Orange:       #FEC49C
Tan:                #E1CCB3
Light Tan:          #EADBC8
*/

BODY 
{
    padding:0px;
    margin:0px;
    background-color:#005247;
    font-size:8pt;
    text-align:center;
}

HTML {
    overflow:auto;
    /* this stops horiz scroll bar which was mysteriously appearing in IE */
   overflow-x:hidden;
   font-family:Verdana;
   font-size:8pt;
   text-align:center;
}

A {
    text-decoration:none;
    color:#005247;
}

A:hover {
    text-decoration:underline;
}

#OutermostDiv 
{
     text-align:center;
     margin-left:auto;
     margin-right:auto;
     width:800px;
     border-style:solid;
     border-color:#FD9B65;
     border-top-width:0px;
     border-left-width:2px;
     border-right-width:2px;
     border-bottom-width:2px;
     background-color:#E1CCB3;
}

#TopDivA
{
    height:30px;
    background:url("images/top_div_bg.jpg");
}

#TopDivB
{
    height:10px;
    background-color:#FD9B65;
    line-height:0;
    font-size:0pt;
}

#TopDivC
{
    height:2px;
    background-color:#EADBC8;
    line-height:0;
    font-size:0pt;
}

#TopDivD
{
    height:1px;
    background-color:#EADBC8; 
    line-height:0;
    font-size:0pt;
}

#TopDivE
{
    height:2px;
    background-color:#FA702B;
    line-height:0;
    font-size:0pt;
}

#TopDivF
{
    height:2px;
    background-color:#EADBC8; 
    line-height:0;
    font-size:0pt;
}

#NavDiv 
{
    height:20px;
    background-color:#005247;
    padding-top:7px;
    padding-bottom:3px;
    padding-left:25px;
    text-align:left;
    font-weight:bold;
    font-size:10pt;
}

#NavDiv A
{
    color:#EADBC8;
}

#NavDiv A:hover
{
    color:#FD9B65;
    text-decoration:none;
}

#BottomDiv 
{
    height:20px;
    background:url("images/chinese_tapestry_smaller.gif"); 
}

.OutermostTable 
{
     height:400px;
     text-align:center;
     width:800px;
}

.CopyrightDiv 
{
    color:#EADBC8;
    margin-top:9px;
    padding-bottom:15px;
}

.PageTitle 
{
    color:#005247;
    font-size:12pt;
    font-weight:bold;
    margin-bottom:15px;
}