﻿/* CSS layout */
body {
	background-color: #596D90;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width:800px
}
#masthead {
	background-position: center top;
	background-image: url('images/BGbanner.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 105px;
}
#top_nav {
	background-image: url('images/BGcontainer.jpg');
	width: 100%;
	height: 2em;
	background-repeat: repeat-y;
	background-position:center top;
	position: relative;
}
#container {
	margin: 0px;
	width: 100%;
	background-image: url('images/BGcontainer.jpg');
	background-position:center top;
	background-repeat: repeat-y;
}
#left_col {
	margin: 0px;
	width: 125px;
	float: left;
	padding-left: 12px;
	padding-right: 8px;
	overflow: hidden;
}
/* IE fix follows */
* html #left_col {
	display: inline;
	width: 120px;
	w\idth: 100px;
}
#page_content {
	position: relative;
	margin-right: 10px;
	width: 670px;
	margin-left: 120px;
	top: 0px;
}
/* IE fix follows */
* html #page_content {
	width: 680px;
	w\idth: 670px;
}
#footer {
	background-position: center bottom;
	background-image: url('images/BGbottom.jpg');
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	margin-top: -20px;
}
/* CSS styling of top header */
#masthead h1 {
	font-size: 200%;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
	line-height: 200%;
	padding-top: 20px;
}
/* CSS styling of top navigation bar */
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	display: block;
	padding-right: 3px;
	padding-left: 5px;
	margin-right: 3px;
	margin-left:7px;
	color:white;	
	text-decoration: none;
	font-weight: bold;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #C0C0C0;
	font-weight: bold;
}
#top_nav a span {
	display: none;
}
#top_nav a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	font-style: italic;
	left: 670px;
	color: #FFFFFF;
	padding-left: 32px;
	background-image: url('images/ukFlag.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}
/* CSS styling of left navigation bar */
#left_col a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 5px;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
}
#left_col a:hover {
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #C0C0C0;
}
/* CSS general styles for all regions of the site */
.english {
	font-style: italic;
}
a img {
	border:0px;
}

