body {
	background-color: #C3DAF9;
}
form {
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF6600;
	margin: 10px 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF6600;
	margin: 33px 0px 0px 20px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	margin: 0px 0px 20px;
}
.contentCell {
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #9CB399;
	border-right: solid 1px #563C2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.contentCell a {
	color: #FFFFFF;
	text-decoration: none;
}
.contentCell a:hover {
	color: #000000;
	text-decoration: underline;
}
.contentWrapper {
	vertical-align: top;
	border-right: solid 1px #FFFFFF;
	padding: 20px;
}
.footerCell {
	background-image: url(images/footer-background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 37px;
	border-left: solid 1px #563C2D;
	border-right: solid 1px #563C2D;
}
.footerWrapper {
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	height: 35px;
	color: #DFA252;
	text-align: center;
}
.footerWrapper a {
	color: #DFA252;
	text-decoration: none;
}
.footerWrapper a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.headerTitle {
	position:absolute;
	width:762px;
	height:114px;
	z-index:1
}
.leftNavCell {
	background-image: url(images/leftnav-background.jpg);
	background-repeat: repeat-y;
	width: 140px;
	vertical-align: top;
}
.leftNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 11px;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
	cursor: pointer;
}
.leftNavLink a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftNavLink a:hover {
	color: #000000;
	text-decoration: underline;
}
.leftNavLinkOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 11px;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	cursor: pointer;
	background-color: #33BFE8;
}
.leftNavTable {
	margin-left:1px;
	width: 139px;
}
.leftNavLinkOn a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftNavLinkOn a:hover {
	color: #000000;
	text-decoration: underline;
}
.topNavCell {
	background-color: #563C2D;
	padding-left: 29px;
	padding-right: 29px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DFA252;
	border-right: solid 1px #DFA252;
	white-space: nowrap;
}
.topNavCell a {
	color: #FFFFFF;
	text-decoration: none;
}
.topNavCell a:hover {
	color: #000000;
	text-decoration: underline;
}
.backgroundCell {
	padding: 29px;
}