﻿html {
	color: #333333;
	font-family: Bodoni;
	text-align: left;
	background-color: transparent;
	background-attachment: fixed;
	padding-left: 33px;
}
body {
	color: #333333;
	text-align: left;
	background-color: white;
	background-image: url('../images/backgrounds/fade_down-e.png');
	background-attachment: fixed;
}
body {
	font-size: 100%;
	min-width: 760px;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.stretch {
	width: 100%;
	height: 100%;
}
td.home {
	padding-left: 20px;
}
img {
	display: block;
}
img {
	border: 0 none;
}
a:link {
	color: #cc3300;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	border-bottom: 2px dotted #cc3300;
	text-decoration: none;
	background-image: url('../images/backgrounds/translucent-white.png');
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
h3 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
h4 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
h5 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}
h1 {
	font-size: 150%;
	letter-spacing: 3px;;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 87%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 65%;
}
.oblique {
	font-style: oblique;
}
.Strong {
	font-weight: bold;
}
.fontSizeSmall {
	font-size: small;
}
ul {
	background: transparent;
	margin-left: 0px;
}
li {
	background: transparent;
	margin-left: -39px;
	list-style-type: none;
}
.clear {
	clear: both;
}
/**************************
HEADER
**************************/
#header {
	position: fixed;
	z-index: 10;
	float: left;
	height: 20px;
	background-color: transparent;
	width: 100%;
	padding-bottom: 2em;
	padding-left: 0em;
}
/**************************
CONTENT
**************************/
#content {
	position: relative;
	background-color: inherit;
	background-image: url('../images/backgrounds/translucent-white.png');
	top: 5em;
	padding-right: 2em;
	padding-left: 2em;
	float: right;
	display: inline;
	width: 75%;
}
/**************************
LEFT COLUMN
**************************/
#left {
	position: fixed;
	z-index: 10;
	width: 15%;
	float: left;
	background-color: inherit;
	top: 5em;
	left: 39px;
}
/**************************
LEFT COLUMN LIST
**************************/
#left ul {
	list-style: none;
	padding-bottom: 4px;
}
#left li {
	padding-bottom: 20px;
}
/**************************
FOOTER
**************************/
#footer {
	position: static;
	padding-top: 24em;
	text-align: left;
	right: 0;
	bottom: 0;
	left: 33px;
}
/**************************
DEPELCHIN RULES
**************************/
.RedText {
	color: #cc3300;
	font-family: "Courier New";
}
.CourierNew {
	font-family: "Courier New";
}

