html {
  margin: 0px;
  padding: 0px;

} 
body {
	font-family: 'TrebuchetMS','Trebuchet MS',sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	color: #333333;
}

h1 {
	font-size: 24px;
	text-align: left;
	/*color: #565656;*/
    color: #63b12f;
}
h2 {
	font-family: 'TrebuchetMS','Trebuchet MS',sans-serif;
	font-size: 18px;
	text-align: left;
	/*color: #565656;*/
    color: #63b12f;
	padding-bottom: 5px;
	margin-bottom: 0;
}
form {
	display: inline;
}
td {
	font-family: 'TrebuchetMS','Trebuchet MS',sans-serif;
	font-size: 14px;
}
ul {
	list-style-type: square;
}
li {
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
#pageW {
	width: 990px;
	background-color: #fff;
}
#bodyW {
	margin: 0;
	padding: 0 20px 50px 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#header {
	height: 150px;
	position: relative;
}
#headerPos {
	text-align: center;
	width: 990px;
}
#logo {
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}
#slogan {
	position: absolute;
	top: 35px;
	left: 380px;
	font-size: 30px;
    color: #2e6ffd;
}
#welcome {
	float: right;
	font-size: 11px;
	padding-right: 20px;
	margin-top: -10px;
}
a {
	color: #1D69EF;
	text-decoration: underline;
}
a:visited {
	color: #459F8C;
	text-decoration: underline;
}
a:hover {
	color: #004E5F;
	text-decoration: none;
}

#footer {
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color: #676767;
}
#footer a,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
.floatRight {
	float: right;
	margin: 0 0 5px 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.strong {
	font-weight: bold;
}
.required {
	color: #ff0000;
	vertical-align: super;
}
.contactField {
	font-weight: bold;
	text-align: right;
	width: 80px;
}
.hidden {
	display: none;
}
table.data {
	border-collapse:collapse;
}
table.data, table.data td, table.data th {
	border:1px solid #8F8F8F;
}
#nav {
}
ul#nav {
	padding: 0;
	margin-left: 20px;
	width: 950;
	background: transparent url(/image/nav-bg.png) top left no-repeat;
	height: 35px;
	padding-left: 20px;
}
ul#nav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}
ul#nav li a, ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}
ul#nav li a.active, ul#nav li a:hover {
	color: #000;
}
.error {
	padding: 5px;
	color: #fff;
	background-color: #D74937;
}
.success {
	padding: 5px;
	background-color: #93FF09;
}
.fldNote {
	font-size: 85%;
	color: #585858;
}
.center {
	text-align: center;
}
#contactBox, #enquiryForm {
	width: 45%;
	padding: 10px;
	padding-top: 5px;
	background-color: #F2F2F2;
	border: 2px solid #D1D1D1;
	border-radius: 5px;
}
#contactBox h2 {
	margin-top: 5px;
}
.btn {
	text-align: center;
	width: 187px;
	height: 65px;
	line-height: 65px;
	background: transparent url(/image/btn.png) top left no-repeat;
	font-size: 16px;
}
.btn a, .btn a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.tblData {
}
.tblData .title {
	font-size: 150%;
}
.tblData td {
	background-color: #E8F1FF;
}
.tblData th {
	background-color: #44A9DC;
	color: #fff;
}
a.addAnother, a.addAnother:visited {
	text-decoration: none;
	color: #44A9DC;
}
a.addAnother:hover {
	text-decoration: underline;
}

.mainpage_contact {

    margin: auto auto;
    text-align:center;
    border-style:solid;
    border-width: 2px;
    border-color: #0000ff;
    width: 40%;
}