body {  /*sets the background colour of the page and the type style.*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: 130%;
	background-color: #123755;
}
a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #E46E2E;
}
a:hover {
	text-decoration: underline;
}
#wrapper{ /*creates a box to centre the site on the page.*/
	width: 1000px;
	text-align: center;  /*for all browsers to centre box*/
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	background-color: #4B627B;
	/*background-image: url(images/background1_08.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

#logo{
	float: right;
	padding: 0;
	padding-right: 45px;
	padding-top: 15px;
	margin: 0 0 30px 0;
}

#navigation{ /*creates the navigation bar*/
	width: 903px;
	/*height: 50px;*/
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: right;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li{ /*styles each list element for a button*/
	text-align: center;
	color: #FFFFFF;
	font-size: 13pt;
	float: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	clear: right;
	
}
#navigation a, #navigation a:hover, #navigation a:visited{
	width: 129px;
	height: 33px;
	display: block;
	margin: 0;
	padding:0;
	padding: 17px 0 0 0;
	background: url(images/button.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	
}

#navigation a:hover{
	background: url(images/buttonOv.gif) no-repeat;
}

#legal #legalLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#home #homeLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#finance #financeLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#comm #commLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#training #trainingLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#about #aboutLink a{
	background: url(images/buttonOv.gif) no-repeat;
}
#contact #contactLink a{
	background: url(images/buttonOv.gif) no-repeat;
}

#container{ /*creates a box for the main content*/
	width: 903px;
	padding: 0 0 20px 0;
	margin: 0 auto 0px auto;
	background: #123755 url(images/background2_13.gif) no-repeat 0 0;
	text-align: left;
	
}
#menuPanel{
	width: 185px;
	height: 100%;
	float: left;
	margin: 30px 5px 0 10px;
	padding: 0px 0px 0 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12pt;
}
#menuPanel dl{
	padding: 0;
	margin: 0;
}
#menuPanel dt{
	font-weight: bold;
	color: #E46E2E;
	margin: 0;
	padding: 15px 0 2px 0;
}
#menuPanel dt.top{
	padding-top: 0px;
}
#menuPanel dd{
	padding: 0;
	margin: 1px 0 5px 15px;
}
#menuPanel dt a{
	font-weight: bold;
	color: #E46E2E;
	text-decoration: none;
}
#menuPanel dt a:hover{
	text-decoration: underline;
}
#content{
	width: 650px;
	margin: 25px 0px 0px 200px;
	padding: 0px 5px 0 20px;
	border-left: 1px solid #C7EBFC;
}
#contentvfd{
	width: 650px;
	margin: 25px 0px 0px 200px;
	padding: 0px 5px 0 20px;
}
#home #content{
	width: 903px;
	border-left: 0;
	margin: 0px 0 0 00px;
	padding: 0;
}
#about #content{
	width: 903px;
	border-left: 0;
	margin: 0px 0 0 00px;
	padding: 0;
}
#contact #content{
	width: 903px;
	border-left: 0;
	margin: 0px 0 0 00px;
	padding: 0;
}
#textRight{
	margin-left: 300px;
}
#textLeft{
	width: 550px;
	margin-left: 40px;

}
#emailForm{
	border: 2px solid #4B627B;
	background-color: #C7EBFC;
	margin: 0;
}

#emailForm input, #emailForm textarea{
font-family:Arial, Helvetica, sans-serif;
color: #123755;
}
#emailForm table{
	margin:0;
	padding: 0;
}
#emailForm td{
	color: #123755;
	font-size: 11pt;
	margin: 0;
	padding: 10px;
}
#footer {
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
}
#footer a, #footer a:hover #footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #E46E2E;
}

h1{
	color: #E46E2E;
	font-size: 18pt;
	text-align: left;
	margin: 50px 0 30px 0;
	font-weight: normal;
	text-decoration: underline;
}
h2{
	color: #E46E2E;
	font-size: 13pt;
	text-align: left;
	text-transform: uppercase;
	margin: 50px 0 10px 0;
	font-weight: bold;
	text-decoration: none;
}
#terms h2{
	margin: 20px 0 5px -22px;
}
.firstHead{
	margin-top: 0;
}
#home .firstHead{
	margin-top: 10px;
}
p{
	text-align: justify;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 140%;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clearBoth{
	clear: both;
	height: 1px;
}
.topLink{
	text-align: right;
	clear: right;
}
dl{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	margin: 30px;
	padding: 10px;
}
dt{
	margin: 8px 0 0 10px;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0 10px 0;
}
dd{
	font-weight: normal;
	font-size: 11pt;
	margin-left: 20px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
ul{
	color: #FFFFFF;
	margin: 27px 0 20px 35px;
	font-weight: bold;
}
h3{
	margin: 0px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #FFFFFF;
}
li{
	font-weight: normal;
	font-style: italic;
	list-style-type: none;
	padding: 5px 0 5px 20px;
	margin-top: 5px;
	background: url(images/legal/bullet.gif) no-repeat 0 10px;
}
#terms ul{
	color: #FFFFFF;
	margin: 0px 0 0px 0px;
	padding: 0 0 0 0px;
	font-weight: bold;
}
#terms li{
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: none;
}
.imgFloatRight{
	float: right;
	margin: 10px 20px 10px 50px;
	padding: 5px;
	clear: right;
}
#home .imgFloatRight{
	margin-right: 0px;
	padding: 0;
	text-align: right;
}
#about .imgFloatRight, #contact .imgFloatRight{
	margin-right: 0px;
	padding: 0;
	text-align: right;
}
#about .imgFloatRight{
	margin: 10px 50px 10px 10px;
}

.imgFloatLeft{
	float: left;
	padding: 15px;
	margin: 0px 20px 20px 0px;
}
.quote{
	width: 400px;
	min-height: 140px;
	padding: 5px 0 2px 50px;
	background-image: url(images/legal/quotes.gif);
	background-repeat: no-repeat;
	color: #FFD4AB;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 130%;
	text-align: left;
	margin: 30px 0 10px 20px;
}
.quoteFloatR{
	float: right;
	width: 300px;
	min-height: 140px;
	padding: 5px 0 2px 50px;
	background-image: url(images/legal/quotes.gif);
	background-repeat: no-repeat;
	color: #FFD4AB;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 130%;
	text-align: left;
	margin: 0 0 20px 20px;
}
.contactTxt{
	font-size: 14pt;
}
.bigGap{
	height: 20px;
}
.centreIt{
	text-align: center;
}
#contact .centreIt, #training .centreIt{
	font-size: 10pt;
}
.imgNoSpace{
	margin: 0px 200px 10px 0px;
}
