body {
	background-color: #A2BDD6;
	background-image: url(images/top_band.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 90px;
	margin-bottom: 0px;
}
#content {
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003890;
	border-bottom-color: #003890;
	border-left-color: #003890;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 20px;
	width: 740px;
	margin-bottom: 0px;
}
#display {
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 0px;
}
#leftCol {
	float: left;
	width: 200px;
}

#rightCol {
	float: right;
	width: 200px;
}
#picZone {
	float: left;
}
h2 {
	font-size: 14px;
	color: #003890;
}
h3 {
	font-size: 14px;
	color: #003890;
	font-weight: normal;
}
a {
	color: #4577B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
