@charset "utf-8";
body {
	font: 100% Georgia, Times New Roman, Times, serif;
	background: #faebca;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #faebca;
	margin: auto;
	text-align: left;
	float: left;
	position: relative;
}
.oneColElsCtr #leftnav {
	background: #faebca;
	text-align: left;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
.oneColElsCtr #leftlower {
	background: #faebca;
	text-align: left;
	z-index: 4;
	position: absolute;
	top: 303px;
	left: 0px;
	width: 181px;
	height: 300px;
}
.oneColElsCtr #toptitle {
	background: #c4d2a3;
	text-align: left;
	border-top: hidden;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 181px;
	width: 825px;
	height: 95px;
}
.oneColElsCtr #topnav {
	background: #c4d2a3;
	text-align: left;
	z-index: 3;
	position: absolute;
	top: 95px;
	left: 181px;
	width: 825px;
}
.oneColElsCtr #content {
	background: #faebca;
	text-align: left;
	z-index: 3;
	position: absolute;
	top: 167px;
	left: 192px;
	width: 700px;
	height: 350px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21pt;
	color: #333300;
}	
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333300;
}	
