body {
	margin: 0;
	padding: 0;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-color: #a9c8e6;
 }
#top-images {
	position: relative;
	text-align: left;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left: 2px solid #050549;
	border-right: 2px solid #050549;
}
#top-images img {
	vertical-align:bottom;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 756px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 2px solid #050549;
	border-bottom: 2px solid #050549;
	border-right: 2px solid #050549;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	font-size: 90%;
	line-height: 1.5;
	color: #000066;
}
#content a {
	color: #000066;
	text-decoration: underline;
}
#content a:hover {
	color: #f74a00;
	text-decoration: underline;
}

#pics {
	float: right;
	width: 220px;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
}

/* Navigation Styling */

#navigation {
	background-color: #050549;
	width: 100%;
	height: 47px;
	background-image: url("/images/nav-img.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 365px;
}
#navigation li {
	display: inline;
	font-size: .9em;
}
#navigation li a {
	float: left;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a.highlightednav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer Styling */

#footer {
	clear: both;
	padding: 20px 0 20px 0;
	background-color: #ff9000;
	font-size: 90%;
	text-align: center;
	color: #000000;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* General Text Styling */

h1 {
	font-size: 135%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000066;
	border-bottom: 1px solid #6699CC;
	background-color: #FFFF99;
	padding-left: 10px;
	padding-top: 3px;
}
a img {
	border: 0;
}
.imgborder {
	border: 3px solid #ff9000;
	padding: 8px;
	background-color: #050549;
}
#address {
	margin: 0 auto;
	background-image:url('/images/address-bg.gif');
	background-repeat: no-repeat;
	width: 150px;
	height: 130px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 75%;
}
#address p {
	margin: 8px;
}