@charset "utf-8";
/* CSS Document */

body {
	background-color: #300000;
	margin: 0px;
	background-image: url(/images/frillBG.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body,td,th {
	color: #FEFEFE;
	font: 16px "Times New Roman", Times, serif;
}
a:link, a:active, a:visited {
	color: #FF9933;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#container {
	width: 945px;
	margin: 5px 0px 5px 5px;
	background-color: transparent;
}
#header {
	height: 152px;
	width: 945px;
	background-color: #090000;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	background-image: url(/images/headerBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
#headerCL {
	height: 5px;
	width: 5px;
	background-image: url(/images/headerCL.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerCR {
	background-image: url(/images/headerCR.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#innerBox {
	_height:100%;
	_filter: Alpha(Opacity=90);
	background-image: url(/images/contentBG.png);
	_background-image: url(/images/contentBG_IE.png) !important;
	background-repeat: repeat-y;
}
#nav {
	padding: 10px;
	margin: 0px;
	width: 175px;
	height: 100%;
	float: left;
	background-color: transparent;
}
#nav li {
	font-size: 16px;
	font-weight: bold;
	color: #330000;
	list-style: none;
	display: block;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px -30px;
	width: 150px;
	white-space: nowrap;
}

#nav a:link, #nav a:visited {
	color: #330000;
	text-decoration: none;
}
#nav a:hover {
	background-color: #fefefe;
}
#nav img {
	border: medium solid #330000;
}
#nav img.nobrd {
	border:none !important;
}
#content {
	padding: 10px 10px 10px 20px;
	width: 690px;
_width: 670px;
	background-color: transparent;
	margin: 0px 0px 0px 225px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FEFEFE;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: #ff9933;
}

#content img {
	margin: 5px;
}
#content img.brd {
	border: medium solid #FEFEFE;
}
#footer {
	height: 49px;
	clear: both;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	background-image: url(/images/footerBG.png);
	background-repeat: no-repeat;
	padding: 25px 0px 0px;
	vertical-align: top;
	margin: 0px;
}
#footer p {
	font: 10px "Times New Roman", Times, serif;
	color: #330000;
	text-align: center;
	float: right;
	width: 720px;
	margin: 0px;
	padding: 0px 10px;
}
	/* *** Float containers fix:
	http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}