/* CSS Document */
<style type="text/css">
<!--
#body {
}
#fat_vertical_band_left {
	position:fixed;
	width:150px;
	height:100%;
	z-index:500;
	left: 0px;
	top: 0px;
	background-color: #333333;
	border-right: solid 1px #000000;
}
#fat_vertical_band_right {
	position:fixed;
	width:100%;
	height:100%;
	z-index:500;
	top: 0px;
	background-color: #333333;
	left: 850px;
	border-left: solid 1px #000000;
}
#logo_container {
	left:0px;
	top: 0px;
	position:fixed;
	width:150px;
	height:190px;
	z-index:503;
	background-color:#333333;
}
#logo {
	position:absolute;
	left: 17.5px;
	top: 20px;
}
#menu_container_primary {
	position:fixed;
	width:700px;
	height:30px;
	z-index:350;
	left: 150px;
	top: 0px;
	background-color: #000000;
}
#menu_table_primary {
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	left: 150px;
	width: 700px;
	position: fixed;
	top: 0px;
	z-index: 499;
	height: 30px;
	background-color: #000000;
	border-bottom: solid 1px #f7964f;
}	
#menu_text {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	font-weight: bolder;
	margin-left: 15px;
}
#menu_text a:link {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	font-weight: bolder;
}
#menu_text a:visited {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	font-weight: bolder;
	text-decoration:none;
}
#menu_text a:hover {
	color: #F7964F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	font-weight: bolder;
	text-decoration:none;
}
#menu_text_current {
	color: #F7964F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: normal;
	text-wrap: none;
	white-space: nowrap;
	font-weight: bolder;
	margin-left: 15px;
}
#footer_container {
	position:fixed;
	width:700px;
	height:30px;
	z-index:2000;
	left: 150px;
	bottom: 0px;
	background-color: #000000;
	border-top: solid 1px #f7964f;
}
#footer_text {
	font-size: 8px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-left: 15px;
	font-weight: lighter;
}
#footer_text a:link{
	color: #CCCCCC;
	text-decoration:none;
}
#footer_text a:visited{
	color: #CCCCCC;
	text-decoration:none;
}
#footer_text a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
#footer_text a:active{
	color: #CCCCCC;
	text-decoration:none;
}
-->
</style>
