@charset "utf-8";
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	margin: 0px;
	height: 289px;
} 
h1 {
	font-size: 120%;
	color: #000066;
}
h2 {
	font-size: 100%;
	color: #0066CC;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 60px;
	margin-top: 50px;
	margin-right: 60px;
	padding: 0;
	margin-bottom: 0px;
	font-size: 90%;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 207px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr   #footer   p  {
	font-size: 70%;
	color: #8D8B8B;
	text-align: center;
	margin: 0;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatpicright {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #menu {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	margin: 0px;
}
.floatpicrightnoborder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fieldspacing {
	float: right;
	margin-top: -20px;
}
td {
	vertical-align: top;
}
.formtable {

}
.formpad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0065B3;
	padding-right: 5px;
	padding-bottom: 5px;
}
.formcolour {
	background-color: #FFF3BD;
	width: 150px;
	height: 12px;
	border: 1px solid #999999;
}

.smallmap {
	font-size: .8em;
	float: right;
}
.centretext {
	text-align: center;
}
.formcolourCopy {
	background-color: #FFF3BD;
	width: 180px;
}
.formline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.padaddress {
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}
.alignright {
	float: right;
}
