@charset "utf-8";
body {
	background-color: #FFFFFF;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftnav {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	float: left;
	background-color: #DBDBF0;
	width: 140px;
	padding-left: 10px;
	padding-top: 10px;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECECE1;
}
#heading {
	font-family: Candara;
	font-size: x-large;
	color: #000099;
	margin-left: 150px;
	padding-left: 10px;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #660033;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #330099;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0066FF;
}

#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-left: 150px;
	padding-left: 10px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
