@charset "utf-8";
 #navigation a
{
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	background-color: #EEEAAA;
	background-image: url(images/left-tab-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	text-align: left;
	margin: 0px;
	bottom: 0px;
	display: block;
}


#navigation a span
{
	padding-right: 10px;
	background-image: url(images/right-tab-new.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

#navigation a, #navigation a span
{
display: block;
float: left
}
/* End hide */

#navigation a:hover
{
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #829579;
	background-image: url(images/left-tab-hover-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a:hover span
{
	padding-right: 10px;
	background-image: url(images/right-tab-hover-new.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

#navigation ul
{
	list-style: none;
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: -1px;
	background-position: bottom;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}

#navigation li
{
	margin: 0;
	position: relative;
	bottom: -6px;
	float: left;
	display: block;
}

/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #19081A;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #EEEAAA;
} 
.twoColFixLtHdr #header {
	background-color: #C9C473;
	text-align: left;
	margin: 0px;
	width: 780px;
} 
.p-right {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	margin-top: 0px;
}
.smaller {
	font-size: smaller;
}
.smallertext90 {
	font-size: 90%;
}

.whitespace {
	white-space: normal;
	word-spacing: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.photobox {
	position: relative;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
	margin-top: 5px;
}
.captiontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align: justify;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 300px;
	color: #333333;
}
.italic {
	font-style: italic;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #EEEAAA;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 390px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #EEEAAA;
	border-left-color: #000000;
} 
.twoColFixLtHdr #footer {
	background-color: #C9C473;
	padding: 0;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	border: 1px solid #333333;
	width: 780px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallertext80 {
	font-size: 80%;
}
.pright_smallertext90 {
	font-size: 90%;
	text-align: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #829579;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #82947A;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}


.twoColFixLtHdr #sidebar-full {
	float: left; /* since this element is floated, a width must be given */
	width: 690px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 25px;
	border: 1px solid #000000;
}
.biophotobox {
	position: relative;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
	visibility: inherit;
}
.horizline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #829579;
	margin: 0px;
	padding: 0px;
}
.pright_smallertext90xtraspace {
	font-size: 90%;
	text-align: right;
	margin-top: 4px;
}
.photoboxright {
	position: relative;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	border: 1px solid #000000;
}
.p-righthome {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	line-height: 115%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 5px;
	margin-top: 0px;
}
.photoboxhome {
	position: relative;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 30px;
}
