.section_heading_top {
	position: relative;
	color: #000066;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	width: 100%;
	float: left;
}
.section_heading {
	position: relative;
	color: #000066;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	width: 100%;
	margin-top: 25px;
	float: left;
}

.section_info {
	position: relative;
	font-size: 16px;
	color: #000066;
	width: 90%;
	float: right;
	text-align: left;
	clear: both;
}
.account_control {
	position: relative;
	font-size: 16px;
	color: #990000;
	width: 99%;
	text-align: right;
	margin-top: 55px;
	clear: both;
}
/*
.area_links {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #990000;
}
*/
#section_intro_block {
	margin-left: 115px;
	width: 500px;
	margin-top: 35px;
	position: relative;
}

#sponsor_block {
	margin-left: 115px;
	margin-top: 35px;
	border: 1px solid #7F0000;
	width: 500px;
	text-align: center;
	position: relative;
}

#corner_ad {
	position: absolute;
	top: 15px;
	right: 15px;
	margin-left: 10px;
}

#corner_featured_vid {
	position: absolute;
	top: 25px;
	right: 25px;
	margin-left: 10px;
	border: 2px solid #7F0000;
	padding: 7px;
	background-color: #666666;
}

#featured_vid_header {
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #7F0000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;	
}


