body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../Images/Layout/backgroundRepeating.gif);
	font-size: 11px;
}

.wrapper
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border: solid 1px #FFFFFF;
}

.HeaderContainer
{
	/*float: left;*/
}

.HeaderBanner
{
	background-image: url(../../Images/Layout/banner.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 119px;
}

.SearchFunction
{
	float: right;
	color: #FFFFFF;
	padding: 10px;
}

.TopNav
{
	width: 760px;
	height: 41px;
	background-image: url(../../Images/Layout/navRepeating.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
}

.TopNavItems
{
	margin: 0px;
	padding: 10px 3px 3px 3px; 
	list-style-type: none;
	list-style-image: none;
	max-width: 760px;
}

.TopNavItem
{
	display: inline;
}

.TopNavItem a
{
	color: #FFFFFF;
	text-decoration: none;
}

.TopNavItem a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.TopNavSpacer
{
	padding: 6px;
}

.MiddleSection
{
	background-color: #CCE1F1;
	/*float: left;*/
	width: 100%;
	min-height: 200px;
}

.ContentContainer
{
	padding: 10px;
}

.FooterContainer
{
	/*float: left;*/
}

.FooterNav
{
	width: 760px;
	height: 29px;
	background-color: #E3EAF0;
	text-align: center;
	color: #649FBF;
}

.FooterNavItems
{
	margin: 0px;
	padding: 6px 3px 3px 3px;  
	list-style-type: none;
	list-style-image: none;
	max-width: 760px;
}

.FooterNavItem
{
	display: inline;
}

.FooterNavItem a
{
	color: #649FBF;
	text-decoration: none;
}

.FooterNavItem a:hover
{
	color: #649FBF;
	text-decoration: underline;
}

.FooterNavSpacer
{
	padding: 6px;
}

.SearchPageTitle
{
	font-weight: bold;
	font-size: 12px;
}