.nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #397593;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #397593;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E56823;
	font-weight: bold;
	padding: 5px;
}
.nav a{
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover{
	text-decoration: none;
	color: #E56823
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #397593;
	margin: 0px;
	padding: 5px;
}
.bottomNav a {
	color: #E56823;
	text-decoration: none
}
.bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: none
}
.main {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #397593;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#topTitle {
	font-family: "Times New Roman", Times, serif;
	color: #CAD4D8;
	position: absolute;
	font-size: 60px;
	font-weight: bold;
	top: -58px;
	text-align: right;
	letter-spacing: 4px;
	right: 1px;
	padding-right: 5px;
}

.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #397593;
	padding: 0px;
	margin: 0px;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #397593;
}
body {
	background-color: #92B4CD;
	padding: 0px;
	margin-left: 10px;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container {
	margin: 0 auto;
	width: 752px;
	position: relative;
}	
#logo {
	position:absolute;
	top:-96px;
	left:49px;
	width: 100px;
}
#main {
	position:absolute;
	left: 0px;
	top: 40px;
}
.whiteBar {
	color: #397593;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
