body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

.content {
	background: #F6EFDD;
	color: inherit;
	width: 800px;
	#height: 100%;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	color: inherit;
	background-image: url('/images/swoosh.png');
	background-position: top center;
	background-color: blue;	/* A fall back */
	background-repeat: no-repeat;
	width: 800px;
	min-width: 800px;
	height: 168px;
	text-align: justify;
}

img, .transparent {
	border: 0px none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #999933;
	background-color: inherit;
}
a:hover, a:active {
	text-decoration: none;
	color: #990000;
	background-color: inherit;
}

#ERROR404
{
	clear: both;
	height: auto;
	color: inherit;
	padding-bottom: 10px;
	background-color: #092655;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#ERROR404 #ERROR404header
{
	color: inherit;
	padding: 3px 0px 3px 0px;
	background-color: #494949;
	border: 1px solid #F9A906;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}



