﻿body
{
    background-position: left top;
    background-attachment:  scroll;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
}
.footer
{
    font-size: 10px;
    color: #a9a9a9;
    font-family: Verdana, Arial;
    text-decoration: none;
}
.footerLink
{
    font-size: 10px;
    color: #0000cd;
    font-family: Verdana, Arial;
    text-decoration: none;
}
.footerLink:Hover
{
    font-size: 10px;
    color: #696969;
    font-family: Verdana, Arial;
    text-decoration: underline;
}
.navSubItem
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    text-decoration: none;
    line-height: 15px;
    background-color: #dcdcdc;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    width: 200px;
}
.navSubItem:Hover
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    text-decoration: underline;
    line-height: 15px;
    background-color: #dcdcdc;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
     width: 200px;
}
.pageHeader
{
    font-size: 16px;
    color: #000080;
    font-family: Verdana, Arial;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}
.mainContent
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    text-decoration: none;
    line-height: 15px;
    padding-right: 7px;
}
.mainContentLink
{
    font-size: 11px;
    color: #0000cd;
    font-family: Verdana, Arial;
    text-decoration: none;
    line-height: 15px;
}
.mainContentLink:Hover
{
    font-size: 11px;
    color: #696969;
    font-family: Verdana, Arial;
    text-decoration: underline;
    line-height: 15px;
}
.boxWho
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    background-color: #f8f8ff;
}
.testimonialBox
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    background-color: #f5f5f5;
   
}
.testimonialText
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
}
.focus_areas
{
    color: #FD7D00;
    list-style-type: square;
    list-style-position: inside;
}
.column_menu
{
    color: Black;
    text-decoration: underline;
    list-style-position: inside;
    list-style-type: square;
}
.column_menu:Hover
{
    color: #FD7D00;
    text-decoration: underline;
    
}
