﻿/* Hyperlink styles */
a {
	color: #bf311a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #bf311a;
}
a img {
	border-style: none;
}
/* End hyperlink styles */

/* Miscellaneous global styles */
ul {
	margin-top: 4pt;
	margin-bottom: 4pt;
	color: #bf311a;
}
li {
	padding-bottom: 4pt;
}
ul li {
	list-style-type: disc;
}
ul .black {
	color: #000000;
}

input[type=text] {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}
.leftimage {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.rightimage {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.rightsidecolumn {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.rightsidecolumn .divider {
	width: 92%;
	text-align: center;
	font-size: 1px;
	margin-top: 10pt;
	margin-bottom: 10pt;
	display: inline-block;
}
.archive {
	font-size: 8pt;
	font-weight: normal;
	color: #bf311a;
	font-weight: bold;
}
.archive-item a {
	color: #a0a0a0;
}
.archive-item {
	padding-left: 10pt;
	padding-right: 10pt;
	color: #a0a0a0;
	border-top: 1px dotted #858585;
	padding-top: 3pt;
	margin-top: 3pt;
}
.archive-item-end {
	border-bottom: 1px dotted #858585;
	margin-bottom: 3pt;
	padding-bottom: 3pt;
}
/* End Miscellaneous global styles *

/* Page template styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#outercontainer 
{
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}
#container {
	width: 800px;
	max-width: 800px;
	min-width: 500px;
	padding: 100px;
	padding-top: 0px;
	padding-bottom: 40px;
	display: inline-block;
	text-align: left;
}
#container .header {
	font-size: 1em;
	text-align: left;
	height: 103px;
	border-bottom: 1px dotted #858586;
}
#container .header #navigation {
	margin-left: 10px;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	display: inline-block;
	cursor: pointer;
}
#container .header #navigation .subpage {
	color: #bf311a;
}
#container .header #menu {
	border: 10px solid #bf311a;
	background-color: #231F20;
	display: inline-block;
	font-size: 20pt;
	font-weight: bold;
	position: absolute;
	top: 103px;
	padding-top: 6pt;
	padding-bottom: 6pt;
}
#container .header #menu .item {
	text-decoration: none;
	display: block;
	padding: 0pt;
	padding-left: 6pt;
	padding-right: 6pt;
	margin: 0px;
	width: 140pt;
	height: 24pt;
	color: #6D6E70;
}
#container .header #menu .item:hover {
	padding-top: 6pt;
	padding-bottom: 6pt;
	margin-top: -6pt;
	margin-bottom: -6pt;
	height: 24pt;
	width: 140pt;
	background-color: #6D6E70;
	color: #ffffff;
	text-decoration: none;
	display: block;
	box-shadow: 0px 0px 6pt #000000;
	-moz-box-shadow: 0px 0px 6pt #000000;
	-webkit-box-shadow: 0px 0px 6pt #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
.content .main {
	padding: 20px;
}
.content .main .maintext {
	padding: 1.5em;
}

.table1 {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
}
.table1 .cell {
	padding: 8px;
	background-color: #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.table1 .cell2 {
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.table1 .gray {
	background-color: #e0e0e0;
}
.table1 .darkgray {
	background-color: #b0b0b0;
}
.table1 h2 {
	display: block;
	background-color: #e0e0e0;
	font-size: 16pt;
	padding: 4pt;
	color: #bf311a;
	margin-bottom: 8px;
}
.table1 td .box {
	background-color: #e0e0e0;
	padding: 8px;
}
.table1 td .box2 {
	padding: 8px;
}
.table1 td .box3 {
	background-color: #e0e0e0;
}
.table1 .spacer {
	width: 8px;
}
.table1 td .bottomspacer {
	margin-bottom: 8px;
}
.table1 td .image {
	background-color: #e0e0e0;
}

.table2 
{
	border: 1px solid #d0d0d0;
}
.table2 td {
	border: 1px solid #d0d0d0;
}
.table3 {
	background-color: #ffffff;
	border: 1px solid #808080;
	padding: 2pt;
}
.table3 td, th {
	padding-left: 3pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 2pt;
}
.table3 thead {
	font-weight: bold;
}

.footer 
{
	clear: both;
	padding-top: 7pt;
	padding-bottom: 7pt;
	font-size: 10pt;
	color: #ae1d2b;
	text-align: left;
	border-top: 1px dotted #858586;
}
.footer .number {
	padding-left: 1pt;
	padding-right: 1pt;
	font-weight: bold;
}
.footer .divider {
	color: #d0d0d0;
	font-weight: bold;
	padding-left: 4pt;
	padding-right: 4pt;
}
.footer a {
	color: #bf311a;
}
.footer a:hover {
	color: #000000;
}
.footer .right {
	float: right;
	display: inline-block;
	color: #808080;
	font-size: 8pt;
	font-style: italic;
}
.footer .right a {
	color: #808080;
}
.footer .right a:hover {
	color: #bf311a;
}
/* End Page Template Styles */

/* Definitions for global text styles */
p {
	margin-top: 0em;
}
h1 {
	color: #d0d0d0;
	font-weight: bold;
	font-size: 22pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bf311a;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 0pt;
	margin-top: 0pt;
	font-style: italic;
}
h4 {
	color: #bf311a;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.message {
	color: #bf311a;
	font-weight: bold;
	font-size: 9pt;
}
.smalltext {
	font-size: 8pt;
	font-weight: normal;
}
.red {
	color: #bf311a;	
}
/* End definitions for global text styles */
