@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
body {
	background-color: #333333;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
h1 {
	font-size: 12pt;
	padding:0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ad1617;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	height: 144px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ad1617;
	border-bottom-color: #ad1617;
}
#nav {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ad1617;
	width: 188px;
	padding-top: 10px;
}
#navbottom {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ad1617;
	border-bottom-color: #ad1617;
	padding-bottom: 10px;
	vertical-align:bottom;
	text-align:right;
	padding-right: 10px;
	font-size: 8.5pt;
	line-height: 12pt;
}
#navbottom a {
	color: #fff;
}
#navbottom a:hover {
	color: #FFFF99;
}
#main {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ad1617;
}
#vidbar {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	width: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ad1617;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ad1617;
}
#vidbar a {
	color: #84abbb;
	font-weight: bold;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ad1617;
	border-left-color: #ad1617;
}
td#nav ul {
	margin: 0px;
	padding: 1px;
	text-align: left;
	list-style-type: none;
}
td#nav ul li {
	margin: 0px;
	padding: 0px;
}
td#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	padding-right: 30px;
	text-align:right;
	display: block;
	width: 129pt;
	color:  #ad1617;
	line-height: 18pt;
}
td#nav ul li a.sublink {
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	padding-right: 30px;
	margin: 0px;
	text-align:right;
	display: block;
	width: 129pt;
	color:  #fff;
	line-height: 18pt;
	border-bottom: 1px dotted #ad1617;
}
td#nav ul li a.sublink:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #CC3300;
	color: #fff;
}
td#nav ul li a.current {
	background-color: #fff;
}

td#nav ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #ad1617;
	color: #fff;
}
#footer {
	line-height: 200%;
	color: #ccc;
	text-align: center;
	font-size: 8pt;
}
#toplinks {
	line-height: 200%;
	color: #999;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 8pt;
}
#toplinks a {
	color: #ccc;
}
#toplinks a:hover {
	color: #FFFF99;
}