@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:13px;
	background-image: url(graphics/background.jpg);
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
#container {
position:relative;
	width: 804px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
position: relative;
	background-image: url(graphics/header_blue.jpg);
	height: 103px;
}

#header.homepage {
background-image: url(graphics/foreground.jpg);
}

#header h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	}

#header #logo{
	float: left;
	padding-left:10px;
}

#header #masthead{
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}



#header #selectLanguage {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

#header #selectLanguage a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#header #selectLanguage a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#33C;
	color:#FFF;
	text-decoration: none;
}

#pageWrapper{
	background-image: url(graphics/foreground.jpg);
}

#mainMenu-1{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
width:800px;
height:20px;
}



#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

#submenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#submenu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#33C;
	color:#FFF;
	text-decoration: none;
}





#content {
	position:relative;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}


	
	

#footer {
	background-image: url(graphics/footer_blue.jpg);
	height: 40px;
}

#copyright {
	height: 30px;
	float: left;
	padding-top: 10px;
}

#contact {
	height: 30px;
	float: right;
	padding-top: 10px;
}

#newsWindow {
	position:relative;
	height:475px;
	overflow: auto;
	padding:5px;
	border:1px #333333 solid;
}

#newsWindow img{
float:left;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}


#reportWindow p{
padding-top:10px;
padding-bottom:10px;
}



#reportWindow img{
float:left;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}

.clear {
clear:both;
}

#content a:link, #contact a:link{
	color: #3333FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
#content a:visited, #contact a:visited  {
	color: #3333FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
#content a:hover, #contact a:hover{
	font-style: italic;
	color: #0000CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	}
	
	.column-1 {
	width:378px;
	padding-right: 5px;
	float:left;
/*	border-right-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;*/
	margin-bottom: 30px;
	margin-top: 20px;
	}
	
	.banner {
	width:370px;
	height:150px;
	}
	
	
	.column-2 {
	width:350px;
	float:right;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
	.column-a {
	width:220px;
	padding-right:18px;
	float:left;
/*	border-right-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;*/
	margin-bottom: 30px;
	margin-top: 20px;
	}
	
	.column-b {
	width:220px;
	padding-left:25px;
	padding-right:18px;
	float:left;
	/*border-right-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;*/
	margin-bottom: 30px;
	margin-top: 20px;
	}
	
	.column-c {
	width:220px;
	float:right;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #0000FF;
	padding-top: 10px;
}
p {
	padding-top: 5px;
}


.image {
	border: 4px groove #FFFFFF;
}

.image-left {
border: 1px solid ;
float: left;
margin-right:20px;
margin-bottom:20px;
}

#visitorMap {
	padding-top:8px;
}

.centred {
	text-align: center;
}

