/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: none;
}

.pageBlock {
	width: 754px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/pageFill.jpg) repeat-y top left;
}

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

.navigation {
	width: 754px;
	height: 44px;
	text-align: center;
	background: url(../img/navigation.jpg) no-repeat top left;
}

.pageTop {
	width: 754px;
	height: 9px;
	background: url(../img/pageTop.jpg) no-repeat top left;
}

.pageFooter {
	width: 754px;
	height: 40px;
	background: url(../img/pageFooter.jpg) no-repeat top left;
}

.pageFooter .left {
	float: left;
	margin-top: 22px;
	margin-left: 5px;
}

.left a, a.terms {
	color: #626161;
	text-decoration: none;
}

.left a:hover, a:hover.terms {
	color: #FF8A00;
}

.pageFooter .right {
	float: right;
	margin-top: 22px;
	margin-right: 5px;
}

.pageFooter .right a {
	text-decoration: none;
}

.orange {
	color: #FF9900;
}

.blue {
	color: #53b0e1;
}

.navigation ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}

.navigation ul li {
	display: inline;
	margin-right: 10px;
}

.navigation ul li a {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #01a201;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #000;
}

.leftSide {
	float: left;
	width: 534px;
	font-size: 14px;
	padding-left: 8px;
}

.leftSide ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}

.leftSide ul li {
	margin-left: 25px;
}

.rightSide {
	float: left;
	width: 186px;
	padding-left: 20px;
}

h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom: 2px solid #01a201;
}

h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
