﻿body
{
    background-image: url(../graphics/bg.png);
    background-repeat: repeat-x;
    background-color: maroon;
    margin-top: 0px;
}
.main
{
    width: 984px;
    height: 750px;
}
a.nav-button 
{   
    background-image: url(../graphics/button-off.png);
    background-repeat:no-repeat;
    color: White;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;

}
a.nav-button:hover
{
    background-image: url(../graphics/button.png);
    background-repeat:no-repeat;
    color: White;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;  
}
.side-nav
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.side-nav
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
a.side-nav:hover
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
}
a.top-nav
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.top-nav:hover
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
.side-nav-table
{
    height: 250px;
}
.side-icons-table
{
    height: 400px;
}
.num-search
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    text-decoration: none;
}
.header-title
{
    color: Black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 32pt;
    text-decoration: none;
}
.header-number
{
    color: Black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 28pt;
    text-decoration: none;
}
.footer, a.footer
{
    color: white;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.footer:hover
{
    color: white;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
.core
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal; 
    text-decoration: none;
}
.core-bold
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: bold; 
    text-decoration: none;
}
a.core
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal; 
    text-decoration: underline;
}
a.core:hover
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
}
.core-title
{
    color: Black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 32pt;
    text-decoration: none;
}
.core-highlight
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}
.core-highlight-bold
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}
a.core-highlight
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
}
a.core-highlight:hover
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: underline;
}
.picCaption
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal; 
    text-decoration: none;
}
a.picCaption
{
    color: Black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal; 
    text-decoration: none;
}
a.picCaption:hover
{
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
}

