.content
{
	margin-left: 45px;
	margin-right: 45px;	
	/**/
	font-size: 15px;
}

h2
{
	/*font-size: 170%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 22px;
	
	/*font-weight: bold;*/
}

h3
{
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 17px;
	
}

#recent_news, #recent_publications, #press_contact
{
	margin-top: 13px;
	clear: both;
	float: left;
	width: 100%;
}

#press_contact a
{
	/*color: #7777ff;*/
	color: #afeeee;
}

#recent_news ul, #recent_publications ul
{
	margin-left: 25px;
	margin-right: 25px;
}



#recent_news li, #recent_publications li
{
	border-bottom: 1px solid #727272;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	float: left;
	width: 100%;
}

#recent_news li span, #recent_publications li span
{
	float: left;
	width: 8%;
}

#recent_news a, #recent_publications a
{
	margin-left: 25px;
	/*font-weight: bold;*/
	float: left;
	width: 85%;
	/*color: #7777ff;*/
	color: #afeeee;
}

#more_news, #more_publications
{
	display: block;
	margin-top: 5px;
}
