@charset "utf-8";
body {
	background-color: #CCCCCC;
	margin: 20px;
	background-position: center;
}
#logo {
	text-align: center;
	vertical-align: top;
	height: 100px;
	width: 275px;
	background-color: #FFFFFF;
}

#maintable {
	background-color: ffffff;
	height: 650px;
	width: 815px;
	margin-left: 50px;
	background-position: center center;
}

#flash {
	height: 60px;
	width: 525px;
	background-color: #FFFFFF;
}
#content {
	height: 550px;
	width: 800px;
	border: thin solid #263b8e;
	background-color: #FFFFFF;
}
#tag {
	color: #263b8e;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background-position: top;
	white-space: nowrap;
	height: 50px;
	width: 325px;
}
#menu {
	background-image: url(images/top_background2.gif);
	background-position: right top;
	height: 40px;
	width: 525px;
	vertical-align: bottom;
	text-align: center;
	background-color: #FFFFFF;
}
