/* Written by REG, March-April 2009 */ 

* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	background-color: white;
}
table {
	border-collapse: collapse;
	table-layout: auto;
}
td {
	vertical-align: top;
	font-size: 13px;
}
h1 {
	margin: 8px 0;
	color: #c00;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	color: #0f138f;
	font-weight: bold;
	font-size: 15px;
}
h3 {
	margin: 8px 0 0 0;
	color: #33c;
	font-weight: bold;
	font-size: 15px;
}
hr {
	display: none;
}
.hr {
	height: 1px;
	width: 100%;
	background-color: #c00;
	margin: 8px 0;
}
p {
	margin: 16px 0;
}
blockquote {
	margin: 16px 40px 0 40px;
}
.accent {
	color: #c00;
}
.logo {
	width: 174px;
	height: 99px;
	background: #0f138f url(images/interface/content_banner.jpg) no-repeat scroll left center;
}

.header {
	height: 99px;
	background: #0f138f url(images/interface/content_banner.jpg) no-repeat scroll -174px center;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.header a {
	color: white;
}
.header a:hover {
	color: white;
	background-color: #0f138f;
}
.header p {
	margin: 20px;
}
.header .accent {
	color: #f33;
}
.navigation {
	padding: 0 0 50px 0;
	width: 174px;
	background-color: #33c;
	color: #f33;
}
.navigation a {
	color: white;
}
.navigation a:hover {
	color: white;
	background-color: #33c;
}
.navigation ul {
	padding: 1px 0px 1px 0px;
	background-color: #0f138f;
	list-style: none outside none;
	font-size: 11px;
}
.navigation li {
	margin: 8px 15px 8px 15px;
}
.navigation ul ul {
	padding: 0;
	border-left: 1px solid #c00;
}
.content {
	margin: 0px 16px;
	background-color: white;
	vertical-align: top;
}
.content a {
	color: #0f138f;
}
.content a:hover {
	color: white;
	background-color: #0f138f;
}
.content ul, .content ol {
	margin: 16px 0 16px 40px;
}
.content ul ul, .content ol ol {
	margin: 0 0 0 16px;
}
.content .accent {
	color :#c00;
}
.footer {
	background-color: #0f138f;
	color: white;
	text-align: center;
}
.footer a {
	color: white;
	font-weight: bold;
}
.footer a:hover {
	color: white;
	background-color: #33c;
}
.footer p {
	margin: 12px;
	font-size: 11px;
}
.footer ul {
	margin: 12px;
	padding: 0;
	color: #f33;
}
.footer li {
	display: inline;
}
.footer .accent {
	color: #f33;
}
