/****************************************************
	P A G E L A Y O U T
****************************************************/
body
{
	color:			black;	
	background-color:	#f3f3f3; 	/* Placed here so the content editor is not influenced **/
	padding:		0;
	margin:			0;
	text-align: 		center;
	margin-top:		10px;
}

div#PageContainer
{
	width:			950px;
	display:		block; 
	margin-left: 		auto; 
	margin-right: 		auto;
	position:		relative;
}

div#Page 
{
	text-align: 		left;
	padding-top:		100px;	
	height:			100%;

	/* position:		relative; /* Removed to combat IE5 problem **/
}

fieldset
{
	display:		inline;
}

div.Clear
{
/*	clear:			both; /* Removed to minimize space above footer **/
	height:			1px;
}

/****************************************************
	F O O T E R   S T U F F
****************************************************/

div#FooterContainer
{
	clear:			both;
}

div#Footer
{
	height:			19px;
	line-height:		16px;
}

div#FooterText
{
	float:			left;
	padding-left:		15px;
}

div#FooterCopyrightNotice
{
	float:			right;
	padding-right:		6px;
}

