@charset "utf-8";
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.topmenu td{
	padding: 0 0px;
	text-align: left;
}
.topmenu td.flag{
	padding: 0 0;
}
.topmenu img{
	border: 1px solid #FFF;
}

.mainpage #container {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 0 0px;
}
img.mainlogo {
	width:730px;
	height:600px;
	border-color: #FFF;
	border-style: solid;
	border-width: 5px;
}
.mainpage #header {
	padding: 0 0 0 0px;
	height: auto;
	margin-bottom: 0px;
}
.mainpage #footer {
	padding: 0 0px 0 2px;
}
img.flaglogo {
	border-color: #FFF;
	border-width: 2px;
	width: 30px;
	height: 20px;
}
.logocontainer {
	width: 740px;
	height: 200px;
	text-align: left;
}
.logoLine {
	width: 274px;
	height: 2px;
	background-color: #FFF;
	padding: 0px;
	float: left;
	margin-top: 80px;
}
.logoimage {
	width:182px;
	border-color: #FFF;
	border-style: solid;
	border-width: 3px;
}
img.smallmainlogo {
	width:182px;
	height:150px;
	border-color: #FFF;
	border-style: solid;
	border-width: 5px;
	margin-left: 260px;
	z-index: 2;
	margin-bottom: 0px;
	text-align: center;
}
.clearfloat{/* this class should be placed using <br class="clearfloat" /> as the final element in a div or p block so that the block contains the float*/
	clear:both;
	height: 0px;
	font-size:1px;
	line-height:0px;
	
	}

a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #EC7600;
}
a:active {
	text-decoration: none;
	color: #EC7600;
}
