@charset "utf-8";
/* CSS Document */

BODY {
	background: url(images/bggradient.png) repeat-x;
	background-color: #a9bcde;
	font-family: Tahoma, Arial;
	font-size: 13px;
}

UL, LI {
	font-family: Tahoma, Arial;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0;
}

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

#mainbody {
	width: 772px;
	padding-top: 15px;
	background: url(images/main-content-bg.gif) repeat-y;
}

#leftcontent {
	width: 500px;
	float: left;
}

#rightsidebar {
	width: 272px;
	float: left;
}

#footer {
	background: url(images/main-body-footer.png) no-repeat top left;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
	color: #ffffff;
}

#footer A { color: #FFFF99; }

P {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.subHeading {
	font-size: 18px;
	color: #8f5b00;
	font-weight: bold;
}