@charset "utf-8";
body {
	font: 12px Arial, Verdana,  Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #OuterContainer {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #660000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:10px 0px;
	border: 1px solid #B39407;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	padding: 0 10px 0 20px;
	text-align:center;
}
.oneColFixCtrHdr #TopNavigationBar {
	background: #660000; 
	padding:0;
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size:10px;
	text-align:center;
}
.oneColFixCtrHdr #footer a:link {
	color:#660000;
	font-size:10px;
	text-decoration:none;
} 
.oneColFixCtrHdr #footer a:hover {
	color:#000000;
	font-size:10px;
	text-decoration:none;
} 



/* BUTTONS */

.NavHoriz {
	width:100%;
	border-collapse:collapse;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	width:20%;
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:20px;
}
.NavHoriz td a {
	display:block;
	background-color:#660000;
	color:#FFF;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	line-height:18px;

}
.NavHoriz td a:hover {
	background-color:#FFF;
	color:#660000;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	height:18px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
}



.NavHorizb {
	width:200px;
	border-collapse:collapse;
}
.NavHorizb th {
	display:none;
}
.NavHorizb td {
	padding:5px 0px;
	white-space:nowrap;
	text-align:center;
	height:38px;
}
.NavHorizb td a {
	display:block;
	background-image:url(../images/BackgroundButton.gif);
	background-repeat:no-repeat;
	color:#FFF;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:38px;
	line-height:38px;

}
.NavHorizb td a:hover {
	display:block;
	background-image:url(../images/BackgroundButtonHover.gif);
	background-repeat:no-repeat;
	color:#660000;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:38px;
	line-height:38px;
}
.NavHorizb th {
	display:none;
}
.NavHorizb .this a, .try2 .this a:hover {
	background:white;
}