@charset "utf-8";
/* CSS Document */


body { background-color: #013047; margin: 0; padding: 0; }
#wrapper { width: 876px; margin: 0 auto; background-color: #f0eff0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
#header {
	width: 876px;
	height: 171px;
	background-image: url(images/h1.jpg);
}
#nav { margin-left: 20px; }
	#nav table { width: 838px; height: 31px;  background-image: url(images/bg-nav.jpg);}
	#nav td { vertical-align: middle; text-align: center; }
	#nav td:hover { background-image: url(images/bg-nav-over.jpg); }
	#nav a { text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; color: black; }
#main-content { background-color: white; background-image: url(images/bg-grey-to-white.jpg); background-repeat:repeat-x;padding-left: 19px; padding-right: 11px; width: 846px; min-height: 200px;}
#footer { background-image: url(images/bg-footer.jpg); background-position: bottom; background-repeat: repeat-x; min-height: 147px; text-align: center;}



img { border: none; }
h1,h2,h3,h4,h5 { margin-left: 0px; color: #303030; }
h2 { padding-top: 0px; }
li { margin-bottom: 10px; }
p {
	margin-left: 0px;
}
.home p { margin-left: 0px; margin-right: 0px; }
.home ul { margin-right: 0px; }
.err { color: red; margin-top: 5px; }

.homebannerlinks { width: 250px; height: 23px; cursor: pointer; }
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	line-height: 25pt;
}

