/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#container {
	background-position: right bottom;
	clear: both;
	min-width: 600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: inset;
	border-bottom-width: medium;
	border-bottom-color: #C0C0C0;
	border-right-style: inset;
	border-right-color: #C0C0C0;
	border-right-width: medium;
	background-image: url('../images/ColourLogo4web.jpg');
	background-repeat: no-repeat;
}
#masthead {
	min-width: 600px;
	
}
#logo {
	float: left;
	width: 182px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	height: 152px;
}
.logo_placement {
	margin-left: 17px;
	margin-bottom: 3px;
}
.logo_position {
	margin-left: 10px;
}
#header {
	margin-left: 182px;
	height: 152px;
}
#navigation {
	background-color: #252525;
	height: 22px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	font-size: 10pt;
}
#left_col {
	background-position: left top;
	float: left;
	width: 162px;
	background-image: url('../images/bluebgd.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 1px;
}
#page_content {
	margin-left: 202px;
	margin-right: 20px;
	margin-top: 30px;
}
#footer {
	margin: 20px;
}
.h1 {
	font-size: 14pt;
	font-weight: 300;
}
.small_text {
	font-size: 9pt;
}
.left_margin20 {
	margin-right: 20px;
}
a {
	color: #456ADA;
	text-decoration: none;
}
a:visited {
	color: #456ADA;
}
.navigation.a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation.a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation.a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation.a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.margin_top15 {
	text-align: left;
	margin-left: 0px;
	margin-top: 12px;
}
.smaller_heading {
	font-size: 13pt;
	font-weight: 300;
}
.flag {
	border-width: 0px;
	margin-right: 20px;
}
.address {
	font-size: 14px;
}
.small_text_it {
	font-size: x-small;
	font-style: italic;
}

