body {
	scrollbar-face-color: #444444;
	scrollbar-hightlight-color: #444444;
	scrollbar-shadow-color: #C6C6C6;
	scrollbar-3dlight-color: #C6C6C6;
	scrollbar-arrow-color: #C6C6C6;
	scrollbar-track-color: #C6C6C6;
	scrollbar-darkshadow-color: #4F585F;
	background-color: #444444;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#PageOuter {
	background-image:url(../images/border.png);
	background-position: center top;
	background-repeat:repeat-x;
	width: 784px;
	margin:0 auto;
	padding: 0 6px 0 6px;
}
#pageSurround {
	width: 767px;
	margin: 0px auto;
	padding: 6px;
	background-color: #FFFFFF;
	color: #333333;
}
#Header {
	text-align: right;
	height: 100px;
	width: 767px;
	margin:0;
	color: #FFFFFF;
	background-color: #012674;
}
#logo {
	width: 290px;
	height: 100px;
	float: left;
	position: relative;
}
#strapLine {
	width: 430px;
	height: 60px;
	float: left;
	position: relative;
	padding: 20px;
}
#nav {
	background-color: #C6C6C6;
	width: 767px;
	height: 30px;
	font-size: 12px;
}
.tab {
	background-color: #C6C6C6;
	width: 96px;
	height: 16px;
	padding: 7px;
	position: relative;
	float: left;
	border-right: 1px solid #FFFFFF;
	display: block;
	text-align: center;
}
.tabActive {
	background-color: #444444;
	width: 96px;
	height: 16px;
	padding: 7px;
	border-right: 1px solid #FFFFFF;
	display: block;
	position: relative;
	float: left;
}
#mainImage {
	width: 767px;
	height: 125px;
}
#mainBody {
	background-color: #EBEBEB;
	padding: 14px;
}
#colMain {
	background-color: #C6C6C6;
	padding: 10px;
	width: 448px;
	margin-right: 14px;
	float: left;
	position: relative;
}
#colWide {
	background-color: #C6C6C6;
	padding: 10px;
	width: 719px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#noPadRight {
	float: left;
	position: relative;
	margin-bottom: 14px;
}
#colRight {
	background-color: #C6C6C6;
	padding: 10px;
	width: 237px;
	float: left;
	position: relative;
	margin-bottom: 14px;
}
#pageFooter {
	padding: 10px 0 10px 0;
}
#pageFooterLeft {
	width: 468px;
	text-align: left;
	position: relative;
	float: left;
	vertical-align: bottom;
}
#pageFooterRight {
	width: 271px;
	text-align: right;
	position: relative;
	float: left;
	vertical-align: bottom;
}

#footerLinks {
	padding: 10px;
	text-align: center;
	width: 784px;
	margin:0 auto;
}
.ableflow {
	display:none;
}