html, body, #container {		/* For < IE7 which will ignore the child selector below */
	height: 100%;
}
html>body #container {			/* Ignored by < IE7 */
	min-height: 100%;
	height: auto;
}
body {
	margin: 0px;
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;
	text-align:center;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
b {
	font-weight: normal;
}
h1 {
	margin: 0px 0px 1.5em;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}
h2, h2 a {
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}
img {
	border: 0px none #FFFFFF;
}
td {
	vertical-align: top;
	text-align: left;
}
p	{
	margin: 1.5em 0px;
}
#container {
	position:relative;
	z-index: 1;
	width:776px;
	background-color: #FFFFFF;
	margin:0 auto;
	text-align:left;
}
#menu {
	position:absolute;
	z-index: 3;
	top: 52px;
	left: 0px;
	height: 54px;
	width:776px;
}
#content, #noMenu {
	position:relative;
	z-index: 2;
	height:auto;
	width:726px;
	padding: 40px 25px 4em;
}
#noMenu {
	padding: 15px 25px 4em;
}
#logoflash, #logo {
	position: relative;
	float: right;
	padding-top: 1em;
	margin: -40px 0px 15px 35px;
}
#footer {
	position: absolute;
	color:#666666;
	z-index: 3;
	height: auto;
	width: 766px;
	padding: 0.5em 5px;
	bottom: 0px;
	left: 0px;
	font-size: 0.75em;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
.formContainer {
	margin:auto;
	border: 1px solid #FF0000;
}
.formErrors {
	margin: auto;
	font-size: 0.85em;
	color: #FF0000;
}
.textField, .selectBox, .textArea {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
.textField {
	width: 219px;
	padding: 0px 3px;
}
.selectBox {
	width: 227px;
	padding: 0px 0px 0px 3px;
}
.textArea {
	height: 150px;
	width: 219px;
	padding: 0px 3px;
}.mainsite {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.mainsite a {
	color: #000000;
}
.mainsite a:hover {
	color: #0000CC;
}
