body
{
	background:#6dcff6 url(Frame/PageFrameBg.jpg) no-repeat center top;
}

/*************** Page Frame */
#PageFrame
{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	overflow:hidden;
}

/*************** Header */
#Header
{
	width:800px;
	padding:35px 0 30px 0;
	position:relative;
	overflow:hidden;
}

#Header img
{
	float:left;
	margin-right:38px;
	padding-top:6px;
}

#Header p
{
	float:left;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0 0 0 0;
	font-size:60px;
	color:White;
	line-height:85%;
}

#Header span
{
	font-size:36px;
	color:#005baa;
	padding:0 0 0 95px;
}

/*************** Content Frame */
#ContentFrame
{
	width:800px;
	background:url(Frame/ContentFrameBg.png) repeat-y left top;
	position:relative;
	overflow:hidden;
}

/*************** Main Navigation */
#MainNav
{
	float:left;
	width:178px;
	margin-right:34px;
	border-left:solid 1px #eaf4f6;
	border-right:solid 1px #eaf4f6;
}

#MainNav ul
{
	padding:0;
	margin:0;
	list-style:none;
}

#MainNav li
{
	display:block;
	width:178px;
	border-top:solid 1px #d5f1f8;
}

#MainNav li a
{
	display:block;
	width:140px;
	font-size:120%;
	color:#313131;
	line-height:normal;
	padding:9px 19px 9px 19px;
	background:#a9e1f0 url(Frame/MainNavItemBg.png) repeat-x left bottom;
	border-bottom:solid 1px #c3dae0;
}

#MainNav li a:hover,
#MainNav li.Active a
{
	color:White;
	text-decoration:none;
	background:#005baa;
}

/*************** Page Content */
#PageContent
{
	float:left;
	width:586px;
}

/*************** Footer */
#Footer
{
	width:800px;
	padding-top:3em;
	font-size:80%;
	position:relative;
	overflow:hidden;
}

#Footer hr { display:none; }

#Footer p { margin-bottom:0; }

#Footer a { color:#eeeeee;}
#Footer a:hover { color:#005baa;}
#Footer span { padding:0 1ex;}
