﻿body 
{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/fill/LightTan.gif);
}

#pagePhoto
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 786px;
	height: 400px;
	z-index: 0;
}

#pageLogo 
{
	position: absolute;
	top: 50px;
	left: 450px;
	background-image: url(../images/Logo_BlueOrange_Tan.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 333px;
	height: 127px;
	z-index: 1;
}

#pageLayout 
{
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 2;
	margin-bottom: 15px;
}

#factContainer 
{
	width: 557px;
	margin-bottom: 20px;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	line-height: 13pt;	
}

#footerContainer 
{
	width: 786px;
	height: 26px;
	margin-top: 20px;
	background-image: url(../images/FooterBg_Blue.gif);
	background-repeat: no-repeat;
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

#footerContainer a 
{
	color: White;
	text-decoration: none;
}

#footerContainer a:hover 
{
	text-decoration: underline;
}

#footerContentTable 
{
	width: 786px;
	height: 26px;
}

.spanButton 
{
	background-color: White;
	border: solid 1px Black;
	padding: 3px 3px 3px 3px;
	font-family: Verdana;
	font-size: 8pt;
	color: #284775;
	cursor: pointer;
}

.clear 
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
