﻿/*
SITE COLORS *******************

Light Gold:         #BDB76D
Dark Gold:          #6C5E31
Dark Purple:        #00085A
Light Purple        #9999FF

*******************************/

BODY {
    background-color:#00085A;
    font-size:9pt;
    text-align:center;
    color:#00085A;
    font-family:verdana;
    margin-top:15px;
}

A {
    text-decoration:none;
    color:#6C5E31;
}

A:hover {
    text-decoration:underline;
}

#MainDiv {
    text-align:center;
    margin:0 auto;
    /*
    border-style:solid;
    border-width:1px;
    border-color:#0E280D;
    */
    width:800px;
    min-height:450px;
    height: auto;
    background-color:white;
    padding-bottom:10px;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainDiv {
    height:450px;
}
/* End IE Hack */

#Nav {
    margin-top:15px;
    font-size:10pt;
    background-color:#6C5E31;
    padding:5px;
    margin-bottom:20px;
}

#Nav A {
    color:white;
    text-decoration:none;
    font-weight:bold;
}

#Nav A:hover {
    color:yellow;
}

#Copyright {
    color:#BDB76D;
    font-size:8pt;
    margin-top:15px;
    line-height:1.5;
}

#Copyright A {
    color:#BDB76D;
    text-decoration:none;
}

#Copyright A:hover {
    color:yellow;
    text-decoration:none;
}

#MainContentDiv {
    padding-bottom:30px;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
    line-height:1.5;
}

#PageTitleDiv 
{
    font-size:12pt;
    color:#6C5E31;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}