/* CSS Document */
body {
	color: black;
	background: #FFF;
	font: 12px Verdana;

}
a { font-weight: bold; text-decoration: none; color:#535353;}
a:hover {font-weight: bold; text-decoration:none; color:#222; }
a:visited{	font-weight:bold; text-decoration:none; color:#333;}
b {
 	color:#052d75;
}
strong {
 	color:#052d75;
}
h3{
	font: bold 25px Verdana;
	color:#414141;
}
h4{
	font: bold 18px Verdana;
	color:#000;
}
h5{
	font: bold 16px Verdana;
	color:#394F6F;
}
.mtitle{
	font: bold 14px Verdana;
	color:#394F6F;
}

.table{
	border:#666 2px solid;
	margin:auto auto;
}
.table tr td{
	border:#999 2px solid;
}

#header{
	width:1000px;
	height:64px;
	margin: 0 auto;
}
#logo{
	background-image:url(../images/logo.gif);
	height:66px;
	width:229px;
	float:left;
}
#slogan{
	background-image:url(../images/slogan.gif);
	height:30px;
	width:771px;
}
#search{
	height:36px;
	width:771px;
	background-image:url(../images/main_1.gif);
}
#search_bar{
	margin:-25px 80px;
	color:#535353;
	font-size:12px;
	line-height:18px;
	height:36px;
}

#navigation{
	width:1000px;
	height:82px;
	background-image:url(../images/main_2.gif);
	margin:0 auto;
}
#navigation_bar{
	width:1000px;
	margin: 0px auto;
	padding-top:10px;
}
#overall{
	width:1000px;
	margin:-40px auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}
#content{
	min-height:100px;
	font-size:12px;
}
#footer{
	width:1000px;
	margin:50px auto;
	font-style:italic;
	color:#666;
	height:0px;
	font-size:10px;
}

.shadetabs{
	float:left;
	list-style-type:none;
	font: bold 12px Verdana;
	width:170px;
	margin: 0px -40px;
}

.shadetabs li{
	position:relative;
	background-color:#414141;
}

.shadetabs li a{
	display: block;
	color: white;
	padding: 6px 10px;
	border-bottom: 1px solid #778;
	text-decoration: none;	
}

.shadetabs li:hover{
	background-color: #000; 
}

.shadetabs li .selected{ /*selected main tab style */
	background-color: #000; 
}
#countrydivcontainer{
	width:810px;
	float:right;
	min-height:300px;
	padding-top:10px;
}
#continent{
}
#country {
	float:left;
	width:350px;
	padding:10px;
}
.notification{
	color:#666;
}
#ctitle{
	float:left;
	list-style-type: circle;
	font: bold 12px Verdana;
	width:200px;
	margin: 0px -40px;
}
#ctitle .tright{
	color:#555;
	text-align:right;
	float:right;
}
#ctitle li{
	clear:both;
}
#news{
	width:780px;
	float:right;
	min-height:300px;
}
.banner{
	background-repeat:no-repeat;
	height:110px;
	width:1000px;
	line-height:110px;
	font:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:64px;
	font-weight:bolder;
	text-shadow:2px 2px #fff;
	text-shadow: -2px -2px #444;
}