/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-image:url(img/bannerFinal.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
a { 
	color:#990000;
}
a:visited {
	color:#990033;
}
h1 {
	color:#444;
	background-color:#C3C3C3;
	background-image:url(img/hbg5.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:10px;
	font-weight:normal;
}
h3 {
	border-bottom:1px solid #aaaaaa;
	background-color:#C3C3C3;
	background-image:url(img/hbg5.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:4px 4px 2px 8px;
	margin:6px 0 8px 0;
}
h4 {
	border-bottom:1px solid #aaaaaa;
}

#header {
	background-color:transparent;
	height:115px;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
#navBox {
	background-color:transparent;
	color:#fff;
	margin:4px;
	width:768px;
}
#navBox tr th {
	vertical-align:middle;
	width:190px;
	height:32px;
	margin:-4px;
}
#navBox th a {
	display:block;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	z-index:1000;
	margin:3px;
	padding:4px 0 4px 0;
	background-color:#666666;
	background-image:url(img/hbg4.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#fff;
	border:1px solid black;
	font-weight:normal;
	text-decoration:none;
	opacity: .9;
	filter: alpha(opacity=90);

}
#navBox th a:hover {
	background-color:#770022;
	background-image:url(img/nbg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	opacity: 1;
	filter: alpha(opacity=100);
}
#navBox th a.active {
	background-color:#770022;
	background-image:url(img/nbg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	opacity: 1;
	filter: alpha(opacity=100);
}
#navBox th a.twoLine {
	line-height:16px;
}
#navBox th.active a {
	background-color:#770022;
	background-image:url(img/nbg2.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#mainWrapper {
}
#main {
	background-color:#fff;
	vertical-align:top;
}
.mainText {
	padding:12px;
}
.rightTitle {
	text-align:right;
}
.textHeading {
	color:#770022;
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bolder;
	border-bottom:1px solid #770022;
	padding:2px;
}
.rightBox {
	width:250px;
	float:right;
	padding:10px;
	margin-top:15px;
	background-color:#fff;
	opacity: .6;
	filter: alpha(opacity=60);
}
.leftBoxWide {
	width:470px;
	float:left;
	padding:10px;
	margin-top:15px;
	background-color:#fff;
	opacity: .6;
	filter: alpha(opacity=60);
}
.floatRight {
	float:right;
	padding:8px;
	margin-left:10px;
	background-color:#eeeeee;
}
.floatLeft {
	float:left;
	padding:8px;
	margin-right:10px;
	background-color:#eeeeee;
}
.saletable {
	border-top:1px dotted #770022;
}
.saletable td {
	border-bottom:1px dotted #770022;
}
.borderRight {
	border-right:1px solid #aaa;
}
#main table tr td ul {
	text-indent:0;
	margin-left:7px;
	padding-left:7px;
}
#sidebar {
	color:#fff;
	background-color:#770022;
	width:180px;
	vertical-align:top;
	font-weight:bolder;
	padding-top:4px;
}
#sidebar .title {
	padding:4px 0 0 3px;
}
#sidebar a {
	display:block;
	color:#fff;
	padding:3px 3px 3px 6px ;
	font-size:.9em;
	font-weight:normal;
}
#sidebar a:hover {
	background-color:#000000;
}
#sidebar a.active {
	background-color:#fff;
	text-decoration:none;
	color:#333;
}
#sidebar a:hover.active {
	background-color:#fff;
}
#footer {
	color:#444;
	background-color:#C3C3C3;
	background-image:url(img/hbg5.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:6px;
	font-size:.8em;
	text-align:center;
}
