@charset "UTF-8";
/* CSS Document */

body {
	font: 0.9em/1.4em "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #D6D6D6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/logo.gif) no-repeat 50px 30px;
	margin: 0 auto;
	text-align: left;
	padding: 100px 0px 0px;
}
.pic_left{
	float: left;
	padding: 0px 0px 10px;
	margin: 0px 20px 0px 0px;
}
.pic_right{
	float: right;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 40px;
}
h1 {
	font-size: 2em;
	margin: 0px;
	padding-top: 10px;
	font-weight: normal;
	color: #005c76;
	padding-bottom: 0px;
}
h2 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #005c76;
	font-weight: bold;
	font-size: 1.2em;
}
ul {
	margin: 0px;
}
li {
	list-style-type: none;
	font-size: 1em;
	padding-bottom: 5px;
}
li a:link, li a:visited{
	text-decoration: none;
	color: #666666;
}
li a:hover, li a:active{
	text-decoration: none;
	color: #666666;
}
p {
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.columnL{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0px 20px 0px 50px;
}
.columnR{
	width: 400px;
	float: left;
	margin: 0;
	padding-right: 50px;
}
.columnCentre{
	margin: 0;
	padding: 20px 50px;
	clear: both;
	width: 720px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #005c76;
}
a:hover, a:active{
	text-decoration: underline;
	color: #666666;
}
.footer{
	margin: 0px;

	*padding: 1px 30px 20px 30px;
	clear: both;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.footer h1 {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 5px 0px 0px;
}
.footer p {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.2em;
}
.footer a:link, .footer a:visited{
	text-decoration: none;
	color: #666666;
}
.footer a:hover, .footer a:active{
	text-decoration: none;
	color: #666666;
}
.footer label {
	font-size: 0.8em;
	padding: 10px 0px 0px;
	display: block;
	text-align: right;
}
label {
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 30px;
}
label a:link, label a:visited{
	text-decoration: none;
	color: #999;
}
label a:hover, label a:active{
	text-decoration: none;
	color: #999;
}
