	body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: White;
	background-repeat: repeat;
	color: #333333;
	}

	#wrapper {
	background-color: White;
	margin: 5px 40px 5px 40px;
	padding: 5px;
	}

	#header {
   width: 840px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

	}

	#header-bottom {
	font-family:"Clarendon BT";
	background-color: #FFFFFF;
	border-bottom: 2px solid #B20A1F;
	border-top: 2px solid #B20A1F;
	height: 1%;
	margin-top: 15px;
	}
	#header-bottom ul {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	}
	#header-bottom li {
	display: inline;
	background-color: white;
	color: #0461A0;
	}
	#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: white;
	color: #0461A0;
	}
	#header-bottom a:hover {
	text-decoration: none;
	background-color: White;
	color: #B20A1F;
	}
	#tagline {
	font-family: "Clarendon BT";
	font-weight: bold;
	background-color: white;
	color: #0461A0;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 20px;
	width: 500px;
	float: left;
}

#content {
	margin: 0 200px 0 200px;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #333333
	padding: 10px;
}

	#content h3 {
	font-family: "Clarendon BT";
	text-align: center;
	font-size: 130%;
	font-style: normal;
	color: #B20A1F;
	background-color: #FFFFFF;
	}

	#content a:link, #content a:visited {
	text-decoration: none;
	background-color: white;
	color: #333333;
	}
	#content a:hover {
	text-decoration: none;
	background-color: White;
	color: #0461A0;
	}
	
	#footer {
	background-color: White;
	margin: 5px 0 0 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 80%;
	text-align: center;
	clear: both;
   color: #0461A0;
	}