﻿html {
margin: 0;
}

body
{
    text-align: center;
    background-color: #ffffff;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.PageContainer
{
    margin: auto;
    height: 100%;
}
.FooterContainer
{
    background-color:#ffffff;
    margin: auto;
    height: 40px;
    text-align:left;
    padding-left:10px;
       padding-right:10px;
}




a.mainnav
{
    color: #95AB63;
    font-size: 16px;
    text-decoration:none;
    font-weight:bold;
}
a.mainnav:hover
{
    color: #9863AB;
    font-size: 16px;
    text-decoration:none;
    font-weight:bold;
}

a.Footer
{   
    color: #95AB63;
    font-size: 12px; 
    text-decoration:none;
    font-weight:bold;
}
a.subnav
{
    color: #000000;
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
}
a.subnav:hover
{
    color: #9863AB;
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
}
ul.subnav 
{
   margin-left:-7px;
   padding-left:22px;
   margin-top:0px;
   margin-bottom:0px;
    
}
li.subnav
{
    color: #95AB63;
    
}
td.subnav
{
    border-bottom:solid 2px #E2F0D6;
    padding-top:2px;
    padding-bottom:5px;
}

.sectionheading
{
    background-color:#000000;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    padding:5px;
}

.heading
{
    font-size:16px;
    font-weight:bold;
    color:#000000;
}
a.headingstart 
{
    font-size:16px;
    font-weight:bold;
    color:#95AB63;
}


.headingend
{
    font-size:16px;
    font-weight:bold;
    color:#000000;
}

.borderimage
{
    border:solid 2px #95AB63;
    margin-right:10px;
    margin-bottom:10px;
}

a
{
    color: #95AB63;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    color: #9863AB;
    text-decoration:none;
    font-weight:bold;
}

.linktext
{
    font-size:12px;
    font-weight:bold;
}

.datetext
{
   font-size:14px;
    font-weight:bold; 
    
    color: #BDD684;
}

.line
{
    color:#95AB63;
    background-color: #95AB63;
    height:1px;
    
}

a.brandlink
{
    color: #95AB63;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}
a.brandlink:hover
{
    color: #9863AB;
    
}

a.subbrandlink
{
color: #BDD684;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
}

a.subbrandlink:hover 
{
    color:#9863AB;
}

.navigation {
width: 0px; 
padding-right: 10px;
visibility:hidden;
    
}

.maincontent 
{
 width: 800px; 
 text-align: left; 
 padding-left: 10px; 
 border-left: solid 2px #95AB63;
}

.ContentContainer
{
    margin: auto;
    background-color: #FFFFFF;
    width: 600px;
    height: 100%;
    border: 2px black solid;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height:20px;
}
.printsection 
{
    width:0px;
    visibility:hidden;
}
