/* CSS Document */

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #235f37;
	font-size: 14px;
	margin: 0;
}

#mainContainer
{
	width: 646px;
	margin: 0 auto;
	background-color: #fff;
}

#header
{
	height: 122px;
}

#header #logo
{
	float: left;
	position: relative;
	top: 20px;
	left: 25px;
}

#header #logo img
{
	border: none;
	width: 255px;
	height: 78px;
}

#header #text
{
	float: right;
	position: relative;
	top: 48px;
	right: 25px;
}

#header #text img
{
	width: 285px;
	height: 46px;
}

#navigation
{
	background-color: #790025;
	padding: 2px 0;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active
{
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 1px 10px;
	background-color: #790025;
	margin: 0 12px 0 16px;
	font-weight: bold;
}	

#navigation a:hover, #currentPageNav
{
	background-color: #fff;
	color: #000;
}

#content
{
	margin: 5px 0;
	background-image: url("/assets/images/content-background.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

#realContent
{
	padding-top: 10px;
}

.headerImage
{
	display: block;
	margin: 10px 0 0 0;
	position: relative;
	left: 25px;
}

#home
{
	width: 214px;
	height: 77px;
}

#contentFooterText
{
	text-align: center;
	color: #000;
	font-size: 11px;
	padding: 15px 0 5px 0;
}

#footerBar
{
	background-color: #790025;
	height: 18px;
	margin-bottom: 5px;
}

#footer
{
	background-image: url("/assets/images/content-background.gif");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 7px 0 50px 0;
	text-align: center;
	color: #235f37;
	font-size: 12px;
}

.clearBoth
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

#homePageList
{
	list-style-type: none;
	margin: 30px 0 0 25px;
	padding: 0 0 0 10px;
	border-left: 20px solid #790025;
	font-size: 15px;
}

#homePageList li
{
	padding: 4px 0;
}

#homePuzzle
{
	float: right;
	margin-right: 20px;
}

p
{
	line-height: 19px;
}