@charset "utf-8";
body {
	font: 100% Georgia, serif;
	background-color: #F3F5E0;
	text-align: center;	
	margin: 0; /* to account for differing browser defaults */
	padding: 0; 
	color: #000000;
}

#container {
	position: absolute;
	left: 58px;
	width: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneCol #header {
	padding: 10px 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneCol #mainContent {
	padding: 0 20px; 
	clear: both;
	width: 580px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: left;
}

.oneCol #tableWrap {
	padding: 0 50px; 
	clear: both;
	width: 640px;
	text-align: left;
}

.oneCol #menuSection {
	padding: 0 20px;  
	text-align: left;
}

.oneCol #imageSection {
	padding: 0 20px;  
	text-align: left;
	/*background-color:#FFFFFF;*/
}

.oneCol #imageSection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #5E536D;
	padding-top: 3px;
	line-height: 16px;
	padding-right: 56px;
	padding-left: 30px;
}

.oneCol #footer {
	background-color:#FFFFFF;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneCol #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #5E536D;
	padding-top: 3px;
	line-height: 16px;
	padding-right: 56px;
	padding-left: 30px;
}

.fltrt { /* to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* to float an element left */
	float: left;
	margin-right: 12px;
	margin-left: 3px;
	margin-bottom: 20px;
}


#iContainer {
	position: absolute;
	left: 58px;
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	top:10px;
/*	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menu {
	position: absolute;
	top: 62px;
	width: 160px;
	left: 76px;
	height: 120px;
	border: 1px none #000000;
	background-color: #F2F4DF;
}
