.content
{
	width: 55%;
	padding-left: 45px;
	float: left;
	margin-bottom: 5px;
}

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

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

.content h4
{
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 15px;
	
	font-weight: bold;
}

.content p
{
	margin-top: 7px;
	margin-bottom: 7px;
	/**/
	text-align: justify;
}

.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;
	
	/**/
	font-size: 14px;
}

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

#email_disclaimer
{
	display: none;
}

#email_disclaimer p
{
	font-size: 15px;
}

.accept, .reject
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	float: left;
}

.accept:hover, .reject:hover
{
	
}

.accept
{
	width: 45%;
}

.reject
{
	width: 55%;
}
