@charset "UTF-8";
/* CSS Document */

#newsroom {
	float: left; 
	padding: 0px; 
	margin: 0px 10px 0px 60px; 
	width: 251px;
	height: 100%;
	background: #35c19e url(../images/newsroom2.jpg) top no-repeat;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	display: inline;

}

#newsroom ul {
	margin: 80px 0 0 -10px;
	list-style-type: none;
	width: 195px;
	text-align: left;
	
}

#newsroom li {
	list-style-type: none;
	color: #ffffff;
	padding-bottom: 5px;
}

#newsroom a {
	color: #2c46a8;
	text-decoration: underline;
	padding-bottom: 13px;

}

content {
	position: relative;
	z-index: 2;
	width: 675px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	float: left;
	color: #4f4f4f;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	background-color: #ffffff;
	min-height: 650px;
	border-left: 251px solid #35c19e;
	left: 60px;
	top: -600px;
}

#content  h1 {
	font-size: 20px;
	width: 675px;
}

#content  a {
	color: #009b7b;
	width: 675px;
	
}