@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #00325B;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border: 0;
}

#topBar {
	height: 110px;
	width: 100%;
	text-align: left;
	background-color: #00325B;
	position: relative;
}
#logo {
	position: relative;
	left: 50px;
	top: 15px;
}
#navBar {
	background-image: url(/images/blank.jpg);
	background-repeat: repeat-x;
	text-align: center;
	position: absolute;
	height: 34px;
	width: 100%;
	bottom: 1px;
	left: 0px;
}
#navBar div {
	margin: 0px auto;
	width:760px;
	height:34px;
}
#navBar div img {
	margin: 0px 17px 0px 18px;
}
#mainContent {
	text-align: justify;
	width: 700px;
	padding: 0px 30px;
	margin: 30px auto;
	position: relative;
}
p {
	margin-top: 0px;
}
