html, body
{
border: 0px dotted #333333;
HEIGHT: 100%; /* need for mozilla */
MARGIN: 0px auto;
PADDING: 0px;
TEXT-ALIGN: center;
background-color: #dddddd;
background-image: url(images/bgtile.gif);
background-repeat: repeat;
background-attachment:fixed; /* needed for mozilla */
}

#Container
{
border-left: 1px dotted #666666;
border-right: 1px dotted #666666;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-color: #ffffff;
width: 920px;  /* Sets width of the site */
background: url(images/bgpic.jpg); /* Site shell background */
background-position: bottom;
background-attachment:fixed; /* needed for mozilla */
background-repeat: no-repeat;
}

#HContainer
{
border-left: 1px dotted #666666;
border-right: 1px dotted #666666;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-color: #ffffff;
width: 920px;  /* Sets width of the site */
background: url(images/bghome.jpg); /* Site shell background */
background-position: top;
background-attachment:fixed; /* needed for mozilla */
background-repeat: no-repeat;
}

* html body #Container
{
HEIGHT: 100%; /* Only IE sees this */
}

#Main
{
border: 0px dotted #333333;
padding: 0px;
margin-bottom: 0px; /* Set this to the height of the footer */
}

#nav
{
padding:0px;
margin-right:0px;
width: 855px;
clear:right;
}

#midcontent
{
border: 1px dotted #333333;
padding: 0px;
margin-left: 5px;
width: 860px;
text-align:left;
float:none;
}


#column1
{
width:45px;
float:left;
border:0px solid black;
margin-left:8px;
}

#column2
{
margin-right:10px;
width:855px;
float:right;
font-family: verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px;
border:0px solid black;
}



#ptitle
{
margin:0px;
border:0px;
float:left;
background-color:#FFFFFF;
}

#secnav
{
padding: 0px;
margin-left: 6px;
margin-top: 6px;
width: 170px;
text-align:left;
font-family: verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#534b62; font-weight:bold;
float:left;
}
.secnav a:link {color:#660000; font-weight:bold;  text-decoration:none;}
.secnav a:visited {color:#660000; font-weight:bold;  text-decoration:none;}
.secnav a:hover { color:#b43526; font-weight:bold;}


#textbox
{
border: 0px dotted #333333;
margin-left: 190px;
margin-top: 0px;
padding-bottom:40px;
text-align:left;
width: 470px;
font-family: georgia, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#000000;
}

#Hcolumn
{
margin-right:10px;
width:855px;
font-family: verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:18px;
border:0px solid black;
}

#Htextbox
{
border: 0px dotted #333333;
margin-left: 150px;
margin-top: 10px;
text-align:left;
width: 280px;
font-family: georgia, Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; color:#000000;
}

#Hnav
{
padding:0px;
margin-top:150px;
margin-left:50px;
width: 855px;
}

#Hfooter
{
POSITION: absolute;
BOTTOM: 0px;
width: 890px;
height: 26px; /* Set footer height */
text-align: right;
font-family: georgia, times, Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#c29d9d;
border: 0px solid black;
}



#footer
{
POSITION: absolute;
BOTTOM: 0px;
margin-left: 234px;
width: 500px;
height: 26px; /* Set footer height */
text-align: left;
font-family: georgia, times, Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#999999;
}

.footer a:link {color:#999999;  text-decoration:none;}
.footer a:visited {color:#999999;   text-decoration:none;}
.footer a:hover { color:#333333;  text-decoration:underline;}

A:white { color:#ffffff}
A:link { color:#660000; font-weight: bold; text-decoration:underline}
A:visited { color:#660000;  font-weight: bold;  text-decoration:underline;}
A:hover {  color:#b43526;  font-weight: bold; text-decoration: underline;}


.header {font-weight:bold; font-size: 16px; color:#660000; line-height:22px;}
.red {color:#660000;}
.biopic {margin-left:20px; margin-bottom:20px; border: 1px solid #999999;} 



