body {
	background-color: white;
	font-family: Geneva, Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;	
	color: #333;
}

a, a:visited {
	text-decoration: none;
	color: #cc6633;	
}

a:hover {
	text-decoration: underline;
}

#container {
	margin-left: auto;
	margin-right: auto;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#bodytext {
	height: 609px;
	background-image: url(/body.jpg);
	padding: 10px 80px 0 80px;
	font-size: 11pt;
}

#body-logo {
	height: 117px;
	background-image: url(/logo.png);
}

#top-nav {
	float: right;
	padding: 20px;
}

.clear {
	clear: both;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	color: #999933;
}
