* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	color: #000000;
}
br {
	clear: left;
}
#container {
	width: 766px !important;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bodybg.gif') 0px 0px repeat-y;
	background-color: #000000 !important;
	border: 1px solid #ffffff;
}
#header {
	width: 766px;
	height: 111px;
	background: url('../images/header.gif') 0px 0px no-repeat;
}
ul#menu {
	width: 686px;
	height: 28px;
	background: url('../images/menu.gif') 0px 0px no-repeat;
	padding-left: 80px;
	list-style-type: none;
	list-style-image: none;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	display: inline;
	padding: 4px 20px 4px 20px !important;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	height: 27px;	
	line-height: 27px;
	text-decoration: none;
	border: 1px hidden #000000;
	text-transform: uppercase;
}
* html ul#menu li a {
	display: inline;
	padding: 5px 20px 3px 20px !important;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	height: 27px;	
	line-height: 27px; 
	text-decoration: none;
	border: 1px hidden #000000;
	text-transform: uppercase;
}
ul#menu li a:hover,
ul#menu li.over a {
	background-color: #ddb958 !important;
	text-decoration: none !important;
	color: #010074;
	border: 1px solid #333333;
	padding: 4px 19px 4px 19px !important;
}
* html ul#menu li a:hover,
* html ul#menu li.over a {
	background-color: #000000 !important;
	text-decoration: none !important;
	color: #ffffff;
	border: 1px solid #333333;
	padding: 5px 19px 3px 19px !important;
}
#subMenu {
	width: 766px;
	height: 23px;
	background: url('../images/menubg.gif') 0px 0px no-repeat;
}
#contentContainer {
	width: 766px;
	height: auto;
	background: url('../images/body_bg.gif') 0px 0px repeat-y;
}
#contentContainer h1 {
	width: 766px;
	height: 27px;
	background: url('../images/h1.gif') 0px 0px no-repeat;
	font-size: 13px;
	text-indent: 60px;
	padding-top: 5px;
	text-transform: uppercase;
}
#contentBox {
	margin: 5px 15px 5px 21px;
	width: 718px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #891e1e;
}
#contentBox img {
	float: left;
	margin: 10px 10px 5px 10px;
	border: 1px solid #000000;
}
.content {
	margin: 10px;
}
#footer {
	width: 766px;
	height: 16px;
	background: url('../images/footer.gif') 0px 0px no-repeat;
	padding-top: 18px;
	position: relative;
	clear: left;
	display: block;
}
#footer p {
	margin: 0px 60px 0px 0px;
	text-align: right;
	font-size: 10px;
}
#footer a {
	display: block;
	width: 79px;
	height: 0px;
	padding-top: 15px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	border: 1px solid #000000;
	}

#footer a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}	

#footer a.staticPlug {
	background: url('../images/staticplug.gif');
	left: 60px;
}

