.content
{
	margin-left: 45px;
	width: 55%;
	float: left;
	/**/
	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;
	
}

#news, #publications
{
	margin-top: 13px;
}

#news ul, #publications ul
{
	margin-left: 25px;
	margin-right: 25px;
}

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

#news li span, #publications li span
{
	float: left;
	width: 15%;
}

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

.sidebar
{
	float: right;
	width: 35%;
	border-left: 2px solid #727272;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 25px;
	/**/
	font-size: 14px;
}

.sidebar h2
{
	font-size: 16px;
	font-weight: bold;
}

.sidebar h3
{
	font-weight: bold;
}

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

#recent_news ul, #recent_publications ul
{
	/*width: 85%;*/
}



#recent_news li, #recent_publications li
{
	list-style: circle;
	
	padding-top: 3px;
	padding-bottom: 3px;
	/*clear: both;
	width: 100%;*/
	margin-left: 15px;
}

#recent_news a, #recent_publications a
{

	/*font-weight: bold;*/
	width: 85%;
	/*color: #7777ff;*/
	color: #afeeee;
}

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

