body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-colour.jpg);
	background-repeat: repeat;
	width: auto;
	height: auto;
	color: #000000;
	font-size: 12px;
	font-family: arial, "lucida console", sans-serif;
	text-align: center;
	
}

#bg-grad {
	background-image: url(../images/bg-grad.jpg);
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 644px;
	visibility: visible;
	display: block;
}

#content-bg {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
	text-align: center;
}

#content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
	text-align: center;
}

#leftDiv {
	margin: 0px;
	position: relative;
	width: 162px;
	height: 580px;
	display: inline;
	float: left;
}
#flashMenu {
	margin: 0px;
	position: relative;
	width: 162px;
	height: 580px;
	display: inline;
	float: left;
}

#rightDiv {
	margin: 0px;
	position: relative;
	width: 1063px;
	height: 580px;
	display: inline;
	float: left;
}

#topBanner {
	margin: 0px;
	position: relative;
	width: 1063px;
	height: 161px;
	display: block;
}

#scrollTopSpacer {
	margin: 0px;
	position: relative;
	width: 1063px;
	height: 2px;
	display: block;
}

#scrollLeftSpacer {
	margin: 0px;
	position: relative;
	width: 77px;
	height: 372px;
	display: inline;
	float: left;
	text-align: right;
}

#scroll {
	height: 372px;
	width: 913px;
	text-align: left;
	overflow: auto;
	position: relative;
}

#scroll-long-LeftSpacer {
	margin: 0px;
	position: relative;
	width: 77px;
	height: 412px;
	display: inline;
	float: left;
	text-align: right;
}

#scroll-long {
	height: 412px;
	width: 913px;
	text-align: left;
	overflow: auto;
	position: relative;
}

#contactTopSpacer {
	margin: 0px;
	position: relative;
	width: 990px;
	height: 10px;
	text-align: center;
}

#contact {
	margin: 0px;
	position: relative;
	width: 990px;
	height: 30px;
	text-align: center;
}

#footerSpacer {
	margin: 0px;
	position: relative;
	width: 1063px;
	height: 8px;
}

#footer {
	margin: 0px;
	position: relative;
	width: 1063px;
	text-align: center;
}

.titleFont {
	color: #cf0005;
	font-size: 16px;
	font-family: arial;
}

.titleFont2 {
	color: #cf0005;
	font-size: 16px;
	font-family: arial;
}

.bodyFont {
	color: #00479a;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
}

.bodyFont2 {
	color: #00479a;
	font-size: 13px;
	font-family: arial;
}

.smallRedFont2 {
	color: #cf0005;
	font-size: 13px;
	font-family: arial;
}

.smallRedFont3 {
	color: #cf0005;
	font-size: 15px;
	font-family: arial;
}

.homeFont {
	color: #00479a;
	font-size: 15px;
	font-family: arial;
}

.smallFont {
	color: #333333;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}

.smallRedFont {
	color: #cf0005;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}

.smallBlueFont {
	color: #00479a;
	font-size: 15px;
	font-family: arial;
	text-decoration: none;
}

.footerFont {
	color: #e0e0e0;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #cf0005;
}

a:visited {
	text-decoration: none;
	color: #cf0005;
}

a:active {
	text-decoration: none;
	color: #cf0005;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.footerLink:link {
	text-decoration: none;
	color: #e0e0e0;
}

a.footerLink:visited {
	text-decoration: none;
	color: #e0e0e0;
}

a.footerLink:active {
	text-decoration: none;
	color: #e0e0e0;
}

a.footerLink:hover {
	color: #ffffff;
	text-decoration: none;

}

