body {
	background-color: #001B39;
	background-image: url(../images/bodyBG.gif);
	text-align: center;
	margin: 0px 0px 30px 0px;
	background-attachment: fixed;
}
.center {
	margin: 0px auto;
	width: 770px;
	text-align: left;
	position: relative;
}
#whiteBG {
	background-color: #FFFFFF;
	position: fixed;
	height: 150px;
	width: 35%;
	left: 0px;
	z-index: 9;
}
#greyBG {
	background-color: #ededed;
	height: 142px;
	width: 50%;
	right: 0px;
	position: fixed;
	z-index: 9;
}

/* ---------------------------------------------------------------- HEADER */

#fixed {
	width: 100%;
	position: fixed;
	z-index: 10;
	height: 200px;
}
#fixed .center {
	background-image: url(../images/headerBG.png);
	background-repeat: no-repeat;
}
h1 a {
	background-image: url(../images/logo.gif);
	display: block;
	height: 150px;
	width: 265px;
	margin-left: 12px;
}
p.intro {
	position: absolute;
	width: 450px;
	font-size: 18px;
	color: #4d4d4d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0px;
	line-height: 26px;
	text-shadow: 1px 1px 0px #fff;
	padding: 31px 10px 0px 0px;
}
#nav {
	margin: 3px 0px 0px 55px;
}
#navBGtop {
	background-image: url(../images/navBGtop.png);
	height: 13px;
	width: 180px;
}
#navBGbottom {
	background-image: url(../images/navBGbottom.png);
	height: 13px;
	width: 180px;
}
#nav ul {
	background-image: url(../images/navBG.png);
	background-repeat: repeat-y;
	width: 180px;
	padding: 2px 0px;
}
#nav ul li a {
	background-color: #156fbb;
	display: block;
	border-top: solid 1px #91d4eb;
	border-bottom: solid 1px #031a4b;
	margin: 0px 9px;
	color: #fff;
	font-size: 16px;
	padding: 7px 16px;
	background-image: url(../images/navitemBG.gif);
	background-repeat: repeat-x;
}
#nav ul li a:hover {
	border-top: solid 1px #80b8e3;
	background-position: bottom;
}

/* ---------------------------------------------------------------- CONTENT */

#scroll {
	position: relative;
	z-index: 0;
	padding-top: 130px;
}
.contentBGtop {
	background-image: url(../images/contentBGtop.png);
	height: 11px;
	margin: 0px 0px 0px 239px;
	width: 524px;
}
.contentBGbottom {
	background-image: url(../images/contentBGbottom.png);
	height: 11px;
	margin: 0px 0px 0px 239px;
	width: 524px;
}
.content {
	width: 510px;
	background-image: url(../images/contentBG.png);
	margin: 0px 0px 0px 239px;
	padding: 0px 7px 40px 7px;
}
.content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #072040;
	padding: 30px 40px 0px 50px;
}
.content img.banner {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border-top: solid 5px #d9d9d9;
	border-bottom: solid 5px #d9d9d9;
}
.content p, .content ul {
	padding: 20px 40px 0px 50px;
	color: #2d2d2d;
	line-height: 20px;
}
.content ul {
	list-style-type: disc;
	margin-left: 15px;
}
.content a {
	color: #104f9c;
	border-bottom: solid 1px #87a7cd;
}
.content a:hover {
	border-bottom: 0px;
}

