@charset "utf-8";
/* Core CSS Document */
body {
	background-color:white;
	background-image:url(../images/bodyBackground.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(15,61,101);
}
#pageWrapper {
	background-image:url(../images/bodyBackground.jpg);
	margin:0 auto;
	width:906px;
}
.contentBlock {
	position:relative;
	margin:0 auto;
	width:906px;
}
#headerArea {
	height:115px;
	background-color:white;
	background-image:url(../images/headerAreaBackground.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#headerHomeLink {
	position:absolute;
	top:25px;
	left:3px;
	display:block;
	width:360px;
	height:70px;
	background-color:transparent;
	background-image:url(../images/headerHomeLink.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#primaryContentArea {
	float:right;
	margin:22px 25px 22px 22px;
	width:676px;
}
#primaryContentArea h1 {
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	color:rgb(145,145,149);
	text-transform:uppercase;
}
#primaryContentArea p {
	margin:9px 0;
	font-size:16px;
	line-height:24px;
}
#primaryContentArea hr {
	clear:both;
}
#sidebarContentArea {
	float:left;
	margin-left:3px;
	width:180px;
}
#primaryNavigation {
	width:180px;
}
#primaryNavigation li {
	display:inline;
}
#primaryNavigation a {
	display:block;
	padding-left:10px;
	width:170px;
	color:white;
	font-size:16px;
	line-height:28px;
	text-decoration:none;
	text-transform:uppercase;
}
#primaryNavigation a:link,
#primaryNavigation a:visited {
	background-color:transparent;
}
#primaryNavigation a:hover,
#primaryNavigation a:active {
	background-color:rgb(189,133,89);
}
.clearFloat {
	clear:both;
	height:1px;
}
#footerArea {
	margin-top:75px;
	height:20px;
	background-image:url(../images/footerAreaBackground.png);
	background-position:right top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:right;
}
#footerArea p {
	padding:0 60px;
}
#footerArea a {
	color:rgb(15,61,101);
}