/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #012848;
}

.wrapper {
	padding-top: 0px;
	background: url(../img/bodyFade.jpg) repeat-x top left;
}

.pageBlock {
	margin: 0px auto;
	width: 774px;
}

.header {
	width: 774px;
	height: 156px;
	background: url(../img/header.jpg) no-repeat top left;
}

.mainBody {
	width: 774px;
	background: url(../img/pageBlock.gif) repeat-y top left;
}

.copyArea {
	float: left;
	width: 500px;
	padding: 0px 5px 10px 10px;
}

.copyArea p {
	width: 500px;
}

.navigation {
	float: left;
	width: 205px;
	padding-top: 10px;
	background: url(../img/navTop.gif) no-repeat top left;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(../img/navFill.gif) repeat-y top left;
}

.navigation ul li {
	margin-left: 8px;
}

.navigation ul li.sect {
	margin-left: 23px;
	font-weight: bold;
	font-size: 13px;
	color: #ff8a00;
}


.navigation ul li a:link, .navigation ul li a:visited {
	height: 14px;
	padding-left: 15px;
	width: 187px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.navigation ul li a:hover {
	background: url(../img/navBullet.gif) no-repeat center left;
}

.navBottom {
	height: 21px;
	background: url(../img/navBottom.gif) no-repeat top left;
}

.footer {
	clear: both;
	height: 41px;
	background: url(../img/footer.gif) no-repeat top left;
}

/********************************************************************* Typography ********/

h1 {
	padding: 10px 0px;
	margin: 0px;
	font-size: 18px;
}