body {
	background: #fdfadc url(../img/bg_header.png) repeat-x center 52px;
	font: 16px/1.4 georgia, serif;
	color: #14364d;
	margin: 0;
	text-align: center;
}

a {
	color: #224CA1;
}

a:hover {
	color: #000;
}

#wrap {
	width: 768px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 52px 0 26px;
	height: 147px;
	position: relative;
}

#header .shield {
	display: block;
	width: 294px;
	height: 246px;
	background: url(../img/shield.png) no-repeat center top;
	position: absolute;
	top: -43px;
	left: 0;
}

#header h1 {
	text-indent: -9999px;
	width: 394px;
	height: 147px;
	background: url(../img/title.png) no-repeat;
	float: left;
	margin: 0 0 0 300px;
}

#body {
	zoom: 1;
}

#body:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#secondary {
	width: 294px;
	padding: 70px 0;
	margin-right: 6px;
	float: left;
}

#primary {
	float: left;
	width: 394px;
}

#footer {
	margin: 52px 0;
	border-top: 1px solid #14364d;
	clear: both;
}

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li {
	list-style: none outside;
	line-height: 2;
}

li .active {
	font-weight: bold;
	text-decoration: none;
}

#footer .inline-nav {
	text-align: center;
	font-size: 12px;
}

#primary .inline-nav {
	width: 494px;
}

.inline-nav {
	margin: 0.5em 0;
	padding: 0;
}

.inline-nav li {
	list-style: none outside;
	display: inline;
}

.inline-nav li:after {
	content: "\2022";
	padding: 0 0.25em 0 0.5em;
}

.inline-nav li:last-child:after {
	content: "";
}

/** Content
---------------------------------------*/

.bleed-right {
	float: right;
	margin-right: -94px;
	margin-left: 5px;
}

#body p {
	zoom: 1;
}

#body p:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#body p img {
	padding: 5px;
	border: 1px solid #14364d;
}

#body table {
	width: 470px;
}

#body table td {
	vertical-align: top;
}

#body table tr:nth-child(2n) {
	background: #DDDAC2;
}

