body {
	background-image:  url("images/bg_gradient.jpg");
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}
#header {
	background-repeat: no-repeat;
	height: 172px;
}
a.headerLinks {
	text-decoration: none;
	margin: 0px 7px;
	padding: 0px;
}
a.headerLinks:hover {
	text-decoration: underline;
	color: #11661A;
}
.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 7px 7px 7px 14px;
	color: #199325;
}
#leftNav {
	background-repeat: no-repeat;
	height: 379px;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.leftNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
	padding: 30px 25px 10px 14px;
	text-align: left;
}
a.leftNavLinks {
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px;
	display: block;
}
a.leftNavLinks:hover {
	text-decoration: underline;
	color: #373737;
}
#content {
	background-image:  url("images/b_gray_bar.jpg");
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #199325;
	padding: 0px;
	margin: 0px 0px 10px;
}
p {
	padding: 0px;
	margin: 0px 0px 20px;
	line-height: 16px;
}
li {
	line-height: 16px;
	padding: 3px 0px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 5px;
	background-color: #666666;
	padding: 3px;
	color: #FFFFFF;
}
a.normalLink {
	color: #0000CC;
	text-decoration: underline;
}
.lineSpacing {
	line-height: 20px;
}

