﻿body {
}
#middlecontentdiv {
	width: 800px;
	background-color: black;
	overflow: auto;
	float:left;
}
#lowercontentdiv 
{
	/*float:left;*/
	background:black;
	width:100%;
	clear:both;
}


#ctvsidebar {
	vertical-align: top;
	width: 290px;
	float: right;
	padding: 10px;
	margin: 60px 20px 0px 0px;
	line-height: 1.3em;
	background: #242424;
}
#ctvsidebar a:link {
	color: #AACAE6;
	font-weight: bold;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform:capitalize;

}
#ctvsidebar a:hover {
	color: #8fafd9;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform:capitalize;
}
#ctvTextTitle {
	color: #8fafd9;
	float: left;
	width: 400px;
	font-size: large;
	text-align: left;
	padding: 20px 0px 20px 50px;
	float: left;
}
#ctvText {
	width: 400px;
	line-height: 1.5em;
	padding: 0px 0px 50px 50px;
	color: gray;
	float: left;
}
#ctvMag {
	padding: 0px 0px 0px 0px;
}
#ctvMagTall {
	padding: 20px 0px 0px 0px;
}


.feedback
{
	margin-left:75px;
	padding:0px 0px 30px 0px;
	clear:both;
}
.feedback a:hover
{
	color:white;
}
.feedback a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

