body {  margin-left: 0px;
  margin-top: 0px;
  font-family: "Arial";
  color: #003366;
  scrollbar-arrow-color: #4e658a;
  scrollbar-3dlight-color: #777799;
  scrollbar-darkshadow-color: #666677;
  scrollbar-face-color: #a1b1c3;
  scrollbar-highlight-color: #e9e9e9;
  scrollbar-shadow-color: #a1b1c3;
  scrollbar-track-color: #9faab8;
}
.gray-dawes {
  width: 800px;
  height: 600px;
  margin-top: 0px;
  margin-left: 0px;
}
.header {
  border-style:none;
  border-width: 0px;
  background-image: url(header.gif);
  background-repeat: no-repeat;
  margin-left: 0px;
  width: 800px;
  height: 101px;
  background-attachment: fixed;
  position: absolute;
  margin-top: 0px;
}
#iconBU {
	width: 22px;
	height: 18px;
	top: 10px;
	left: 560px;
	position: absolute;
}
#iconTX {
	width: 100px;
	height: 14px;
  top: 30px;
  left: 535px;
	position: absolute;
	color: #666;
}
#homeBU {
	width: 22px;
	height: 18px;
	margin-top: 10px;
	margin-left: 632px;
	position: absolute;
}
#homeTX {
	width: 40px;
	height: 14px;
	margin-top: 30px;
	margin-left: 630px;
	position: absolute;
	color: #666;
}
#Adown {
	width: 18px;
	height: 18px;
	margin-top: 10px;
	margin-left: 700px;
	position: absolute;
	color: #666;
}
#Aup {
	width: 18px;
	height: 18px;
	margin-top: 10px;
	margin-left: 730px;
	position: absolute;
	color: #666;
}
#ATX {
	width: 90px;
	height: 14px;
	margin-top: 30px;
	margin-left: 680px;
	position: absolute;
	color: #666;
}
#enquiry {
	width: 150px;
	height: 14px;
	margin-top: 62px;
	margin-left: 635px;
	position: absolute;
	font-weight: bold;
}
#enquiry a {
	color: #019CB1;
}
.padding {
  border-style: none;
  border-width: 0px;
  background-position: left top;
  background-image: url(padding.gif);
  background-repeat: no-repeat;
  width: 800px;
  height: 3px;
  margin-left: 0px;
  position: absolute;
  margin-top: 124px;
}
#left {
  height: 441px;
  width: 150px;
  background-image: url(left.gif);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 127px;
  margin-left: 0px;
}
.main-background {
  width: 625px;
  height: 441px;
  background-image: url(body.gif);
  position: absolute;
  margin-top: 127px;
  margin-left: 150px;
}
.main_content-images{
  width: 616px;
  height: 420px;
  position: absolute;
  padding-left: 3px;
  top: 127px;
  left: 0px;
  clear: both;
  z-index: 0;
}
#content {
  overflow: auto;
  width: 625px;
  height: 425px;
  position: absolute;
  padding-left: 3px;
  left: 145px;
  top: 0px;
  clear: both;
  z-index: 0;
}
.right {
  background-image: url(right.gif);
  background-repeat: no-repeat;
  height: 441px;
  width: 25px;
  margin-top: 127px;
  margin-left: 775px;
  position: absolute;
}
.footer {
  height: 32px;
  width: 800px;
  margin-top: 568px;
  margin-left: 0px;
  position: absolute;
  color: #666666;
  padding-top: 5px;
  text-align: center
}
/* Body text templates */
.small {
	font-family: "Arial";
	color: #003366;
}
.medium {
	font-family: "Arial";
	color: #003366;
}
.large {
	font-family: "Arial";
	color: #003366;
}
.title {
	font-family: "Arial";
	color: #019CB1;
	font-weight: bold;
}
.header1 {
	font-family: "Arial";
	font-weight: bold;
	color: #019CB1;
}
.header2 {
	font-family: "Arial";
	font-weight: bold;
	color: #003366;
}
/* Body links */
.footer a:hover {
	font-weight: normal;
}
a:active {
	color: #666;
	text-decoration: none;	
}
a:hover {
	font-weight: bolder;
	text-decoration:none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:link {
	text-decoration: none;
	color: #666;
}
/* Navigation */
#nav {
	z-index: 100;
	position: absolute;
	top: 101px;
	width: 800px;
	left: 0px;
	height: 23px;;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
}
#nav li {
	float: left;
	text-align: center;
	width: 120px;
	list-style: none;
	left: 0px;
	height: 21px;
}
#nav li a {
	display: block;
	color: #09204F;
	text-decoration: none;
	height: 21px;
}
#nav li a:hover {
	background: #09204F; color: #E8E8E8; filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;}
#nav div {
	visibility: hidden;
	height: 21px;
	text-align: left;
	float: left;
}
#nav div a  {
	display: block;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #526283; color: #FFF; filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
	float: left;
}
#nav div a:hover {
	background: #21A8BB; color: #FFF; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	font-weight: normal;
}