body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #113962;
	background-color: #FFFFFF;
}
#subContainer {
	width: 760px;
	background-color: #B2E6FE;
	margin-right: auto;
	margin-left: auto;
}
#headerBar{
	width: 760px;
	height: 133px;
	background-color: #B2E6FE;
}
#logo{
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
}
#navBar{
	text-align: left;
	width: 760px;
	display: inline-block;
	background-color: #FFFFFF;
}
#onePixelSpacer{
	height:1px;
	width: 760px;
	background-color: #B2E6FE;
}
#fivePixelSpacer{
	height:5px;
	width: 760px;
	background-color: #B2E6FE;
}
#centralContent{
	width: 760px;
}
#sidebars{
	width: 760px;
	background-color: #B2E6FE;
	z-index: 1;
}
#presentationarea{
	margin-left: 10px;
	width: 730px;
	background-color: #FFFFFF;
	z-index: 2;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
	font-size: 10pt;
}
#bottomContent{
	width: 760px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
	background-color: #B2E6FE;
}
