
#mainContent {
	position: relative;
	z-index: 25;
	margin-left: 0px;
	margin-top: 52px;
	margin-bottom: 0px;
	width: 500px;
	height: auto;
	float:left;
	line-height: 17px;
	overflow: hidden;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #cecece;
	border-top: 0px solid #cecece;
	border:0px solid red;
}
#mainContent a {
	color: #e43133;
}
#mainContent a.black {
	color: #333333;
	text-decoration: underline;
}
#mainContent p {
	margin:0px;
}
#leftContent {
	position: relative;
	z-index: 25;
	margin-left: 0px;
	margin-top: 0px;
	width: 250px;
	height: 200px;
	float:left;

}
#leftContent p {
	margin: 0px;
}
#mainContent p {
	padding-left: 0px;
}
td.white {
	background-color: #fefefe;
	padding-left: 5px;
	border: 1px solid #eee;
}
td.red {
	background-color: #fefefe;
	padding-left: 0px;
	border: 1px solid #eee;
}



