@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:#999;
}

.whiteTxtMdm {
	color:#FFF;
	font-size: 22px;
}
.whiteTxtLrg{
	color:#FFF;
	font-size: 35px;
}
.whiteTxtsml{
	color:#FFF;
	font-size: 12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#mainDiv {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	width:1024px;
	height:900px;
	z-index:1;
	color: #000;
	background-color: #CCC;
	background-image: url(images/pagebg.png);
}
#headerDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	z-index:2;
	background-image: url(images/carbonBg.jpg);
	text-align: center;
}
#emailDiv {
	position:absolute;
	left:326px;
	top:112px;
	width:415px;
	height:23px;
	z-index:3;
}
#mainInfoDiv {
	position:absolute;
	left:35px;
	top:315px;
	width:952px;
	height:480px;
	z-index:4;
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
#infoContainer{
	position: absolute;
	top: 31px;
	bottom: 10px;
	left: 11px;
	right: 5px;
	height: 423px;
	width: 98%;
	overflow: auto;
}
#navDiv {
	position:absolute;
	left:-36px;
	top:-123px;
	width:600px;
	height:63px;
	z-index:5;
}
#newsDiv{
	position:absolute;
	top: 71px;
	left: 25px;
	width: 245px; /*marquee width */
	height:515px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	z-index:6;
	background-image: url(images/carbonBg.jpg);
}
#newsWindowDiv {
	position:absolute;
	left:10px;
	top:178px;
	width:300px;
	height:625px;
	z-index:7;
}
#romanDiv {
	position:absolute;
	left:1px;
	top:843px;
	width:1024px;
	height:47px;
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	z-index:8;
	text-align: center;
}
#vmarquee {
	position: absolute;
	width: 98%;
	top: 2px;
	left: 4px;
	color: #FFF;
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
