#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: transparent;
	background-image: url(Images/newbanner.jpg);
	text-align: left;
	background-repeat: no-repeat;
	float: left;
	height: 172px;
	width: 910px;
	position: fixed;
	top: 0px;
	left: 5px;
	z-index: 1;
}
#main {
	float: left;
	width: 910px;
	background-color: #FFFFFF;
	position: absolute;
	top: 180px;
	left: 5px;
}

#preamble {
	background-color: #BDD6EF;
	float: right;
	position: fixed;
	left: 925px;
	top: 5px;
	height: 172px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 0.5%;
	margin-top: 40px;

}

#links {
	background-color: #BDD6EF;
	float: none;
	position: fixed;
	top: 180px;
	left: 925px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#quickSummary   {
	background-color: transparent;
	width: 910px;
	z-index: 2;
	position: fixed;
	left: 5px;
	top: 120px;
	text-align: right;
	font-size: large;
	color: #FFFFFF;
}
#wrapper {
	width: 1024px;
	background-color: #FFFFFF;
}
#wrapper #links a {
	color: #31689F;
	font-weight: bold;
}
#wrapper #links h2 {
	font-size: smaller;
	font-weight: bold;
	color: #bdd6ef;
	background-color: #31689F;
}

body {
	background-color: #BDD6EF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper  #links  h6 {
	color: #BDD6EF;
}

