@charset "utf-8";
/* CSS Style Sheet */

body {
	font: 74% Arial, Sans-Serif;
	color: #FFF;
	background: #303B41 url(images/bg.jpg);
	float: none;
}
.content {
	color: #FFFFFF;
	margin: auto;
	width: 760px;
	background: #FAFAFA;
}
.header {
	background: url(images/logo.jpg) no-repeat;
	width: 760px;
	height: 100px;
}
.headercountries {
	padding: 5px 5px 0px 0px;
	text-align: right;
	width: 750px;
	height: 50px;
}
.main {
	background: #FFFFFF;
	color: #000;
	width: 560px;
	float: right;
	font-size: 14px;
	padding: 20px 10px 20px 10px;
}
/* Left Side */
.lside {
	color: #000;
	width: 180px;
	float: left;
	clear: both;
	height: auto;
}
.lside .topmain {
	background: #AA0000;
	font-size: 16px;
	height: 15px;
	color: #FFF;
	padding: 5px;
}
.navigation {
	text-align: left;
	font-size: 12px;
	color: 	#7D8085;
	padding-left: 20px;
	width: 150px;
}
.navigation li {
	font-weight: bold;
	margin: 5px 0 5px 0px;
	padding: 0px 0 0 0px;
	border-bottom: 1px solid #ccc;
	height: 25px;
	background: url(images/li.png) no-repeat left;
}
.navigation li a {
	color: #546078;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block;
	height: 25px;
}
.navigation li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #A90000;
	display: block;
	height: 25px;
}
/* Footer */
.footer {
	clear: both;
	width: 760px;
	padding-top: 3px;
	height: 25px;
	color: #FFF;
	font-size:90%;
	background: #546078;
	text-align: center;
}

/* Styles */
.BigHeader {
	font-size: 24px;
	color: #666666;
}

/* Page */
ul {
	margin: 0 0 0px 0;
	padding : 0;
	list-style : none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #A70021;
}
a:active {
	text-decoration: none;
	color: #000000;
}

