body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: rgb(186,213,241);
}

.wrapper {
	width: 100%;
	height: 800px;
	background-image:url(../images/rc_bg_tile.jpg);
	background-repeat:repeat-x;
}

.countryBody
{
	background:#FFF;
}


countrybody {
	background-image: url(../images/table_corners.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 0px 0px 20px 14px;
	width: 570px;
	/*
	clear: both;
	float: left;
*/
}

.subhead h2 {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	padding-left:8px;
	color: rgb(5,44,113);
	background:#FFF;
}
.table_Body
{
	background-color:#FFF;
}
.rhead_Image
{
	border-top:solid 1px rgb(231,231,231);
	border-bottom:solid 1px rgb(231,231,231);
}
.maintable_rightbg
{
	background:#FFF;
}

.rhead {
	padding: 0;
	/*width: 562px;*/
	/*float:left;*/
	/*clear: both;*/
	border-top:solid 1px rgb(231,231,231);	
	border-bottom:solid 1px rgb(231,231,231);	
}

.rhead h3{
	/*float: left;*/
	padding: 0;
	margin: 20px 0px 0px 8px;
	color: rgb(5,44,113);
	font-size: 18px;
	font-weight: normal;
}

ul.countries {
	float: left;
	margin: 8px 0px 10px 0px;
	padding: 0;

}

ul.countries li {
	list-style-type:none;
	width: 222px;
	font-size: .75em;
	line-height: 20px;
	margin: 0px 16px;
	color: rgb(5,44,113);

}

ul.countries li a.alt {
	background-color: #FEFEFE;
}

ul.countries li a{
	background-color: #FFFFFF;
	color: rgb(5,44,113);
	text-decoration:none;
}

ul.countries li a:hover{
	color: rgb(21,94,170);
	text-decoration:underline;
}

