body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x left top;
	font: 11px Tahoma, Verdana, Arial;
}
p {
	margin: 0px 0px 20px;
}

.header {
	height: 140px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header.jpg) no-repeat left top;
}
.navSeparator {
	background: url(images/separator.gif) no-repeat left top;
	height: 50px;
	width: 2px;
}
.navigation {
	height: 50px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.navigation a:link, .navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFDE8A;
}
.navigation a:hover {
	color: #FFFFFF;
}
.container {
	width: 770px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.clearboth {
	height: 1px;
	width: 770px;
}

.container .sidebar {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
.container .main {
	float: left;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	color: #824D02;
	line-height: 150%;
}
.bottomNav {
	background: url(images/footer.gif) repeat-x left top;
	width: 770px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 12px;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #FEEFC9;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.bottomNav a:hover {
	color: #FAB519;
}
.bottomMost {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #824D02;
	font-weight: bold;
}
.bottomMost a {
	color: #0D7F03;
	font-weight: bold;
	text-decoration: none;
}
.imgToLeft {
	float: left;
	margin-right: 15px;
}
h2 {
	font: bold 24px/150% Tahoma, Verdana, Arial;
	color: #0C7E03;
}
h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0C7E03;
}
.even {
	background: #F4F4F4;
}
