body {
	
}

h1,h2,h4 {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #7E2217;
}
h3 {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #7E2217;
	text-decoration: underline;
}
p {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 14px;
	text-align: justify;
}

#container {
	width: 800px;
	margin:0 auto;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
#lefttable a {	text-decoration:none;	font-weight:bold;	color: white;}#lefttable a:hover {	text-decoration:underline;}#lefttable ul {	list-style-type:none;	padding: 0;	margin: 2em 0 0 0;}#lefttable li {	list-style-type:none;	padding: 0;	border-bottom: 1px solid #aaa;}#lefttable p {	text-align: left;	color: white;}

#lefttable {
	width: 180px;	height: 400px;
	float:left;
	border: 1px solid black;
	background:#625D5D;		margin-top: 1.8em;
}
#centertable h2 {
	margin-top: 1em;	
}
#centertable a {
	font-weight: bold;
	color: black;
}
#centertable {
	width: 600px;
	float:left;	padding: 8;
	
}

#righttable {
	background:#EBDDE2;
}#floatleft {	float:left;	}#floatright {	float:right;	margin-right: 4em;}#formpad {	margin-left: 5em;}