﻿body {
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
	text-align: center;
}

img {
	border-width: 0px;
}

p, div, body, span, td {
	font-family: "Verdana", sans-serif;
}


h3 {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	color: #660000;
	margin: 0px;
}

h4 {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}

/* --- PAGE --- */

#page {
	width: auto;
	text-align: left;
}

/* --- HEADER --- */

#header {
	display: none;
}

/* --- NAVIGATION --- */

#navigation {
	display: none;
}

/* --- CONTENT --- */

#content {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#content * {
	font-size: 10pt;
	line-height: 25px;
	color: #333333;
}

#content a:hover {
	color: #990000;
}

#content h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#content h4 {
	color: #990000;
}

#content h5 {
	margin-bottom: -15px;
}

/* --- LEFT NAVIGATION --- */

#left-navigation {
	display: none;
}

/* --- SECTION TITLE --- */

#section-title {
	border-bottom: 1px #cccccc solid;
}

#section-title h1 {
	text-align: left;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	display: inline-block;
}

#section-title h2 {
	font-size: 24pt;
	text-align: left;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 8px 10px;
	display: inline-block;
	background-image: none;
}

#section-title img {
	display: none;
}

/* --- FOOTER --- */

#footer-container {
	background-color: #333333;
	clear: both;
	height: 100px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

#footer p {
	font-size: 8pt;
	color: #FFFFFF;
	padding: 20px 0px 10px 0px;
}