/****************************************************
	P A G E   L A Y O U T
****************************************************/
body
{
	background-color:	#fff;
	text-align: 		center;
}

div#HeaderTools
{
	float:			right;
	text-align: 		right;
	padding:		4px 4px 0px 0px !important;
	margin:			0 !important;
	position:		relative;
	top:			0px;
	right:			0;	
}

div#PageContainer
{
	display: 		block; 
	margin-left: 		auto; 
	margin-right: 		auto;
	width: 			900px;
}

div#Page 
{
	text-align: 		left;
}

div#AreaGraphic
{
	width:			900px;
	height:			130px;
}

div#AreaGraphic img
{
	max-height:		130px;
	height:			expression(document.body.clientWidth > 130? "130px": "auto");

}

legend
{
	display: 		none;
}


div#FooterContainer
{
	margin-top:		0;
	height:			30px;
}

div#FooterContainer p
{
	float:			left;
	font-size:		90%;
}


/***********************************************/
/**FOOTER**/
/***********************************************/
div#FooterContainer {
	font-size: 10px;
	text-align: center;
	background-color: #ECECEC;
	border-top: 3px solid #FAC70C;
	color: #004f8d;
	height: 22px;
	margin-top: 3px;
	padding-bottom: 3px;
}

div#FooterContainerTop {
	border-top: 1px solid #FFFFFF;
	padding: 0px 0px 4px 0px;
}

div#FooterContainer a {
	font-size: 11px;
 	color: #004f8d;
 	text-decoration: none;
}

div#FooterContainer a:hover {
 	color: gray;
}

div#BestViewed {
	text-align:center; 
	font-color: gray; 
	font-size:9px; 
	margin: 10px auto 10px auto;
}
