@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	height: 144px;
}
#PageFlow {
	margin-top: 72px;
	margin-bottom: 72px;
}
#Footer {
	padding: 8px;
	margin-top: 6px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 0.65em;
	color: #666666;
	font-weight: normal;
	clear: both;
}
#Footer a {
	text-decoration: none;
	color: #999966;
}
#Footer a:hover {
	color: #006699;
	text-decoration: underline;
}
