/* CSS Document */

#top {
	margin: 0px;
	padding: 0px;
	width: 744px;
}


.news {
	height: 270px;
	overflow: auto;
	margin: 0px;
	left: 0px;
	clear: both;
	border: thin double #CCCCCC;
}


.infotitle {
	font-size: 1.1em;
	text-transform: uppercase;
	background-color: #193147;
	display: block;
	border-top-width: thin;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

#center {
	width:100%;
	margin-bottom:30px;

}
	
#left {
	width: 245px;
	border-right: thin dotted #666666;
	float:left;
	padding-right: 15px;

}

#right {
	width: 245px;
	float:right;

}

.title1 {
	font: 2.5em Arial, Helvetica, sans-serif;
	color: #2A8ECBF;

}
.title {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #2A8ECBF;

}


