@charset "utf-8";
#wrapper {
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #828282;
	background-color: #E6F1E2;
}
#header {
	background-repeat: no-repeat;
	background-position: left;
	height: 160px;
	width: 780px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	background-image: url(Revised_RESULTS_SEA_Logo.gif);
	background-color: #000400;
	padding: 0px;
}
#leftcolumn {
	float: left;
	width: 20%;
	text-align: center;
	list-style-image: none;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	border: thin none #848284;
}
#rightcolumn {
	float: right;
	width: 79%;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 100px;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #848284;
	border-right-color: #848284;
	border-bottom-color: #848284;
	border-left-color: #848284;
}
