@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	height: 768px;
	left: 0px;
	top: 0px;
	z-index: 5;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 82px;
	padding: 0;
	margin: 0px;
	border: thin none #009;
	background-image: url(images/header2.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #009;
	margin: 0px;
	position: absolute;
	top: 84px;
	height: 685px;
	left: 0px;
	background-color: #FFF;
	background-image: url(images/side.png);
	background-position: left top;
	padding: 0px;
	border: thin none #009;
	z-index: 1;
	background-repeat: repeat;
	overflow: visible;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #009;
	position: absolute;
	left: 202px;
	height: 595px;
	width: 813px;
	top: 124px;
	overflow: scroll;
	z-index: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
	border: thin none #009;
	visibility: visible;
} 
.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;
}
.twoColFixLtHdr #container #sidebar1 p #logo {
	position: absolute;
	left: 20px;
	top: 450px;
}

.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;
}
.twoColFixLtHdr #container #header img {
	left: 0px;
	top: 0px;
	position: absolute;
}
a:link {
	text-decoration: none;
	color: #069;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #form1 p label #fname {
	position: absolute;
	top: 227px;
}
.twoColFixLtHdr #container #mainContent #form1 p #title {
	position: absolute;
	top: 167px;
	visibility: inherit;
	left: 30;
}
.twoColFixLtHdr #container #mainContent #form1 p #title2 {
	position: absolute;
	left: 180px;
	top: 165px;
}

.twoColFixLtHdr #container #mainContent #form1 #sname {
	position: absolute;
	top: 226px;
}
.twoColFixLtHdr #container #mainContent #form1 p label #fname #forename {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #sname #surname {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #title #title2 {
	position: absolute;
	left: 180px;
	overflow: visible;
	top: 145;
}
.twoColFixLtHdr #container #mainContent #form1 p #intitute {
	position: absolute;
	top: 285px;
}
.twoColFixLtHdr #container #mainContent #form1 p #intitute #institution {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #address1 {
	position: absolute;
	top: 350px;
}
.twoColFixLtHdr #container #mainContent #form1 p #address1 #firstaddress {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #address1 {
}
.twoColFixLtHdr #container #mainContent #form1 #intitute {
	position: absolute;
	top: 254px;
}
.twoColFixLtHdr #container #mainContent #form1 #intitute #institution {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #address1 #firstaddress {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #address2 {
	position: absolute;
	top: 324px;
}
.twoColFixLtHdr #container #mainContent #form1 p #address2 #secondaddress {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #town {
	position: absolute;
	top: 356px;
	left: 2px;
}
.twoColFixLtHdr #container #mainContent #form1 #town #city {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #postode {
	position: absolute;
	top: 388px;
}
.twoColFixLtHdr #container #mainContent #form1 #postode #pcode {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #fname {
	position: absolute;
	top: 197px;
}
.twoColFixLtHdr #container #mainContent #form1 p #fname #forename {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 label #email {
	position: absolute;
	top: 476px;
}
.twoColFixLtHdr #container #mainContent #form1 label #email #E-mail {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #telephone {
	position: absolute;
	top: 454px;
	left: 0px;
}
.twoColFixLtHdr #container #mainContent #form1 #email {
	position: absolute;
	top: 424px;
}
.twoColFixLtHdr #container #mainContent #form1 #email #E-mail {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 #telephone #tel {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #day3 {
	position: absolute;
	top: 538px;
}
.twoColFixLtHdr #container #mainContent #form1 p #text3 {
	position: absolute;
	top: 540px;
	left: 25px;
	z-index: 10;
}
.twoColFixLtHdr #container #mainContent #form1 #day3 {
	position: absolute;
	top: 620px;
}
.twoColFixLtHdr #container #mainContent #form1 p #text4 {
	position: absolute;
	top: 570px;
}
.twoColFixLtHdr #container #mainContent #form1 p #diet {
	position: absolute;
	top: 568px;
	left: 220px;
}
.twoColFixLtHdr #container #mainContent #form1 p #text5 {
	position: absolute;
	top: 602px;
}
.twoColFixLtHdr #container #mainContent #form1 p #Submit {
	position: absolute;
	left: 120px;
	top: 600px;
}
.twoColFixLtHdr #container #mainContent #form1 #town #city {
	position: absolute;
	left: 180px;
}
.twoColFixLtHdr #container #mainContent #form1 p #forename {
	position: absolute;
	left: 180px;
	top: 195px;
}
.twoColFixLtHdr #container #mainContent #form1 #surname {
	position: absolute;
	left: 180px;
	top: 224px;
}
.twoColFixLtHdr #container #mainContent #form1 #institution {
	position: absolute;
	left: 180px;
	top: 252px;
}
.twoColFixLtHdr #container #mainContent #form1 #firstaddress {
	position: absolute;
	left: 180px;
	top: 293px;
}
.twoColFixLtHdr #container #mainContent #form1 p #secondaddress {
	position: absolute;
	left: 180px;
	top: 322px;
}
.twoColFixLtHdr #container #mainContent #form1 #city {
	position: absolute;
	left: 180px;
	top: 354px;
}
.twoColFixLtHdr #container #mainContent #form1 #pcode {
	position: absolute;
	left: 180px;
	top: 386px;
}
.twoColFixLtHdr #container #mainContent #form1 #E-mail {

}
.twoColFixLtHdr #container #mainContent #form1 #E-mail {
	position: absolute;
	left: 180px;
	top: 420px;
}
.twoColFixLtHdr #container #mainContent #form1 p #telph {
	position: absolute;
	left: 180px;
	top: 456px;
}
.twoColFixLtHdr #container #mainContent #form1 #telph {
	position: absolute;
	left: 180px;
	top: 452px;
}
.twoColFixLtHdr #container #header img {
	position: absolute;
	left: 0px;
	height: 78px;
	clip: rect(auto,auto,auto,auto);
	width: 215px;
	z-index: 5;
	overflow: hidden;
	top: 0px;
}
.twoColFixLtHdr #container #header object {
	position: absolute;
	left: 250px;
	top: 0px;
	height: 80px;
	width: 100px;
	background-color: #009;
}
.twoColFixLtHdr #container #header div #slideshow1 {
	background-color: #009;
	position: absolute;
	height: 80px;
	width: 100px;
	left: 250px;
	top: 0px;
}
.twoColFixLtHdr #container #header div #slideshow2 {
	position: absolute;
	height: 80px;
	width: 100px;
	left: 355px;
	top: 0px;
}
.twoColFixLtHdr #container #sidebar1 #logo {
	position: absolute;
	left: 40px;
	bottom: 75px;
	z-index: 5;
}
.twoColFixLtHdr #container #mainContent #banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 823px;
}

.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	position: absolute;
	left: 10px;
	bottom: 35px;
	z-index: 5;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #qlinks {
	position: absolute;
	bottom: 0px;
	height: 20;
}
.twoColFixLtHdr #container #sidebar1 #sudelogo {
	position: absolute;
	bottom: 0px;
}

.twoColFixLtHdr #container #mainContent #banner#img {
	position: absolute;
	top: 0px;
}
.twoColFixLtHdr #container #footer {
	background-color: #CCC;
	position: absolute;
	height: 51px;
	left: 200px;
	bottom: 0px;
	width: 823px;
	visibility: visible;
	z-index: 15;
}
.twoColFixLtHdr #container #menubar {
	background-color: #FFF;
	position: absolute;
	height: 40px;
	width: 500px;
	left: 202px;
	top: 82px;
}

