/* CSS Document */
.bodyText {
	text-align:left;
	font: 12px Arial;
	color:#000000;
}
.bodyTextsm {
	text-align:left;
	font: 10px Arial;
	color:#000000;
}
.headlineTxt { 
	font: 16px Arial;
	color:#1c68ab;
	font-weight:bold;
}
.subheadTxt { 
	font: 14px Arial;
	color:#5391c3;
	font-weight:bold;
	font-style:italic;
}

/* Links */

	.bodylink:link { 
		font: 12px Arial; color:#183e5f; text-decoration:none; 
	} 
	.bodylink:visited { 
		font: 12px Arial; color:#183e5f; text-decoration:none;
	}
	.bodylink:hover { 
		font: 12px Arial; color:#4b79a0; text-decoration:underline; 
	}
	.bodylink:active { 
		font: 12px Arial; color:#183e5f; text-decoration:none;
	}

.innerbody {
	background-color: #000000;
	background-repeat:no-repeat;
}
.bodydiv {
	width:980px; 
	height:1000px;
}
.promodiv {
	position:absolute;
	left:15px;
	top: 145px;
	background-color: #000000;
	width:630px;
	height:260px;
}

.latestdiv {
	position:absolute;
	left:29px;
	top: 443px;
	width:338px;
	height:170px;
	overflow:none;
}

.expdiv {
	position:absolute;
	left:27px;
	top: 761px;
	width:338px;
	height:137px;
	overflow:none;
}

.bigbox {
	position:absolute;
	left:663px;
	top: 145px;
	background-color: #19520a;
	width:300px;
	height:250px;
}



