/****************************************************
	P A G E   L A Y O U T
****************************************************/

body {
	background-color: 	#F5F8FB;  /* Placed here so the content editor is not influenced */
	margin: 		0px 0px 0px 0px;
	padding: 		0;
	text-align: 		center;
}

div#PageContainer {
	display: 		block;
	margin-left: 		auto;
	margin-right: 		auto;
	position: 		relative;
	width: 			760px; /* PAGE WIDTH #1 of 2 */
}

div#Page {
	text-align: 		left;
	background-color: 	#F5F8FB;  
}


div#HeaderContainer
{
	height: 		60px;
}

div#TopBackground
{
	position: 		absolute;
	left: 			194px;
/*	left: 			13em;*/
	top: 			0;
}

table#TopTools a,
table#TopTools td
{
	color:	#FFFFFF;
}


table#TopTools tr td 
{
	padding-right:	5px;
}




div#TopTools
{
	position: 		absolute;
	top: 			0;
	right:			10;
	text-align: 		right;
}

div#TopTools a
{
	color: 			#FFFFFF;
}

div#Logo
{
	position: 		absolute;
	top: 			0px;
	left:			0px;
}

div#SearchContainer input
{
	height:			1.6em;
}

legend
{
	display: 		none;
}

div#FooterContainer
{
	clear:			both;
}



