body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;  
	padding: 0;
	background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	padding-top: 20px;
	text-align: center;
}
h3 {
	font-size: 1em;
	color: #FFFFFF;
	padding: 3px;
	background-color: #455843;
}
.left-col {
	width: 285px;
	float: left;
	padding: 5px;
}
.right-col {
	width: 285px;
	float: right;
	padding: 5px;
}

.right-pic {
	width: 210px;
	float: right;
	height: 700px;
	padding: 5px;
}
.image-right {
	float: right;
	margin: 15px;
}
.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.quote {
	text-align: center;
	background-color: #FFFFCC;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
}
	
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
	background-color: #fff;
	color: #eee;
	height: 135px;
}

#maintext{
	width: 619px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(Images/topbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 70px 30px 20px 20px;
}
#maintext a, #maintext a:visited {
	color: #996633;
	text-decoration: underline;
	font-weight: bold;
}
#maintext a:hover, #maintext a:active {
	color: #CC6633;
	font-weight: bold;
}
#navigation {
	float: left;
	width: 221px;
	height: 613px;
	background-image: url(Images/leftbg.gif);
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
}
#footer {
	clear: both;
	background-image: url(Images/footer.gif);
	height: 137px;
}