@charset "iso-8859-1";
/* CSS Document */
html{ height: 101%;}
body { background-color: #DDDDDD;
	height:101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
body,td,th {
	font-size: 0.9em;
}

.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#masthead { margin: 0 auto;	width:808px; height:156px; border-top: #FFF solid 2px; border-left: #FFF solid 2px; border-right:#FFF solid 2px;}
.colwrap {
	margin: 0 auto;
	width:812px;
	background: #FFF;
}
/* LEFT MENU */
#navbar {
	height: 131px;
	width: 100px;
	top: 218px;
	font-family:Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	overflow: hidden;
	position: absolute;
	margin-left: 45px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
	/*float: left;*/
}
#navbar a {
	color: #333;
	padding: 3px 0px 3px 6px;
	text-decoration: none;
	/*border-right: 1px solid #313131;
	font-variant: small-caps;
	letter-spacing: 0.15em;*/
	display: block;
	/*background-repeat: repeat-x;*/
}
#navbar a:hover {
	color: #FFF!important;
	font-weight: bold;
	border-color: #000;
	background: #FD000B url(img/navbackgd.png) repeat-x 0px 0px;
}
 
#navbar a.selected {background: #FD000B url(img/navbackgd.png) repeat-x 0px 0px; color:#FFF; }

#headline {
	width:749px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
	font-weight:bold;
	padding: 5px 25px;
}

.content {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	float:left;
	overflow:hidden;
	font-size:9pt;
	line-height:13pt;
}
.content h3 {
	margin-top:10px;
	margin-bottom:4px;
	font-size:16px;
	letter-spacing: 1px;
}
.content p {
	margin-top:8px;
	margin-bottom:2px;
}
.content ul {
	margin: 4px 0 0 0;
	padding: 0px;
}
.content li {
	margin-left:20px;
	list-style: url(img/bull1.png) outside;
}
#rpanel {
	float:left;
	width:170px;
	overflow:hidden;
	padding:70px 20px 0 40px;
	font-size:11px;
	line-height:12pt;

}
#videopanel {
	float:left;
	overflow:hidden;
	font-size:9pt;
	line-height:13pt;
}

