﻿body 
{
    width: 975px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    overflow-x: hidden;
}
div.topbanner
{
    width: 100%;
    height: 60px;
    background-image: url(../images/texture_d.jpg);
}
div.topbannertext
{
    font-family: Arial;
    position: relative;
    top: 12px;
    left: 210px;
    width: 750px;
}
div.subbanner
{
    width: 100%;
    height: 20px;
    background-color: #A66FC4;
    border-bottom: solid 1px White;
}
div.subbannertext
{
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 4px;   
    color: White;
    float: right;
    width: 530px;
    padding-left: 0px;
    padding-top: 2px;
}
div.bannerlinks
{
    float: left;
    font-family: Verdana;
    font-size: 12px;
    color: White;
    padding-left: 10px;
    height: 18px;
}
div.textcontrols
{
    float: left;
    font-family: Verdana;
    font-size: 12px;
    color: White;
    padding-top: 2px;
}
div.navigation
{
    width: 100%;
    background-color: #97DF00;
}
div.subnavigation
{
    width: 100%;
    background-color: #336600;
}
div.mainbody
{
    width: 100%;
    margin-top: 10px;
}
div.submainbody
{
    width: 100%;
    margin-top: 10px;
}
div.reverseheader
{
    background-color: #97DF00;
    color: White;
    height: 15px;
    font-family: Verdana;
    font-size: 12px;
    vertical-align: bottom;
    text-indent: 5px;
    margin-bottom: 10px;
}
div.freeconsultright
{
    float: left;
    background-color: White;
    color: Black;
    padding-bottom: 14px;
    font-family: Verdana;
    font-size: 13px;
    text-align: center;
}
div.box1
{
    border: 8px solid #E2E2E2;
    background-color: #F8F8F8;
    margin-top: 10px;
}
div.box1header
{
    background-color: #E2E2E2;
    color: #7A36C5;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 5px;
    padding-bottom: 5px;
}
div.box2
{
    border: 8px solid #E2E2E2;
    background-color: White;
}
div.box2header
{
    background-color: #E2E2E2;
    color: #7A36C5;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 5px;
    padding-bottom: 5px;
}
div.box1A
{
    border: 8px solid #E2E2E2;
    background-color: #F8F8F8;
    margin-top: 0px;
}
table.navmain
{
    border-collapse: collapse;
}
table.subnav
{
    border-collapse: collapse;
}
td.navcell
{
    height: 22px;
    background-color: #97DF00;
    vertical-align: middle;
}
td.navhovercell
{
    height: 22px;
    background-color: #8BCE00;
    vertical-align: middle;
}
td.navselectedcell
{
    height: 22px;
	background-color:#336600;
	vertical-align: middle;
}
td.subcell
{
	background-color: #336600;
	height: 20px;
	vertical-align: middle;
}
td.subhovercell
{
    background-color: #D5FF53;
    height: 20px;
    vertical-align: middle;
}
td.subselectedcell
{
    background-color: #336600;
    height: 20px;
    vertical-align: middle;
}
a.navlink
{
    font-family: Verdana;
    font-size: 12px;
    color: Black;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
a:hover.navlink
{  
	color: White;
}
a.toplink
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
a.navselectedlink
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: underline;
}
a:hover.navselectedlink
{ 
}
a.sublink
{
    font-family: Verdana;
    font-size: 11px;
    color: White;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}
a:hover.sublink
{  
	color: Black;
}
a.subselectedlink
{
    font-family: Verdana;
    font-size: 11px;
    color: White;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: underline;
}
a:hover.subselectedlink
{  
}
.textsizecontrol
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 3px;
    text-decoration: none;
}