* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #d6dde7;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
}
p.first {
	margin-top: 1em;
}
img {
	border: 0;
}
div#body {
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
	text-align: left;
	width: 760px;
}
div#border {
	border: 1px solid #000;
}
div#header {
	background-color: #022b59;
	background-repeat: no-repeat;
	background-position: top left;
	height: 73px;
}

/* Menu - Primary */

div#menu-primary {
	position: relative;
	text-align: right;
	top: 46px;
}
div#menu-primary ul {
	list-style: none;
}
div#menu-primary ul li {
	display: inline;
	margin-right: 5px;
}
div#menu-primary ul li.right {
	margin-right: 0;
}

/* Menu - Secondary */

div#menu-secondary {
	background-color: #8393ac;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	text-align: right;
}
div#menu-secondary ul {
	list-style: none;
	margin-top: 2px;
}
div#menu-secondary ul li {
	display: inline;
	margin-right: 45px;
}

/* Content */

div#content {
	background-color: #fff;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 758px;
}
div#content img.title {
	margin: 17px 0 1em 14px;
}
div#content p {
	font-size: 11px;
	line-height: 18px;
	margin-left: 15px;
	margin-right: 15px;
}
div#content p.bottom {
	margin-bottom: 0;
}
div#content h2 {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1em;
	font-weight: bold;
}
div#content ol, div#content ul {
	margin-left: 47px;
	margin-bottom: 1em;
}
div#content a {
	color: #022b59;
}
div#content a.index {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
div#content ol.faq {
	margin-left: 34px;
}
div#content ol.faq li {
	font-size: 12px;
	font-weight: bold;
}
div#content ol.faq li p {
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	margin-top: 1em;
}
div#content span.bullet {
	font-size: 13px;
}
div#content div#column-left {
	float: left;
	padding: 15px 0 0 15px;
	width: 362px;
}
div#content div#column-right {
	float: right;
	position: relative;
	width: 377px;
}
div#content div#column-single {
	padding: 15px;
}
div#content div#bottom-right {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
		bottom: 15px;
		right: 15px;
}
div#content div.clear {
	clear: both;
}
/* Footer */

div#footer {
	background-color: #8393ac;
	padding: 10px 0;
	text-align: center;
}
div#copyright {
	color: #ffffff;
	font-size: 12px;
}
