* {
	margin: 0px;
	padding: 0px;
}

html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #828282;
}

body {	
	height:100%;
	background-color: #828282;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg.jpg) repeat-x;
}

body a{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

#page {
	margin: auto;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
	width: 880px;
	background: url(../images/shadow.png) repeat-y;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}

#header {
	height: 96px;
	width: 880px;
	text-align: center;
}

#header #logo {
	margin: 0px;
}

#content {
	padding: 20px 80px 0px 80px;
}

.componentheading, .contentheading {
	font-weight: bold;
	padding-bottom: 10px;
}

#top_menu{
	height: 27px;
	padding-left: 335px;
	letter-spacing: 1.1px;
	background: url(../images/menu.jpg);
}

.moduletable_topmenu{
	padding:0;
	color: #333;
	height: 27px;
	margin: 0px;
	width: 500px;
	font-size: 90%;
}

.moduletable_topmenu h3 {
	background:#ffffff;
	color:#000000;
	padding:0.25em 0;
	text-align:center;
	font-size:11px;
	margin:0;
}

.moduletable_topmenu ul{
	list-style: none;
	margin: 0;
  	padding: 0;
}

.moduletable_topmenu li{
	margin: 0px 15px 0px 0px;
	float: left;
}

.moduletable_topmenu li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	border: 1px solid #474748;
	border-bottom: none;
	top: 122px;
}

.moduletable_topmenu li:hover ul {
	left: auto;
}
	 
.moduletable_topmenu li ul li {
	width: 135px;
	padding: 0;
	border-bottom: 1px solid #474748;
}

.moduletable_topmenu li a{
	display: block;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
html>body .moduletable_topmenu li a {
	width: auto;
}

.moduletable_topmenu li ul li a {
	width: 125px;
	background-color: #333333;
	color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.moduletable_topmenu li a:hover,a#active_menu:link,a#active_menu:visited{
	color: #ff9900;
	text-decoration: none;

}

.moduletable_topmenu li ul li a:hover {
	background-color: #000000;
	color: #ff9900;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.moduletable_topmenu li:hover ul, .moduletable_topmenu li.sfhover ul {
	left: auto;
}

.moduletable_topmenu ul li.active a {
	color: #ff9900;
	text-decoration: none;
}
	 
.moduletable_topmenu li.parent.active a {
	color: #ff9900;
	text-decoration: none;
}

.moduletable_topmenu li.parent.active a:hover {
	color: #ff9900;
}

.moduletable_topmenu li.parent.active ul li a {
	color: #ff9900;
	text-decoration: none;
}

.moduletable_topmenu li.parent.active ul li a:hover {
	color: #ff9900;
	text-decoration: none;
}

.contentheading, .componentheading{
	color: #ff9900;
	font-size: 13px;
}