/*CSS Document*/

body
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	line-height: 1.2em;
	background: #E1E0CE;
}
 
#crf_wrapper
{
	width: 980px;
	margin: 100px auto;
	background: #fff;
	border: 1px solid #ccc;
}
#crf_content
{	
	height: 300px;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#crf_content table
{
	height: 300px;
	width: 100%;
}
#crf_logo
{
	width: 200px;
}
#crf_logo img
{
	padding-left: 20px;
}
#crf_countries
{
	width: 500px;
	border-right: 1px solid #ccc;	
}
#crf_countries ul
{
	position: relative;
}
#crf_countries li
{
	list-style-type: none;
	font-weight: bold;
	line-height: 1.6em;
	color: #333;
}
#crf_countries li a
{
	font-weight: bold;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}
#crf_countries li a:hover
{
	text-decoration: underline;
}
#crf_countries ul li ul
{
	display: none;
	position: absolute;
	vertical-align: middle;
	top: 80px;
}
#crf_countries ul li ul.institute
{
	top: 0px;
}
#crf_countries ul li ul li
{
	background: #fff;
	width:190px;
	margin-bottom:10px;
}
.crf_clear
{
	clear: both;
}