﻿/* CSS layout */
a {
	color: #003366;
	text-decoration: none;
	border-style: none;
}
a:active {
	text-decoration: none;
	border-style: none;
	color: #FF995A;
}
a:link {
	color: #040182;
	text-decoration: none;
	border-style: none;
}
a:link img {
	color: #003366;
	text-decoration: none;
	border-style: none;
	border-style: none;
}
a:hover {
	text-decoration: none;
	border-style: none;
	color: #FF995A;
}
a:visited {
	border: 0px none;
	text-decoration: none;
	border-style: none;
	color: #003366;
}
#headertable {
	width: 795px;
	height:140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	padding: 0px;
	background-color: white;
}
#logo {
	position: static;
	z-index: 1;
	top: 0px;
	left: 0px;
}
#mainframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
	height: 800px;
	background-color: white;
}
#bottomframe {
	width: 795px;
	height:128px;
	color: #808080;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-size: 10pt;
	font-family: "Trebuchet MS";
}
#tagline {
	font-family: inherit;
	font-size: 16pt;
	color: #B3B3B3;
	text-align: center;
}
body {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font: 10pt "Trebuchet MS";
	background-color: black;
	border-style: none;
	border-color: inherit;
	margin: 0px auto;
	padding: 0px;
	width: 795px;
	vertical-align: top;
}
p {
	border-style: none;
	border-width: 1px 1px 3px 1px;
	border-color: inherit;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
h1 {
	margin: 10pt 0px 2px 0px;
	font-family: inherit;
	font-size: 16pt;
	color: #808080;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h2 {
	border-top-style: none;
	border: none;
	border-width: inherit;
	border-color: #F28D2C;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #F28D2C;
	margin-bottom: 0pt;
}
h3 {
	margin: 10px 0px 2px 0px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	vertical-align: top;
}
ul {
	font: 10pt "Trebuchet MS";
	font-style: italic;
	text-align: left;
}
ol {
	font: 10pt "Trebuchet MS";
	font-style: italic;
	text-align: left;
}
li {
	list-style-position: outside;
}
img {
	text-decoration: none;
	border-style: none;
}
hr {
	margin: 2px 1px 2px 1px;
	height: 1px;
}

