body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 840px;
	font-size: 12px;
	background-color: #c7ced8;
}

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	background-color: #0c60a6;
}

#links {
	background-color: #0c60a6;
	float: right;
	height: 37px;
}

#navbarbottom {
	height: 9px;
	background-color: #adadab;
	clear: both;
}

#pagetitle {
	padding: 20px;
	background-color: #eaeaea;
}

#pagetitle h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #0c60a5;
}

#pagetitle p {
	margin: 0;
	padding: 0;
}

#content {
	padding: 16px;
	background-color: #ffffff;
}

#footerbar {
	height: 9px;
	background-color: #adadab;
	clear: both;
}

#footercontent {
	background-color: #0c60a6;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #eeeeee;
}

div.clear {
	clear: both;
}

/* Sidebox */
div.sideimage {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	border: 1px solid #777777;
}

div.quote {
	float: right;
	width: 200px;
	border-top: 2px solid #0c60a5;
	border-bottom: 2px solid #0c60a5;
	margin: 0 0 16px 16px;
	padding: 16px;
}

p.quotebody {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}

p.quoteauthor {
	text-align: right;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

h2.sidebox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	margin-top: 0;
}

ul.sidebox {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul.sidebox li {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

/* Text */

p {
	margin-top: 0;
}

/* Links */

a {
	color: #2b5b83;
	text-decoration: underline;
}

a:active {
	color: #2b5b83;
	text-decoration: underline;
}

a:visited {
	color: #2b5b83;
	text-decoration: underline;
}

a:hover {
	color: #7799b5;
	text-decoration: underline;
}