@CHARSET "UTF-8";

* {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #000000;
}

body {
	min-height: 100%;
	max-height: 100%;
}


#centerbody, #sidebar {
	margin: 0px;
}

body {
	font-size: 10px;
}

ul.sidebarlist {
	list-style-type: none;
}

.mapsectionheader {
	font-weight: bold;
	margin-left: 2px;
}


.latestinfo {
	display: block;
	text-align: center;
	background-color: #fafafa;
	outline:#f0f0f0 outset thin;
	width: 178px;
	height: 160px;
	float: left;
	margin-left: 0px; margin-right: 10px;
	margin-bottom: 20px;
}

.seqindexbox {
	display: block;
	background-color: #ffffff;
	width: 596px;
	height: auto;
	float: left;
}

.sequentialindex {
	display: block;
	text-align: center;
	background-color: #fafafa;
	outline:#f0f0f0 outset thin;
	width: 60px;
	height: 120px;
	float: left;
	margin-left: 0px; margin-right: 10px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

.categoryinfo {
	display: block;
	text-align: center;
	background-color: #fafafa;
	outline:#f0f0f0 outset thin;
	width: 178px;
	height: 160px;
	float: left;
	margin-left: 0px; margin-right: 10px;
	margin-bottom: 20px;
}

.sectiontitle {
	font-weight: bold;
	font-size: 12px;
}


#completepage {
	display: block;
	width: 760px;
	border-width: 1px;
	border-color: #0000ff;
	margin-top: 0px; margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0%;
	height: 100%;
}


#mainheader {
	text-align: center;
	display: block;
	width: 760px;
	height: 100px;
	margin: 0px;
	background-color: #f0e0ff;
	background-image: url("images/banner.png");
}

#centerbox {
	display: block;
	width: 760px;
	bottom: 0%;
	left: 0px;
	top: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#centerbody {
		display: block;
		width: 596px; height: 100%;
		left: 0px; top: 0px;
		bottom: 0%;
		float: left; clear: right;
		background-color: #ffffff;
}

#sidebar {
		display: block;
		float: right;
		clear: none;
		min-height: 100%;
		max-height: 100%;
		padding-left: 0px;
		padding-bottom: 50%;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		left: 600px; top: 0px; 
		width: 160px;
		height: 100%;
		background-color: #cc3366;
}


