﻿body 
{
    background-color: #cccccc;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 70%;
    line-height: 1.5em;
}
b, strong
{
    font-weight: bolder;
}
h1
{
  font-size: 16px;
  font-weight: 700;
  font-family: Verdana, 'Trebuchet MS', Sans-Serif; 
}
html
{
    display: block;
}
#BodyWrap
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
#Header
{
    margin: 0px;
    background: url('../images/TreeHeaderImage.jpg');
    height: 320px;
    color: Green;
}

#Menu
{
    height: 26px;
    background-image: url('../images/RepeatingMenuImage.jpg');
    background-repeat: repeat-y;
    font: bold 12px/26px Verdana,Arial,Tahoma,Sans-serfic; 
    padding: 0 70px 0 0;
}
#Links
{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.homeList li
{
    list-style: disc;
}
#Links li
{
    display: inline;
}
#Links li a
{
    display: block; 
    float: left;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
}
#Links li a:hover
{
    background-color: #ececec;
    color: #333333;
}

#ContentHolder
{
    background-image: url('../images/RepeatingBackground.jpg');
    background-repeat: repeat-y;
    -moz-background-size:auto auto;
    background-position:center top;
    background-attachment:scroll;
    padding-bottom: 1px;
}
#PageTitle
{
    border-bottom: 2px solid #f2f2f2;
    height: 18px;
    margin-right:34px;
    margin-left: 36px;
    margin-bottom: 4px;
    padding-left: 30px;
    padding-bottom: 2px;
    background-image: url('../images/square_arrow.gif');
    background-repeat: no-repeat;
    background-position: left;
 }
h2
{
    color:#75a54b;
    font-size: 1.5em;
    font-weight: 700;
    font-family: Verdana, 'Trebuchet MS', Sans-Serif;
}
#PageTitleAgain
{
    border-bottom: 2px solid #f2f2f2;
    height: 18px;
    margin-right:34px;
    /* margin-bottom: 4px; */
    padding-left: 30px;
    padding-bottom: 2px;
    background-image: url('../images/square_arrow.gif');
    background-repeat: no-repeat;
    background-position: left;
 }
#MiniLinks
{
    width: 500px;
    color: #4f82cb;
    margin-left: 36px;
    padding-top: 12px;
}
#MiniLinks a
{
    color: #4f82cb;
    text-decoration: none;
}
#MiniLinks a:hover
{
    color: #75a54b;
    text-decoration: underline;
}

#Content
{
    font-size: 11px;
    color: #333333;
    margin-right:36px;
    margin-left: 36px;
    margin-bottom: 0px;
    padding-top: 4px;
    /* line-height: 1.7; */
    padding-bottom: 23px;
}
#Content h1
{
    color: #333333;
    font-size: medium;
}
#Content a
{
    color: #4f82cb;
}
#Content a:hover
{
    color: #75a54b;
}
#Footer
{
   margin-top: 0px;
   color: #666666; 
}
#Footer a
{
    color: #4f82cb;
    text-decoration: none;
}
#Footer a:hover
{
    color: #75a54b;
    text-decoration: none;
}
#FooterImage
{
    background-image: url('../images/FooterImage.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 55px;
    clear: both;
    position: relative;
    text-align: center;
    font-size: 92%;
}
#Disclaimer
{
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-size: 9px;
    padding-top: 0px;
    line-height: 10px;
    padding-left: 80px;
    padding-right: 80px;
    color: #333333;
}
fieldset
{
    border: solid 1px #ffc796;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
legend
{
    font-size: larger;
    font-weight: 700;
}
#txtEmailAddress
{
    padding-left: 150px;
}
#txtContactName
{
    margin-left: 195px;
}
#txtEmailSubject
{
    margin-left: 210px;
}

