/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color: #E9DCC9;
    background-repeat: no-repeat;
    font-size: .80em;
    /*font-family: Corbel, Verdana, sans-serif;*/
    font-family: Corbel;
    margin: 0px;
    padding: 0px;
    color: Black;
}

a:link, a:visited,
.mainContent a:link, .mainContent a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover,
.mainContent a:hover
{
    color: Blue;
    text-decoration: underline;
}

a:active,
.mainContent a:active
{
    color: Blue;
    text-decoration: none;
}

.subMenu
{
    background-color: Black;
    height: 20px;
    margin: 0 auto;
    padding: 5px 0 0 10px;
    width: 840px;
}

.subMenu div span a
{
    vertical-align: top;
}

.subMenu a:link, a:visited
{
    color: #cecece;
    text-decoration: none;
}

.subMenu a:hover
{
    color: White;
    text-decoration: none;
}

.subMenuSelected
{
    color: White !Important;
    font-weight: bold;
    text-decoration: none;
}

.mainMenu a:link, a:visited
{
    color: #cecece;
    text-decoration: none;
}

.mainMenu a:hover
{
    color: White;
    text-decoration: none;
}

.mainMenu a:active
{
    color: #cecece;
    text-decoration: none;
}

.mainMenu
{
    background-color: #6F2C91;
    font-size: 12pt;
    height: 25px;
    width: 100%;
}

.mainMenu table
{
    height: 100%;
    margin: 0 auto;
    padding-left: 10px;
    width: 850px;
}

.mainMenu tr
{
    vertical-align: middle;
}

.mainContent table
{
    font-size: 1.2em;
}

p
{
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

td li
{
    font-size: 1em;
}

li
{
    font-size: 1.2em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

h1
{
    color: #6F2C91;
    font-size: 1.6em;
}

h2
{
    color: #6F2C91;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}

h3
{
    color: Black;
    font-size: 1.2em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.headerWrapper
{
    background-color: White;
    margin: 0 auto;
}

.mainContentWrapper
{
    background-color: #E9DCC9;
    background-image: url('../Images/BackgroundBeige.gif');
    margin: 0 auto;
}

.logo
{
    border: none;
    padding: 10px;
}

.header
{
    background-color: White;
    background-image: url('../Images/BackgroundTop.gif');
    background-repeat: no-repeat;
    height: 136px;
    margin: 0 auto;
    padding: 0px;
    width: 850px;
}

.header h1
{
    border: none;
    color: Black;
    font-size: 14pt;
    font-style: italic;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 12px;
}

.mainContent
{
    background-color: White;
    border: solid 1px black;
    margin: 0 auto;
    padding: 10px;
    min-height: 420px;
    width: 828px;
}

.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
