body {
	background-color: #EAEAEA;
	margin-top: 0px;
}
#fullwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
#fullwrapper #header {
	background-color: #CCCCCC;
	height: 65px;
	width: 1000px;
}
/*for the content*/
#content {
	background-color: #FFFFFF;
	clear:both;
	overflow: hidden;
	width: 1000px;
}

#fullwrapper #content #left {
	float: left;
	width: 320px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 15px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#fullwrapper #content #left #news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	padding: 15px;
	text-align: justify;
	font-weight: normal;
	width:288px;
	height:240px;
	overflow:auto;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	margin-bottom: 3px;
	height: 3px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #669900;
}
#news a:link {
	color: #0370AC;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-color: #0D9BFF;
	border-bottom-width: 1px;*/
}
#news a:visited {
	color: #F53D3D;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F53D3D;*/
}
#news a:hover {
	color: #75100C;
	background-color:#CCCCCC;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75100C;*/
}
#news a:active {
	color: #036AA5;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
}

#fullwrapper #content #right {
	float: left;
	width: 625px;
	background-color: #FFFFFF;
	font-weight: normal;
}
#right a {
	color:#FFF;
	border:none;
	}
/*#right a:hover {
	color:#75100C;
	}	*/
#BlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #669900;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
#small_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	width: 370px;
	text-align: justify;
	padding-top: 8px;
	font-weight: normal;
	line-height: 18px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 1000px;
	background-image: url(../2008-images/footer.png);
	font-size: 9px;
	text-align: center;
}
