@charset "UTF-8";

body { background-color:#333333}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 200px;
	width: 710px;
}
#topstrip {
	height: 25px;
	width: 710px;
	background-color: #000066;
	text-align: center;
	text-decoration: none;
	color: #333333;
	display: block;
	word-spacing: 10pt;
}
#content {
	height: 398px;
	width: 710px;
	background-color: #000099;
	background-image: none;
	background-position: 200px center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
}
#topcontainer {
	height: 200px;
	width: 700px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	border: thick groove #000066;
	font-weight: bold;
}
#midcontainer1 {
	height: 200px;
	width: 700px;
	background-color: #333333;
	border: thick groove #000066;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#midcontainer2 {
	height: 200px;
	width: 700px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	border: thick groove #000066;
}
#sidecontainer {
	float: left;
	height: 396px;
	width: 200px;
	background-color: #666666;
	text-align: center;
	border: thin groove #333333;
	vertical-align: middle;
	white-space: normal;
	color: #0000FF;
}
#info {
	height: 75px;
	width: 710px;
	text-align: center;
	background-color: #999999;
}
#form {
	height: auto;
	width: 710px;
	background-color: #999999;
}
#footer {
	height: 25px;
	width: 710px;
	background-color: #000066;
	text-align: center;
	color: #FFFFFF;
}
#footer p {
	word-spacing: 20px;
}
#content2 {
	height: auto;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	background-color: #CCCCCC;
	text-align: center;
	text-indent: 10px;
	color: #000066;
	font-size: 16px;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
}

