body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #edac49;
	color: #4c4c4c; 
	font-size:14px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/textOnly-bg.gif);
	background-position:center;
}


#centerColumn { 	
	margin: 0 auto;
	width: 800px;
	height: 100%;
	text-align: left;
	vertical-align: middle;	
	background-color: #ffffff;
}

#contentBody {
	margin: 0px 70px;
	padding: 0px;
}

#header {
	padding: 0;
	background-color: #ffffff;
}

#columnHeader {
	font-size: 18px;
	font-weight: bold;
	color: #edac49;
	border-bottom: 1px solid #edac49;
	margin-bottom: 20px;
}

#contentHeader {
	font-size: 18px;
	text-decoration:underline;
	font-weight: bold;
	color: #edac49;
	margin-bottom: 20px;
}

#contentDetails {
	line-height:18px;
	margin-bottom: 10px;
}

#leftColumn
{
	width: 290px;
	height:auto;
	margin-bottom: 20px;
	float: left;
}

#rightColumn
{
	width: 290px;
	height:auto;
	margin-bottom: 20px;
	float: right;
}

#listTitle{
	font-size: 16px;
	font-weight: bold;
	color: #edac49;
	margin-bottom: 5px;
}

ul {
	list-style-type: none;

	margin: 0px 0px 0px 20px;
	padding: 0 0 15px 0;
}
ul li {
	margin: 2px 0 2px 0;
}

ul a {
	text-decoration: none;
	color: #4c4c4c;
}

ul a:active {
	text-decoration: underline;
}

ul a:hover {
	text-decoration: underline;
}

ul a:visited {
	color: #4c4c4c;
}

#nav {
	color: #edac49;
	font-weight:bold;
	font-size: 16px;
	padding-bottom: 50px;
}

#footer {
	position: relative;
	bottom: 0;
	margin: 5em 0 0 0;
	padding: 0;
	height: 4em;
	line-height:4em;
	text-align: center;
	font-size: .7em;
}

a {
	text-decoration: none;
	color: #e39730;
}



a:visited {
	color: #e39730;  
}

.mainContent
{
	margin: 0px;
	padding: 0px;
}
