/* This Style Sheet Was Created by William Humphrey while he was confused but don't worry most of it was borrowed anyway. There were so many sources that I can't even remember them all. */

/*********** NOT USED	 a {color: #000066; font-weight: bold} a:hover {color: #006633; font-weight: bold} a:visited {color: #9900FF; font-weight: bold} /* Purple */


HTML
{
	margin: 0;
	height: 100%;
	width: 100%;
}



BODY
{
	border: 0px;
	font-size: 62.5%; /* sets 1em = 10pt */ /* should be 62.8% ??? */
	background-color: #e8e9f4; /* must match color outside of "frame" on header/page/footer bg images */
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: auto;
	padding-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-left: auto;
	padding-right: auto;
	width: auto;
  }

#page
{
	width: 870px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	background-color: white;
	background-image: url(../css_images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-width: none;
	min-height: 0px;
	max-width: 870px;
}



#header
{
	width: 870px;
	height: 242px; /* 380px; */
	text-align: left;
	position: relative;
	background-color: white;
	background-image: url(../css_images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contact_info
{
	width: 555px;
	height: 67px;
	top: 97px; /* 352px; */
	left: 270px;
	font-size: 13px;
	text-align: left;
	position: absolute;
}

#topmenu
{
	width: 100%;
	height: 44px;
	margin: 0;
	position: absolute;
	left: 251px;
	top: 20px;
	vertical-align: bottom;
	padding-top: 20px;
}



#content
{
	background-color: white;
	width: 750px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: justify;
	line-height: 1.4em;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
	float: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
}

.imgleft 
{
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.imgright 
{
	float: right;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}



#footer
{
	clear: left;
	background: white url('../css_images/footer-bg.jpg') no-repeat top center;
	width: 870px;
	height: 90px;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	position: relative;
}



#headline {
	position: absolute;
	height: 8px;
	width: 700px;
	left: 181px;
	top: 172px;
}
#page  #content  th, td {
	padding-right: 12px;
	vertical-align: top;
	padding-left: 12px;
}
.bgImage {
	background-image: url(../css_images/cell-bg-small.jpg);
	background-repeat: repeat-y;
}
.photo_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}


blockquote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border : solid #696 1px;
	padding : 3px;
	margin-left: 3em;
	margin-bottom:0.2em;
	background: #f9f9f9 none;
	color: #000;
	line-height: normal;
   }
   	   
	   
.credit { 
text-align : right; page-break-before: avoid;
   font-family:Verdana,Arial,Helvetica,sans-serif; 
   font-size: 80%;
   }
