﻿/********************************
 |  Main Structural Styles
 ********************************/
body 
{
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px 0px 0px 0px;
}

.Main_Sidepanel
{
    border-right: solid 1px #000000;
    background-color: #afc6e9;
    padding: 35px 20px 20px 20px;
}

.Main_Content
{
    background-color: #f7f2e3;
    padding: 10px 10px 10px 10px;
    border-right: solid 1px #000000;
}

.Main_Footer
{
    background-color: #483745;
    border-top: solid 1px #000000;
    padding: 15px 15px 15px 15px;
}

.SidePanelHeader
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

/********************************
 |  Header/Logo
 ********************************/
.divLogo
{
    font-size: 11px;
}

/********************************
 |  Toolbar
 ********************************/
.divToolbar
{
    padding-bottom: 20px;
}

/********************************
 |  Announcement Styles
 ********************************/
.divAnnouncements
{
    border: solid 1px #000000;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    width: 210px;
}

.divAnnouncements a:Link, a:Visited
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.divAnnouncements a:Hover
{
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

/********************************
 |  Menu Styles
 ********************************/
a.rootMenuItem:Link, a.rootMenuItem:Visited
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;    
    text-decoration: none;
}

a.rootMenuItem:Hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;    
    text-decoration: underline;
}

a.rootToolbarItem:Link, a.rootToolbarItem:Visited
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;    
    text-decoration: none;
}

a.rootToolbarItem:Hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;  
    text-decoration: underline;
}

/********************************
 |  Contact Information
 ********************************/
.divContactInfo table tr td
{
    font-size: 11px;
    color: #ffffff;
}

/********************************
 |  Main Content
 ********************************/

.divContent
{
    font-size: 0.8em;
}

.divContent table
{
    font-size: 1em;
}

.divContent h1
{
    font-size: 1.8em;
    font-family: Arial;
}

.divContent h2
{
    font-size: 1.4em;
    font-family: Arial;
}

.divContent a:link
{
    font-size: 1em;
    color: #008000;
    text-decoration: underline;
}

.divContent a:visited
{
    font-size: 1em;
    color: #008000;
    text-decoration: none;
}

.divContent a:hover
{
    font-size: 1em;
    color: #008000;
    text-decoration: underline;
}

/********************************
 |  Forums
 ********************************/
.divForums a:link
{
    font-size: 1em;
    color: #000000;
    text-decoration: underline;
}

.divForums a:visited
{
    font-size: 1em;
    color: #000000;
    text-decoration: underline;
}

.divForums a:hover
{
    font-size: 1em;
    color: #000000;
    text-decoration: underline;
}
