html {
	scrollbar-arrow-color: #C2C2C2;
	scrollbar-3dlight-color: #C2C2C2;
	scrollbar-highlight-color: #1A336A;
	scrollbar-face-color: #1A336A;
	scrollbar-shadow-color: #1A336A;
	scrollbar-track-color: #1A4A88;
	scrollbar-darkshadow-color: #C2C2C2;
}

body {
	text-align:center;
	background-image: url(graphics/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#1A4A88;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;

}
a:link {
	text-decoration: none;
	color: #CCCC99;
	font-weight: bold;
}
a:visited {
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCCC99;
	text-decoration: underline;
	font-weight: bold;
}

#frame {
	width:779px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height: 600px;
}
#contentheader {
	background-image: url(graphics/topholder.gif);
	height: 203px;
	width: 779px;
		}
#frame #contentheader #topnav {
	position: relative;
	top: 160px;
	left: 35px;
	font-size: 0.7em;
	font-weight: bold;
	width: 700px;
	height: 20px;
}
#frame #contentheader #topnav ul {list-style: none; padding: 0; margin: 0; white-space: nowrap; text-align: left}
#frame #contentheader #topnav li {
	display: inline;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1.2em;
	border-left-width: 0.1em;
	border-left-style: solid;
	border-left-color: #999999;
}
#frame #contentheader #topnav a {font-weight: bold; color:#464646; text-decoration: none}
#frame #contentheader #topnav a:hover {text-decoration: none; color: #0066FF}
#frame #content #maincontent p {
	color: #464646;
	font-size: 0.75em;
}

#frame #contentheader #topnav li.home {border: 0; padding-left: 0}


#frame #content {
	float: left;
	width: 779px;
	height: auto;
	background-image: url(graphics/mainbackground.gif);

		}
#frame #content #leftnav {
	float: left;
	height: auto;
	width: 173px;
	font-weight: bold;
	color: #1A2A5E;
	padding-left: 30px;
	padding-right: 7px;
}
#frame #content #leftnav p {
	padding-left: 4px;
	font-size: 0.7em;
}

#maincontent {
	float: right;
	height: auto;
	width: 539px;
	padding-right: 30px;
}


#bottom {
	width:779px;
	padding:0px;
	float:left;
	height: 59px;
	background-image: url(graphics/bottom.gif);
	background-repeat: no-repeat;
}
#frame #content #leftnav h1 {
	font-weight: bold;
	background-image: url(graphics/bg1.gif);
	margin-left: 0px;
	height: 22px;
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 3px;
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-bottom: 0px;
	width: auto;
	color: #000000;
	font-size: 0.7em;
}
#frame #content #maincontent h1 {
	font-size: 0.7em;
	font-weight: bold;
	background-image: url(graphics/bg1.gif);
	margin-left: 0px;
	height: 22px;
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 3px;
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-bottom: 0px;
	width: auto;
	color: #000000;
}
#frame #content #maincontent h2 {
	font-weight: bold;
	margin-left: 0px;
	height: 22px;
	margin-right: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 0px;
	width: auto;
	font-size: 1.15em;
	color: #464646;
}
#frame #content #maincontent td {
	font-size: 75%;
	/*text-align: center;*/
}
#frame #content #maincontent a {
	color: #1A4A88;
	text-decoration: none;
}
#frame #content #maincontent a:hover {
	color: #0099FF;
	text-decoration: none;
}

#enquiryForm td {
font-size:12px;
}

.maintable {
font-size:100%;
}

h3 {
font-size:12px;
font-weight:bold;
text-align:center;

}