body {
	background: #000;
	margin: 0;
	padding: 0;
}

table, td, p {
	color: #000;
	font: normal 12px/14px Arial, Helvetica, Verdana, sans-serif;
	
}

a {
	color: #006;
}

a:hover {
	text-decoration: none;
}

ul {
	color: #000;
	font: normal 12px/16px Arial, Helvetica, Verdana, sans-serif;
	list-style: square inside;
}

h1, h2, h3, h4 {
	color: #336;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size: 20px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	line-height: 28px;
}

h3 {
	font-size: 16px;
	line-height: 26px;
}

h4 {
	font-size: 14px;
	line-height: 24px;
}

/* Main Content Area
----------------------------------- */

#maincontenttable {
	padding-bottom: 8px;
	background: #fff;
}

#maincontentcell {
	padding: 20px;
	border: 2px solid #fff;
	border-top: none;
	background: #fff;
	margin-bottom: 8px;
}

/* Footer Area
----------------------------------- */

.footertable {
	border-left: 1px solid #AC988B;
	border-right: 1px solid #AC988B;
	background: transparent url(/images/assnimg563/img_leftnav_back.gif) repeat-y left top;
}

.footertable td {
	padding: 12px;
}
	
.footertable a {
	color: #fff;	
}