/* defaults */
body {
	background-color: #C3E9F2;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:76% ;
	color:#2b525e;
}

/* layout */
.pageCanvas {
	width: 800px;
	position: absolute;
	left: 50%;
	background-color: #F2F4F6;
	top: 10px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px -400px;
}
.pageBanner, .pageFooter {
	width: 100%;
	left: 0px;
	background-image: url(../images/logo/bannerBack.gif);
	background-repeat: repeat-y;
}
.pageBanner {
	height: 190px;
	position: relative;
	margin: 0px; 
	padding: 0px ;
	display: block;
}
.pageImage {
	border-top: solid  #ffffff 2px;
	border-bottom: solid  #ffffff 2px;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.pageText {
	width: 435px;
	height: auto;
	position: static;
	left: 0px;
	color: #18414E;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 332px;
}
.pageText ul {
  list-style-type:disc;
	list-style:inside;
	padding:0px;
	margin:0 0 1.6em 0;
	line-height:1.6em;
}
.bannerTagline {
	position: absolute;
	left: 331px;
	top: 83px;
}
.bannerLogo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.pageContent {
	background-color: #F2F4F6;
	position: absolute;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 190px;
	left: 0px;
}
#pageMenuList {
	position: absolute;
	left: 329px;
	top: -55px;
	width: auto;
	font-size: 1.0em;
}
.pageFooter {
	height: 74px;
	width: 100%;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.footerContact {
	position: absolute;
	left: 331px;
	top: 51px;
}
.footerCopyright {
	position: absolute;
	left: 131px;
	top: 51px;
}
.textTable {
	padding:0px;
	margin:0px;
	width:100%;
	table-layout:fixed;
}	
.textTable td {
	vertical-align:top;
}
/* typography */
p {
	font-size:1.0em;
	line-height:1.6em;
	padding: 0px;
	margin: 0 0 0.8em 0;
}
h1, h2 {
	font-size: 1.1em;
	padding-bottom: 0em;
}
h1 {
	margin-bottom: 0.6em;
}
h2 {
	margin: 0 0 0.4em 0;
}
.menuFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.footerFont {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* links */
a {
	color:#2b525e;
	border:0;
}
a:link, a:visited {
	text-decoration:none ;
}
a:hover, a:active {
	text-decoration:underline ;
}
.pageFooter a {
	color:#FFFFFF;
}
