﻿html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption {
	font-weight: normal;
	text-align: left;
}
img, fieldset {
	border: 0;
}
ol {
	padding-left: 1.4em;
	list-style: decimal;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Futura Lt BT", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	background-attachment: fixed;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -10;
}
.stretch {
	width: 100%;
	height: 100%;
}
a img {
	border: none !important;
}
img {
	border: 0 none;
}
.figure {
  margin: 0 0 1.5em;
  width: 750px;
}
.Captions {
	font-weight: bold;
	font-size: 95%;
	color: #000000;
}
.UnBold {
	font-weight: normal;
}
.BlueFont {
	color: #0033CC;
}
.WhiteFont {
	color: white;
}
p {
	font-size: 95%;
	font-weight: bold;
	color: #000;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: left;
}
h1 {
	font-size: 200%;
	color: #3366cc;
}
.mediumH1 {
	font-size: medium;
}
h2 {
	font-size: 150%;
	color: #333;
}
h3 {
	font-size: 90%;
	color: navy;
	font-weight: bold;
	padding-bottom: 15px;
}
h4 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}
h5 {
	font-size: 65%;
	color: #333333;
}
h6 {
	font-size: 60%;
	color: #333333;
}
td {
	padding-left: 25px;
	padding-top: 5px;
	z-index: 10;
}
#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#leftcolumn {
	padding-top: 53px;
	padding-right: 0px;
	padding-bottom: 777px;
	padding-left: 0px;
	width: 400px;
	float: left;
	position: fixed;
	background-color: transparent;
	background-image: url('images/backgrounds/bg_sidebar.png');
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
}
#maincolumn {
	background-color: transparent;
	background-image: url('images/backgrounds/white-translucent.png');
	top: 3em;
	left: 190px;
	padding: 1.5em 1.5em 1.5em 1.5em;
	float: left;
	display: inline;
	position: relative;
	width: 75%;
	z-index: 10;
}
a:link {
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	text-decoration: ;
	border-bottom: 1px dotted, #cccccc;
	background-color: #c0c0c0;
}
a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}ul {
	background: transparent;
	margin-left: -40px;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 85%;
}
.BgImage {
	background-image: url('images/backgrounds/bg_left_column.png');
}
