﻿body
{
    background-color: #d1d1d5;
    background-attachment: scroll;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
   
      width:800px;
  height: 100%;
  margin: auto;
}
.boxMain
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: #ffffff;
    width: 799px;
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial;
    line-height: 17px;
}
.boxRight
{ 
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 0px solid;
    border-left: #dcdcdc 0px solid;
    border-bottom: #dcdcdc 0px solid;
 }
.boxRightColumnHeader
{
 
    background-attachment: scroll;
   /* background-image: url(images/bg_rightColumnHeader.gif);*/
    background-repeat: repeat-x;
     font-size: 12px;
    color: #08516a;
    font-family: Verdana;
    line-height: 16px;
    font-weight: bold;
    padding-left: 7px;
}
.boxRightCallOut
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    background-color: #ffffff;
    width: 200px;
}
.boxFooter
{
    border-top: #a9a9a9 1px solid;
    font-size: 11px;
    color: #696969;
    font-family: Verdana;
    padding-bottom: 5px;
    padding-top: 5px;
}
.footer
{
    background-attachment: scroll;
    background-image: url(images/bg_footer.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana;
    line-height:48px;
}
.footer:Hover
{
    color: #87cefa;
}
.mainText
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana;
    line-height: 16px;
  
   
}
.pageHeader
{
    font-size: 14px;
    color: #b20838;
    font-family: Verdana;
    line-height: 16px;
    font-weight: bold;
}
.rightTestimonials
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    line-height: 19px;
    padding-right: 9px;
    padding-left: 9px;
    margin-left: 9px;
    margin-right: 9px;
    font-style: italic;
}
.rightTestimonialsName
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    line-height: 19px;
    font-style: normal;
}
.rightContactInfo
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial;
    line-height: 19px;
    padding-right: 9px;
    padding-left: 9px;
    margin-left: 9px;
    margin-right: 9px;
    font-style: normal;
}
a.link-black
{
    color: #000000;
}