/* CSS Document */

body {
	background-color: #990000;
	margin: 0px;
	padding: 0px;
}
#Container {
	width: 990px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation {
	background-color: #333333;
	height: 35px;
	/*	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
*/	padding-left: 7px;
}
#content {
	background-repeat: repeat-y;
}
#sidebar {
	float: left;
	width: 170px;
	height: 800px;
	background-color: #E4E6E7;
	background-image: url(http://www.fmgnetwork.com/convy/images/dots.jpg);
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	float: right;
	width: 745px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-size: .9em;
	line-height: 1.5em;
}
#video_content {
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
#footer {
	clear: both;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 12px;
	height: 25px;
	padding-top: 10px;
}
a.Nav:link, a.Nav:visited {
	display:block;
	width:92px; /* changed from 105p to accommodate 'Press' section */
	height:25px;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#CCCCCC;
	line-height:30px;
	overflow:hidden;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.Nav:hover {
	color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #990000;
}
#sidebar p {
	font-size: 12px;
}
#sidebar a {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#main_content a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#main_content h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
}
#main_content a:hover {
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.float_left {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.float_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}



