body {
	background-color: #013C2F;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat;
	text-align: left;
	color: #000;
	font-family: times, times new roman, serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 20px;
	margin: 0px;
}
.shading-left {
	width: 10px:
	width: 100%;
	background-image: url(images/bkgrnd_shading_left.png);
	background-repeat: repeat;
}
.main {
	width: 800px;
	background-color: #F1F6F5;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
}
.header-left {
	margin: 20px 10px 0px 23px;
}
.content-left {
	background-color: #FFF;
	vertical-align: top;
	width: 361px;
	border: 1px solid #713940;
	border-bottom: 4px solid #713940;
	margin: 0px 10px 29px 23px;
}
.header-right {
	margin: 20px 23px 0px 10px;
}
.content-right {
	background-color: #FFF;
	width: 361px;
	border: 1px solid #713940;
	border-bottom: 4px solid #713940;
	margin: 0px 23px 29px 10px;
}

.image img {
	margin: 15px 0px 15px 15px;
	border: 2px solid #713940;
}
.text {
	vertical-align: top;
	width: 60%;
	text-align: left;
	font-weight: bold;
	color: #023529;
	font-size: 16px;
	padding: 15px;
}
H1 {
	color: #024804;
	font-family: Times, Times New Roman, serif;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
	margin: 0px;
}
H2 {
	color: #013C2F;
	font-family: Times, Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 35px 0px 10px 0px;
	margin: 0px;
}

A:link {
	color: #8C2B4D;
	text-decoration: none;
}
A:hover {
	color: #8C2B4D;
	text-decoration: underline;
}
A:visited {
	color: #8C2B4D;
	text-decoration: none;
}
A:hover {
	color: #8C2B4D;
	text-decoration: underline;
}
A:active {
	color: #8C2B4D;
	text-decoration: underline;
}
ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.footer {
	font-size: 11px;
	color: #FFF;
	vertical-align: top;
}
.footer A:link {
	color: #FFF;
	text-decoration: none;
}
.footer A:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer A:visited {
	color: #FFF;
	text-decoration: none;
}
.footer A:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer A:active {
	color: #FFF;
	text-decoration: underline;
}
.footer-info {	
	text-align: left;
	padding: 4px 8px 3px 8px;
}
.footer-copyright {
	text-align: right;
	padding: 4px 8px 3px 8px;
}
.shading-right {
	width: 10px:
	width: 100%;
	background-image: url(images/bkgrnd_shading_right.png);
	background-repeat: repeat;
}