* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	color: #FFFFFF;
}
br {
	clear: left;
}
#container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/body_bg.gif') 0px 0px repeat-y;
	background-color: #000000 !important;
	border: 1px solid #333333;
}
#header {
	width: 766px;
	height: 118px;
	background: url('../images/header.gif') 0px 0px no-repeat;
}
ul#menu {
	width: 711px;
	height: 31px;
	background: url('../images/menu.gif') 0px 0px no-repeat;
	margin-top: 1px;
	padding-left: 55px;
	list-style-type: none;
	list-style-image: none;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	display: inline;
	padding: 7px 25px 11px 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	border: 1px hidden #000000;
	text-transform: uppercase;
}
ul#menu li a:hover,
ul#menu li.over a {
	background-color: #000000 !important;
	text-decoration: none !important;
	color: #529cef;
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #000000;
	padding: 6px 24px 10px 24px !important;
}
* html ul#menu li a {
	display: inline;
	padding: 9px 25px 20px 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	border: 1px hidden #000000;
	text-transform: uppercase;
}
* html ul#menu li a:hover,
* html ul#menu li.over a {
	background-color: #000000 !important;
	text-decoration: none !important;
	color: #529cef;
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #000000;
	padding: 8px 24px 19px 24px !important;
}
#subMenu {
	width: 766px;
	height: 26px;
	background: url('../images/menu_bg.gif') 0px 0px no-repeat;
}
#contentContainer {
	width: 766px;
	height: auto;
	background: url('../images/body_bg.gif') 0px 0px repeat-y;
}
#contentContainer h1 {
	margin-left: 17px;
	width: 743px;
	height: 36px;
	background: url('../images/h1.gif') 0px 0px no-repeat;
	font-size: 14px;
	text-indent: 45px;
	padding-top: 8px;
	text-transform: uppercase;
}
.contentBox {
	margin-left: 23px;
	width: 690px;
	height: auto;
	background-color: #000000;
	padding: 15px;
	border: 1px solid #363636;
}
.contentBox ul {
	margin-left: 10px;
}
a:link,
a:visited,
a,
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #33CCFF;
}
#footer {
	width: 766px;
	height: 22px;
	background: url('../images/footer.gif') 0px 0px no-repeat;
	padding: 60px 0px 0px 0px;
	position: relative;
	clear: left;
	display: block;
}
#footer p {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
}
#footer a {
	display: block;
	width: 79px;
	height: 0px;
	padding-top: 15px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	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: 10px;
}
