@charset "utf-8";
/* CSS Document */
BODY {
 background: #bcb5a7 url(./images/mainback.jpg) repeat-x;
margin: 0px 0px 0px;
}

DIV.mainbody
{
background-color: #dcdbd4;
  FONT-SIZE: 13px;
  COLOR: #3e444d;
  FONT-FAMILY: georgia;
  TEXT-ALIGN: left;
  WIDTH: 891px;
  margin-left:auto;
  margin-right:auto;
}

DIV.header
{
background: url(./images/header.jpg) no-repeat;
WIDTH: 891px; 
height: 165px;
margin-left:auto;
margin-right:auto;
}

div.links{
width:881px;
text-align: right;
color: #dcdbd4;
font-size: 16px;
font-family: georgia;
padding-top: 125px;
padding-right: 20px;
}


div.midleft{
background: url(./images/welcomeback.jpg) no-repeat;
float: left;
padding-top: 45px;
padding-left: 45px;
padding-right: 60px;
width: 412px;
height: 314px;
font-size: 14px;
color: #594d2f;
}

div.midright{
float: right;
text-align:center;
font-size: 16px;
font-family: georgia;
padding-top: 20px;
padding-right: 30px;
width: 334px;
height: 289px;
}

DIV.websitefeatures{
background: url(./images/websitefeatures.jpg) no-repeat;
WIDTH: 891px; 
height: 54px;
margin-left:auto;
margin-right:auto;
}

DIV.bottombuttons{
margin-top: 15px;
background: url(./images/bottombuttons.jpg) no-repeat;
WIDTH: 846px; 
height: 229px;
margin-left:auto;
margin-right:auto;
}

DIV.midcontent{
WIDTH: 871px;
padding-top: 10px; 
padding-left: 10px;
padding-bottom: 10px;
margin-left:auto;
margin-right:auto;
}

div.footer{
background: url(./images/footer.jpg) repeat-x;
font-size: 14px;
font-family: georgia;
color: white;
WIDTH: 881px;
height: 62px;
padding-left: 10px;
padding-top: 20px;
}

div.copyright{
text-align: center;
color: #817b6c;
font-size: 12px;
font-family: georgia;
margin-right: auto;
margin-left: auto;
}

.text_box{
background-color: #f8f8f8;
font-size: 14px;
font-family: georgia;
font-weight: bold;
}

div.clear{
DISPLAY: block;
CLEAR:both;
}

 a.scrollover {
   text-decoration:  none;
   font-family: georgia;
font-size : 18px;
      /* Default Colour/Styles here */
      color: #3e444d;
   }
   
   a.scrollover em:first-line {
   text-decoration:  none;
    font-family: georgia;
font-size : 18px;
      /* Rollover Colour/Styles here */
      color: #608fd4;
}

A.font14:link{
color: #dcdbd4;
font-size: 16px;
font-family: georgia;
text-decoration: none;
}

A.font14:visited {
color: #dcdbd4;
font-size: 16px;
font-family: georgia;
text-decoration: none;
}

A.font14:hover {
color: white;
font-size: 16px;
font-family: georgia;
text-decoration: none;
}

A.font14:active {
color: white;
font-size: 16px;
font-family: georgia;
text-decoration: none;
}

A.footlink:link{
color: #dcdbd4;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.footlink:visited {
color: #dcdbd4;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.footlink:hover {
color: white;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.footlink:active {
color: white;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

