/* CSS Document */


body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 778px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
	background-color: #E8E8E8;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}



#container {
	margin: 10px auto;
	padding: 0;
	width: 750px;
	background-color:#FFFFFF;
	border: #333333 thin solid;
	border-collapse: collapse;
	position: relative;
}
#mainContent {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 16px;
	color: #333333;
}
#flash {
	height: 237px;
	width: 735px;
	margin-left: 8px;
	padding-top: 2px;
	background-image: url(images/flashspot.gif);
	background-color: #e0e0e0;
	background-repeat:no-repeat;
}
#news {
	padding-top: 47px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 130px;
	float: right;
}
#footer {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 10px;
}
		#footer a:link, #footer a:visited {
			color: #333333;
			text-align: left;
			text-decoration: none;
		}
		#footer a:active, #footer a:hover {
			color: #99CCFF;
			text-decoration: underlined;
		}
		
.title {
	margin-bottom: 15px;
}
