﻿/* lightblue = #8EA1BF  darkblue = #2F5B85  gray = #949BA3  red = #B83054 */
body {
	background-color: #0C0C0C;
	color: white;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}
img {
	border: 0px;
}
#wrapper {
	width: 900px;
	margin: 50px auto 50px auto;
}
#Layer2 {
	position: absolute; 
	top: 450px; 
	left: 50px;
	z-index: 2;
}
#siteseal {
	position: absolute;
	top: 450px;
	right: 100px;
	z-index: 3;
}
input {
	background-color: #555555;
	color: white;
}
a:link, a:active, a:visited, a:hover {
	color: white;
	text-decoration: underline;
}
select {
	background-color: #555555;
	color: white;
}
textarea {
	background-color: #555555;
	color: white;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
input {
	background: #555555 url(/images/text-bg.gif) repeat-x scroll 0pt;
	background-position: 0px 0px;
	border: 1px solid #999999;
	padding: 4px 2px 2px 4px;			
}