html, body
{
border: 0px dotted #333333;
HEIGHT: 100%; /* need for mozilla */
MARGIN: 0px auto;
PADDING: 0px;
TEXT-ALIGN: center;
background-color:3b8145;
background-image: url(images/bg.jpg); /* Browser window background */
background-repeat: repeat;
background-attachment: fixed;
font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px;
}

#Container
{
border-left:0px solid white;
border-right:0px solid white;
POSITION: relative;
TOP: 0;
LEFT: 0;
MIN-HEIGHT: 100%;
MARGIN: 0px auto;
TEXT-ALIGN:left;
width: 900px;  /* Sets width of the site */
background: url(images/bgbody.jpg) repeat; /* Site shell background */
background-color:#ffffff;
background-attachment: fixed;

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

#Main
{
border: 0px solid purple;
PADDING: 0px;
MARGIN-BOTTOM: 0px; /* Set this to the height of the footer */
width:900px;

}

#Col1
{
width: 264px; 
float:left;
font: 12px verdana;
}

#Col2
{
width: 630px; 
border: 0px solid blue;
float:left;
}

#Navbar
{
padding:0px;
margin-left:0px;
height:40px;
width:616px;
}


#TextArea
{
border: 0px solid #FFFFFF;
background-color:#f4f2db;
padding: 20px 20px 20px 25px;
min-height:400px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 30px; 
text-align:left;
width: 580px;
font-family: verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#000000;
}
 

#LeftText
{
border:0px dotted #333333;
padding: 0px;
margin-left: 28px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 50px; 
text-align:left;
font-family: verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#222222;
}


#Footer
{
POSITION: absolute;
BOTTOM: 0px;
margin-left:0px;
border-top:1px solid white;
width: 900px;
height: 23px; /* Set footer height */
background-color: #bdd73c; /* Set footer color */
text-align: left;
font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:12px; color:000000;
}

#Footer a:link {color:#ffffff; text-decoration:none; font-weight: normal;}
#Footer a:visited {color:#ffffff; text-decoration:none; font-weight: normal;}
#Footer a:hover {color:#fedb1c; text-decoration:underline; font-weight: normal;}


.header {font-size:15px; color:#3b8145; font-weight:bold;}
.biopic {margin-left:20px; margin-bottom:10px; width:155px; height: 106px; border: 6px solid #ffffff; float:right;}
.hpic {margin-right:15px; margin-bottom:5px; width:200px; height: 140px; border: 6px solid #ffffff;}
.slideshow {float:right; width:360px;  height:307px; margin-left: 20px; margin-bottom: 20px; border: 6px solid #ffffff; background-color:#e98105;}
.slidesmall {float:right; width:330px;  height:220px; margin-left: 20px; margin-bottom: 20px; border: 6px solid #ffffff;}
.caption {font-size:11px; font-family:arial,helvetica; margin-top:10px;}


a:link {color:#e98105; text-decoration:underline; font-weight:bold;}
a:visited {color:#e98105; text-decoration:underline; font-weight:bold;}
a:hover {color:#cc0000; text-decoration:underline; font-weight:bold;}


table
{font-family: verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#000000; border:0; padding:0;
}

