/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
	margin:0px;
}

.indexBanner{
	width:900px;
	height:200px;
}


.contentWrapper{
	width:900px;
	position:relative;
	top:68px;
}

.textArea{
	width:880px;
	text-align:left;
}

.floatBlocker{
	clear:both;
}

.newsContainer{
	width: 800px;
	display: block;
	padding-top: 18px;
	padding-left:40px;
}

.newsImage{
	width: 250px;
	float: left;
}

.newsTextContainer{
	width: 550px;
	color: #242424;
	float: left;
	overflow: visible;
	padding-bottom: 12px;
}

.newsLine{
	height: 12px;
	width: 550px;
	background-color: #666666;
	overflow: hidden;
	float: left;
}

.newsTitle{
	color: #242424;
	text-align: justify;
	font-weight: bold;
	margin-top: 11px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.newsText{
	color: #242424;
	text-align: justify;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}

.MainTitles{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.issuesContainer{
	width: 880px;
	display: block;
	padding-top: 18px;
}

.issuesImage{
	width: 210px;
	float: left;
}

.issuesTextContainer{
	width: 670px;
	color: #242424;
	float: left;
	overflow: visible;
	padding-bottom: 12px;
}

.issuesLine{
	height: 12px;
	width: 670px;
	background-color: #666666;
	overflow: hidden;
	float: left;
}