.TopBlock {
	background-color: #E7E9F6;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.MidBlock {

	background-color: #E7E9F6;
	text-align: center;
	width: 100%;
}
.TableBlock {
	background-color: #FFFFFF;
	width: 90%;
	text-align: center;
	font-family: "Trebuchet MS";
	padding-right: 5%;
	padding-left: 5%;
	background-position: top;
	color: #5C8FBC;
}
.Corners {
	background-color: #FFFFFF;
	height: 30px;
	width: 100%;
	clear: both;
}
.TopAd {
	background-color: #E7E9F6;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.LeftAd {
	text-align: center;
	width: 135px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #5C8FBC;
	border-right-color: #5C8FBC;
	border-bottom-color: #5C8FBC;
	border-left-color: #5C8FBC;
	padding-top: 10px;
}
.InsideTable {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #335188;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.TableHeader {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #BF000A;
	background-position: center center;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.BottomBanner {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.DymanicTable {
	text-align: center;
	height: 200px;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}.HotTopics {
	margin: 0px 10px 10px;
	padding: 10px;
	border: 2px solid #D4E0FF;
	float: left;
}
