@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6699CC;
	margin: 10 0 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: #000000;
}
.link2 a:link {
	color: #FF0000;
	text-decoration: none;
}
.link2 a:visited {
	text-decoration: none;
	color: #FF0000;
}
.link2 a:hover {
	text-decoration: underline;
	color: #009900;
}
.link2 a:active {
	text-decoration: none;
	color: #FF0000;
}
.link3 a:link {
	color: #0000FF;
	text-decoration: none;
}
.link3 a:visited {
	text-decoration: none;
	color: #0000FF;
}
.link3 a:hover {
	text-decoration: underline;
	color: #009900;
}
.link3 a:active {
	text-decoration: none;
	color: #0000FF;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #534D21;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #shadowcontainertop {
	background-image: url(images/topglow_new.jpg);
	background-repeat: no-repeat;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-position: center bottom;
	background-attachment: scroll;
}
.twoColFixLtHdr #shadowcontainermiddle {
	background-image: url(images/middleglow_new.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-attachment: scroll;
	background-position: center;
}
.twoColFixLtHdr #shadowcontainerbottom {
}      
.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. */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 15px 10px;
	background-color: #534D21;
}
.twoColFixLtHdr #mainContent {
	margin: 10 0 0 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
	background-color: #534D21;
}
.twoColFixLtHdr #mainContent img.left {
	padding: 10px 5px;
	float: none;
} 
.twoColFixLtHdr #footer {
	background:url(images/footer1.jpg) repeat-x scroll top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #666666;
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
.twoColFixLtHdr  #footerleft {
	float: left;
	margin: 10px;
	width: 200px;
}
.twoColFixLtHdr  #footercentre {
	text-align: center;
	width: 200px;
	clear: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
}
.twoColFixLtHdr   #footerright {
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 550px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #righttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	width: 297px;
	float: right;
}
.twoColFixLtHdr #pageheader_one {
	margin: 10px 0;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	color: #663300;
	background-attachment: scroll;
	background-image: url(images/headertop3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	width: 600px;
}
.twoColFixLtHdr #fltlft300 {
	margin: 10px 0;
	padding: 5px 0px;
	width: 300px;
	float: left;
}
.twoColFixLtHdr #fltlft300 li {
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #fltrtcolouredcontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 8px;
	background-color: #336699;
	float: right;
	padding-left: 20px;
	padding: 10px;
	width: 200px;
	background-attachment: scroll;
	background-image: url(images/contactus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #fltlft600 {
	width: 550px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
.twoColFixLtHdr #fltlft600 li {
	list-style-type: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px
	padding-left: 20px;
}
.fltrtcoloured { /* this class can be used to float an element left in your page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 8px;
	background-color: #336699;
	float: right;
	padding-left: 20px;
	padding: 10px;
	width: 300px;
}

.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;
}
.formheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5175C3;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	padding: 3px;
}
.fltrtcontact {
	float: right;
	margin-right: 8px;
}
.pagetext1 {
	margin-right: 8px;
	width: 580px;
}
.twoColFixLtHdr #righttext600 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	padding: 10px;
	width: 580px;
	clear: none;
}

