html, body
{
border: 0px dotted #333333;
height: 100%; /* need for mozilla */
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #f8f2e1;
background-image: url(images/bgsite.jpg);
background-repeat: repeat;
background-position: top left;
background-attachment: fixed;
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Verdana; 
}

#Container
{
border: 0px dotted #333333;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-image: url(images/bgpage.png);
background-repeat: repeat-y;
background-position: top left;
width: 950px;  /* Sets width of the site */
 /* Site shell background */

}
* html body #Container
{
height: 100%; /* Only IE sees this */
}

a:link {color:#357c35; text-decoration: none; font-weight:normal;}
a:visited {color:#357c35; text-decoration: none; font-weight:normal;}
a:hover {color: #006699; text-decoration:underline; font-weight:normal;}

.header { font-size: 17px; color: #3c6290; line-height: 130%; font-weight: bold;}
.subheader { font-size: 14px; color: #b25400; line-height: 140%; font-weight: bold;}
.bodypic {float:right; margin-left: 20px; margin-bottom: 20px;}


#TopBorder
{
padding: 0px;
margin-left: 0px;
width: 930px;
height: 29px;
}

#Midcontent
{
margin-left: 0px;
text-align: left;
background-color: #ffffff;
}


#Col1
{
border-top: 0;
margin-left: 24px;
margin-top: 0px;
margin-bottom: 0px; 
width: 354px;
text-align: left;
float:left;
}

#Col1 a:link {color:#780f0f; text-decoration: none; font-weight: normal;}
#Col1 a:visited {color:#780f0f; text-decoration: none; font-weight: normal;}
#Col1 a:hover {color:#c02020; text-decoration:underline; font-weight: normal;}

#nav
{
margin-left: 30px;
width: 190px; 
font-size: 14px; 
padding-top: 4px; 
padding-bottom: 6px; 
border-bottom: 1px dotted #33cc33;
font-weight: normal;
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Verdana; font-size: 15px; line-height: 16px; color: #336633;
}

#nav a:link {color: #357c35; text-decoration: none; font-weight: normal;}
#nav a:visited {color: #357c35; text-decoration: none; font-weight: normal;}
#nav a:hover {color: #006699; text-decoration: none; font-weight: normal;}
#nav a:active {color: #006699; text-decoration: none; font-weight: normal;}

#address
{
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif; font-size: 14px; line-height: 19px; color: #3c6290; 
margin-left: 30px;
margin-top: 40px;
}

#Col2
{
border-left: 0px dotted #b4a579;
margin-left: 0px;
margin-top: 0px;
border-bottom: 30px;
width: 549px;
text-align:left;
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif; font-size: 14px; line-height: 19px; color:#444444;
float:left;
}

#Text {margin-left: 28px; margin-right: 0px; margin-bottom: 40px;}
#Text2 {margin-left: 3px; margin-right: 50px;}

#Footer
{
position: absolute;
bottom: 0px;
margin-left: 0px;
margin-top: 10px;
width: 950px;
height: 60px; 
border-top: 0px dotted #b4a579;
background:url(images/bgfooter.jpg); 
text-align: left;
font-family: Georgia, Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif; font-size: 11px; line-height: 120%; color:#cccccc; letter-spacing: 0px;
}
#Footer a:link {color:#ffffff; text-decoration: underline; font-weight: normal;}
#Footer a:visited {color:#ffffff; text-decoration: underline; font-weight: normal;}
#Footer a:hover {color:#ffffcc; text-decoration:underline; font-weight: normal;}
#Footer a:active{color:#ffffcc; text-decoration:underline; font-weight: normal;}
.footertext { margin-top: 10px; margin-left: 60px; }






