/* CSS Document */

body {
	text-align: center;
	text-align:expression( document.body.clientWidth < 1000 ? "left" : "center" );
	color: #444444;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #90BAB0;
}

#void .preload {
	display:none;
}

#content {
	position: absolute;
	top: 2px;
	margin-left:-400px;
	
	text-align:center;
	margin-left:expression( document.body.clientWidth < 1000 ? "-10px" : "-420px" );
	
	margin-top:0px;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	
	width:725px;
	height: auto;
	
	background-color:#FFFFFF;
}
/* ... and for other (non-IE) browsers */
html > body #content {
	position: static;
	margin-left:auto;
	margin-right:auto;
}

#maintext {
	text-align:justify;
	
	margin-left: 0px;
}
html > body #maintext {
	padding-top: 10px;
	/* overflow: auto; */
	min-height: 100%;
}

a:hover {
	color:#90BAB0;

/* IMAGE HOVER CODE */

.rollover 	{ background-color: #000000 }

.rolloveron 	{ background-color: #CC6600; Filter: Alpha(Opacity=100, FinishOpacity=20, Style=2, StartX=20, StartY=40, FinishX=20, FinishY=20) }


