#divWrapper {
	background-image: url(images/repeat.jpg);
	background-repeat: repeat;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}#divHeader {
	height: 200px;
}
#divChain {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#divContentWrapper {
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#divFooter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737173;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#divFooter a {
	color: #737173;
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4A4D4A;
}
#divFooter a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #6386A5;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
	color: #6386A5;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
}
p {
	margin-top: 0px;
}
#divLeftNav {
	text-align: right;
	float: left;
	width: 125px;
}
#divContent {
	text-align: left;
	padding-left: 170px;
}
#divLeftNav a {
	font-size: 14px;
	font-weight: bold;
	color: #212021;
	text-decoration: none;
	display: block;
	line-height: 14px;
	padding-top: 20px;
}
#divLeftNav a:hover {
	color: #085D73;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
