@charset "utf-8";

#MainContent {
	background-image: none;
	background-color: #FFF;
}

a.textlink {
	text-decoration: underline;
	color: #080;	
}

a.textlink:hover {
	color: #000;	
}

#ContentArea {
	background-image: none;
	padding-left: 50px;
	padding-right: 100px;
	min-height: 500px; 
	/*The next two lines are needed for IE not respecting min height */
	height: auto !important; /* for ie 6*/
	height: 500px;
}

#RightBar, #BottomBar, .centerImage, #links {
	visibility: hidden;
}

#Content  {
	position: absolute;
	left: 40px;
	top: 40px;
}

#Content table {
	border: 1px solid #000;
	font-size: small;
	margin-top: 10px;
}

#Content td,#Content th  {
	padding: 2px 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	border-bottom: 1px solid #888;
}

#Content th  {
	background-color: #d1d1d1;
	margin-bottom: 2px;
	padding-bottom: 2px;
}