body, #container {
	background: none;
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	overflow: hidden;
	}
#wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	}
#container, #header, #content, #contentTitle, #contentBody, #copyright, #footer { width: 95%; }
#flash, #navigation, hr { display: none; }
#header, #footer {
	display: block;
	overflow: hidden;
	margin: 10px 20px;
	}
#header, #header a, #header a:link, #footer { color: #154295; }
#header {
	position: relative;
	height: 67px;
	border-bottom: 2px solid #154295;
	}
#header a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	text-decoration: none;
	line-height: 120%;
	}
#content {
	float: none;
	margin: 30px auto;
	}
#contentTitle, #contentTitle h1 { background: none; }
#contentTitle h1 {
	color: #F8A21B;
	border-left: 10px solid #F8A21B;
	margin-left: -10px;
	}
#contentBody .box {	border: 1px solid #74A1BA; }
#contentBody .box p, #contentBody .box h4, #contentBody .box ul { border: 0; }
#footer { border-top: 2px solid #154295; }
#footer h2 {
	text-align: right;
	line-height: 120%;
	font-weight: normal;
	}


