﻿@font-face {
	font-family: 'MonotypeCorsivaRegular';
	src: url('MTCORSVA.eot');
	src: local('Monotype Corsiva'), local('MonotypeCorsiva'), url('MTCORSVA.woff') format('woff'), url('MTCORSVA.ttf') format('truetype');
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 8px;
	padding-bottom: 43px;
	font-family: "Georgia", "Times New Roman";
	font-size: 10pt;
	background: #111417;
	color: #999ea2;
}
#container {
	width: 955px;
	margin: 0 auto;
	padding: 0;
	border-top: 4px solid #090d0f;
	border-right: 4px solid #090d0f;
	border-bottom: 4px solid #090d0f;
	border-left: 4px solid #090d0f;
	/*background: #1c2126;*/
	background: #151a1e;
}
#masthead {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation {
	margin: 0 auto;
	background-image: url("../images/header_image.jpg");
	background-repeat: no-repeat;
	height: 185px;
	width: 963px;
	font-family: "MonotypeCorsivaRegular";
	font-variant: small-caps;
	font-size: 18pt;
	text-align: center;
	padding-bottom: 5px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 963px;
	padding: 15px;
}
html>body #column_l {
	width: 935px;
	padding: 0 15px;
}
#column_1 {
	font-size: 11.75pt;
	width: 857px;
	text-align: center;
}
html>body #column_1 {
	width: 860px;
	padding: 0px 10px;
}
#column_2 {
	width: 47px;
	text-align: center;
	border-left: 2px solid #090d0f;
}
html>body #column_2 {
	width: 50px;
	padding: 0px 10px;
}
#imageborder {
	border-style: solid;
	border-width: 3px;
	border-color: #090d0f;
}
#imagecenter {
	text-align: center;
}
#floating_footer {
	height: 33px;
	width: 100%;
	font-size: 16pt;
	font-family: "MonotypeCorsivaRegular";
	position: fixed;
	left: 0;
	bottom: 5px;
}
#content {
	width: 630px;
	margin: 0;
	padding: 15px;
	border: 0;
}
#blank_footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
html>body #blank_footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding-top: 148px;
	padding-left: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #999ea2;
	display: block;
	padding: 5px;
	padding-right: 42px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
/* Site typography */
h1 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 26pt;
	color: #999ea2;
}
h2 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 18pt;
	font-style: italic;
	color: #999ea2;
}
h3 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 16pt;
	font-style: italic;
	color: #999ea2;
}
h4 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 14pt;
	font-style: italic;
	color: #999ea2;
}
h5 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 12pt;
	font-style: italic;
	color: #999ea2;
}
h6 {
	font-family:"MonotypeCorsivaRegular";
	font-size: 10pt;
	font-style: italic;
	color: #999ea2;
}
/* Footer */
#blank_footer p {
	font-size: 7.5pt;
	color: #999ea2;
}
/* Links */
a {
	color: #999ea2;
	text-decoration: none;
}
a:visited {
	color: #999ea2;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
