html, body{
	background: url(/images/gradientBack.gif) top left repeat-x #abb981;
	xbackground: #fff;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #5b6244;
	xheight: 100%;
}
a, a:link, a:active, a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.navLinks, a:link.navLinks, a:active.navLinks, a:visited.navLinks{
	color: #fff;
	text-decoration: none;
}
a:hover.navLinks{
	text-decoration: underline;
}
.mainWrap{
	width: 574px;
	background: url(/images/shadowBack.gif) top left no-repeat;
	border-top: 1px solid #879165;
	margin-left:auto; 
 	margin-right:auto;
	text-align: center;
	padding: 0 0 0 12px;
	height: 99.5%;
}
.contentWrap{
	width: 550px;
	height: 100%;
	background: #acba81;
	xbackground: #ccc;
	xborder: 1px solid #ccc;
	xmargin-left: auto; 
 	xmargin-right:auto;
 	xpadding: 0 0 0 6px;
	text-align: left;
	float: left;
}
.leftCol{
	float: left;
	width: 174px;
	background: #879266;
}
.rightCol{
	float: left;
	width: 376px;
}
ul.mainNav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
ul.mainNav li{
	margin: 0;
	padding: 15px 10px 15px 0;
	text-align: right;
	border-left: 1px solid #5b6244;
	border-right: 1px solid #5b6244;
	border-bottom: 1px solid #5b6244;
}
#header{
	float: left;
	background: #5b6244;
	width: 376px;
	padding: 7px 0 7px 0;
}
.body{
	padding: 0 0 10px 10px;
	xborder: 1px solid black;
	float: left;
	width: 356px;
}
.bodyHeader{
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	line-height: 1.5;
	width: 366px;
}
.rightCol p{
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5;
}
ul.bodyList{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: square;
	float: left;
}
ul.bodyList li{
	padding: 0 0 5px 0;
	line-height: 1.5;
}