@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url(../img/bg.jpg) top repeat-x;
	font-size: 100%;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #0061B0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px;
	color: #2EA924;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #666666;
}


#global {
	width: 802px;
	height: 100%;	
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #C2D5E4;
	border-right: 1px solid #C2D5E4;	
	background: transparent;
}

#container {
	width: 800px;
	height: auto;
	background: white;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	float: left;
	width: 100%;
	height: 110px;
}

#header .flags {
	position: absolute;
	text-align: right;
	width: auto;
	margin-left: 680px;
	top: 10px;
	font-size: 0.90em;
}

#header .flags a {

}

#header .left {
	float: left;
	width: auto;
	padding: 33px 0px 0px 25px;
}

#header .right {
	float: right;
	width: auto;
	padding: 105px 15px 0px 0px;
	text-align: right;
	color: #0061B0;
	font-size: 1.7em;
	font-weight: bold;
}

#header .strapline {
	position: absolute;	
	margin: 60px 0px 0px 195px;
}

h3 {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navigation {
	float: left;
	height: 68px;
	margin-top: 50px;
	background: url(../img/headerbg.jpg) repeat-x;
	width: 780px;
	color: #FFFFFF;
	font-size: 0.96em;
	word-spacing: 30px;	
	padding-left: 20px;
	padding-top: 6px;	
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0px;	
}

#navigation a:hover {
	text-decoration: underline;
}

#content {
	width: 760px;
	padding: 0px 20px 20px 20px;
	margin-top: -20px;
	font-size: 0.97em;
}

#sponsers {
	width: 773px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#footer {
	background: url(../img/footer.jpg) repeat-x;
	height: 190px;
	width: 100%;
	margin-top: 50px;
	color: #0061B0;
}

#footer .links {
	font-size: 0.80em;
	padding: 8px;
}

#box {
	width: 750px;
	height: auto;
	border: 1px solid #E1F3E2;
	background: url(../img/sponsors/boxbg.jpg) repeat-x;
	margin-bottom: 10px;
}


#box .left {
	float: left;
	width: 270px;
	margin-left: 10px;
	height: auto;
}

#box .right {
	float: left;
	width: 400px;
	height: auto;
	padding: 15px 5px 0px 5px;
}

#Block {
	padding: 7px;
	border: 1px solid #C2D5E4;
	background: #F5F8FA;
	margin-bottom: 10px;
}


