HTML, BODY {
	PADDING: 0; 
	background-color:#41386F;
	MARGIN: 0px; 
	OVERFLOW: hidden; 

	HEIGHT: 100%; 
	max-height: 100%;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
}
#divCenterLeft {
	float: left;
	width: 245px;
}
.tableCenterSpacerLeft {
	width: 245px;
}
.tableCenterSpacerRight {
	width: 180px;
}
.tableCenterInsideSpacerTop {
	height: 60px;
}
.tableCenter {
	font-size: 12px;	
}
.divFooterSpacer {
	height: 4px;
}
#divCenter {
	Z-INDEX: 2; 
	LEFT: 0; 
	OVERFLOW: auto; 
	WIDTH: 99.9%; 
	POSITION: absolute; 
	/* JMM */
	PADDING-TOP: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	MARGIN-RIGHT: 180px;
	
	scrollbar-track-color: #31285F; /*#41386F; /* #584180; */
	scrollbar-base-color: #584180; /* #41386F; */
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #666; /* #41386F; */	
	scrollbar-highlight-color: #333;
	scrollbar-face-color: #685190;

/*
	scrollbar-3dlight-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
*/
}
 HTML #divCenter {
	BORDER-TOP: #fff 75px solid; 
	BOTTOM: 0px; 
	BORDER-BOTTOM: #fff 20px solid; 
	TOP: 0px; 
}

#divHeader {
	position: absolute;
	display:block;
	z-index:5;
	
	top: 0px;
	left: 0px;
	width: 100%;
	margin:0px;
	height:75px;	
	padding:0px;
	text-align: center;
	background-color: #000000;
}

#divFooter {
	position: absolute;
	z-index:2;
	margin: 0px;
	height:20px;
	left:0%;
	width:100%;
	bottom:0px;
	font-size:9px;
	text-align:center;
	background-color:#41386F;
	padding: 0px 0px 0px;
}

#divLeft {
	position: absolute;
	z-index:3;
	display: inline;
	top:75px;
	left:0%;
	margin-left: 10px;
	width:200;
	max-width: 200;
}

#divRight {
	position:relative;
	display: inline;
	z-index:3;
	top:75px;
	margin-top: 15px;
	margin-right: 25px;
	text-align: left;
	float: right;
	width:150px;
	max-width: 150px;
	background-color:#4F3F7F;
	padding:5px;
	border: 1px dotted #CCC;
}

#divBgText {
	position:absolute;
	z-index:1;	

	top:70px;
	left: 250px;
	width:100%; max-width:100%;
	font-size: 48px;
	color: #584180;
	font-weight: 900;
	border: none;
	padding-left: 0px;
}


a:link, a:visited, a:active {
	font-weight: 900;
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: underline;
}


h1 {
	margin:0px 0px 15px;
	padding:10px;
	font-size:36px;
	line-height:28px;
	font-weight:900;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color: #FFFFFF;

}

li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}
.nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #8D9CC2;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
.nav img {
	text-decoration: none;
	border: none;
}
.nav li {
	list-style-type: none;
	list-style-image: none;
	color: #8D9CC2;
	display: inline;	
}
.divCenter ul {
	margin: 0px;
	padding: 5px 0px 10px;
}
.divCenter li {
	list-style-type: square;
	padding-top: 2px;
	display: block;
	text-indent: 12pt;
}
h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.instrCategory {
	font-weight: 900;
	margin: 0px;
	padding: 0px;
	color: #99CCFF;
	list-style-type: square;
}

/* transp. */
/*This is the white transparent area the text will be within */
#transbox {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}

/* wildcard for every child of #transbox */
#transbox * {
	position: relative;
	}

/* Styles the text of the div */ 
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	}
