body {
	background-color: #365D2E;
	background-image: url(images/bckgd_bg.jpg);
	background-repeat: repeat-x;
}

.maintable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.content {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
}

.nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}

.footer {
	background-image: url(images/ftr_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	text-decoration: none;
}

.contenttable {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.header {
	font-weight: bold;
}
.maintable .content .contenttable li {
	margin-left: -10px;
}
h5 {
	margin-bottom: -10px;
}
.italic {
	font-style: italic;
}

