@charset "iso-8859-1";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 95%;
}

body {
	text-align: right;
	padding: 0px 0px 0px 0px;
	background-color:#EBEBEB; /* #A5ADBC; */
/*
	background-image:url('../images/logobg.jpg');
	background-repeat:no-repeat;
*/
	line-height: 1.2em;
	font-size: 1em;
	color: #2d2e2e;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0px 0px 0px 0px;
}
body img {
	border: 0px;
	text-decoration: none;
}
 
h1, h2, h3 {
	color: #69c;
	margin: 10px 0px 2px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
	font-size: 1.7em;
}
 
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
  font-size:1.2em;
}
 
a, a:link {
	color: #4095df;
	text-decoration: none;
	font-weight: bold;
}
 
a:visited {
	color: #4870aa;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover {
	color: #2170bd;
	text-decoration: underline;
}
 
a:focus {
	color: #2170bd;
}
 
a:active {
	color: #039;
}


#outerWrapper {
	background-color: #fff;
	width: 964px;
	text-align: left;
	margin: 5px auto 0px auto;
	border:1px solid black;
}
#outerWrapper #header {
	background-color: #181d4e; /* #1921a3; */
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #4b647f;
	height: 120px;
	position:relative;
}
#outerWrapper #header .title {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color:yellow;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 500px;
	margin-bottom: 10px;
	vertical-align: top;
}
#outerWrapper #header .subtitle1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight:normal;
	color: white;
	padding:0;
	position:absolute;
	top:110px;
  left:60px;
}
#outerWrapper #header .subtitle2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .95em;
	font-weight:normal;
	color: white;
	padding:0;
	position:absolute;
	top:20px;
  left:800px;
  text-align:center
}
#outerWrapper #header .head {
	clear: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 2px white solid;
}
#outerWrapper #header .headt {
	clear: none;
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	border: 0px white solid;
}
#outerWrapper #header .heada {
	clear: none;
	float: left;
	margin: 0 5px 0 10px;
	padding: 0;
	border: 2px white solid;
	background-color:#eaeff5;
	height:81px;
	width:140px;
	text-align:center;
	font-weight:bold;
	padding-top:9px;
}
#outerWrapper #header .logo {
	clear: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
#outerWrapper #topNavigation {
	background-color: #eaeff5;
	height: 25px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #9bb6d2;
}

#outerWrapper #topNavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #topNavigation li {
	float: left;
}
#outerWrapper #topNavigation a {
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
	padding: 5px;
	display: block;
	border:1px solid;
	border-top-color:white;
	border-right-color:white;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	font-size:13px;
}
#outerWrapper #topNavigation a:hover {
	background-color: #353C48;
	color: #FFFFFF;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:white;
	border-left-color:white;
}
#outerWrapper #contentWrapper #rightColumn1 {
	padding: 10px 10px 10px 10px;
	float: right;
	border-left: solid 0px #9bb6d2;
  border-bottom: solid 0px #9bb6d2;
  width: 200px;
	background-color:#41457b; /* #eaeff5; */
	color:white;
}
#outerWrapper #contentWrapper #rightColumn1 ul {
  padding-top:0px;padding-bottom:0px;margin-top:0;margin-bottom:0;
}
#outerWrapper #contentWrapper #rightColumn1 p.close {
  padding-bottom:0px;margin-bottom:0;
}
#outerWrapper #contentWrapper #content {
	padding: 10px 20px 10px 20px;
	margin: 0px 220px 0px 0px;
}
#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: both;
}
#outerWrapper #footer {
	background-color: #b3b5c2; /* #eaeff5; */
	border-top: solid 1px #9bb6d2;
  padding: 10px 10px 10px 10px;
}
 
#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .7em;
	color: gray;
}
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.ctr {
	text-align: center;
}
 
.smltxt {
	font-size: small;
}

.tight {
   margin-top:0;
   padding-top:0
}
 
.imgctr {
	display: block;
	margin: 0px auto;
}
 
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 1px solid #353c48;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	border: 1px solid #353c48;
	color: #ffffff;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
	background-color: #353c48;
}
.cf {
	border: 1px solid #424852;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #353c48;
	background-color: #353c48;
	color: white;
}

table#enquiry {
	border: 1px solid #C0C0C0;
	width:90%;
	margin:0;
	padding:0;
	background-color:#eaeff5;
}
table#enquiry td        {
  padding:4px;
}
table#enquiry td.prompt {
  text-align:right;width:25%;vertical-align:top;
}
table#enquiry td.value {
  text-align:left;width:75%;vertical-align:top;
}
.download {
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin: 50px auto 20px auto;
	width: 450px;
	clear: left;
}

