@charset "UTF-8";
/* CSS Document */
html{
	background: #000000;
}

body {
	background: #000000;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColElsCtrHdr #container {
	width: 52.5em;
	height: 600px;
	margin: 0 auto; 
}

.oneColElsCtrHdr #header {
	width: 824px;
	padding: 0px;
	margin: 0px;
	border-top: 8px solid #990000;
	border-right: 8px solid #990000;
	border-bottom: 4px solid #990000;
	border-left: 8px solid #990000;
	background-color:#FFFFFF;
} 
.oneColElsCtrHdr #header .logo {
	float: left;
}

.oneColElsCtrHdr #header .mainNav {
	float: right;
}

.oneColElsCtrHdr #mainContent {
	padding: 0px;
	margin: 0px;
	border-top: 4px solid #990000;
	border-right: 8px solid #990000;
	border-bottom: 4px solid #990000;
	border-left: 8px solid #990000;
	z-index:1
}
.oneColElsCtrHdr #footer {
	padding: 0px;
	border-top: 5px solid #990000;
	color: #CCCCCC;
	font-size: 10px;
}

.oneColElsCtrHdr #footerTxt{
	text-align: right;
}

/* ######### Style for Drop Down Menu ######### */
.dropMenu{
	position:absolute;
	top: 0px;
	border: thick solid #990000;
	border-top-width: 5px;
	margin-top: 4px;
	margin-left: 70px;
	font:normal 12px Arial;
	line-height:12px;
	z-index:999;/*for drop down menu be on top of the rest of the DHTML elements, wmode= transparent should be added onto the swf object and push flash behind*/
	background-image: url(links/dropDownBG_tran.png);
	background-repeat: repeat;
	width: 150px;
	visibility: hidden;
}

.dropMenu a{
	width: auto;
	height: 20px;
	color: black;
	text-indent: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	display: block;
	/*margin-top: 5px;*/
}

* html .dropMenu a{ /*IE only hack*/
	width: 100%;
}

.dropMenu a:hover{ /*THEME CHANGE HERE*/
	background-image: url(links/dropDownBG_tran.png);
	color: #990000;
}

table {
	border-collapse: collapse; /**no gaps between cells**/
}