@charset "utf-8";
.header {
	height: 60px;
	width: 1000px;
	font-size: xx-large;
	background-image: url(../images/banner2.jpg);
	background-position: left top;
}
.main {
	width: 858px;
	position: absolute;
	top: 90px;
	left: 130px;
	background-color: #FFF979;
	font-size: medium;
	padding-left: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #AA000D;
	padding-right: 10px;
}
.menuLink {
	text-decoration: underline;
	cursor: crosshair;
}

.menu {
	height: 400px;
	width: 133px;
	position: absolute;
	top: 90px;
}
.overview {
	visibility: hidden;
	display: none;
}
.selectedMenu {
	background-color: #FFF979;
}
.thumbnailImage {
	width: 180px;
	float: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.body {
	background-color: #AA000D;
}
.bodyheader {
	font-size: large;
	font-weight: bold;
}
.bodytitle {
	font-size: x-large;
	font-weight: lighter;
	font-style: normal;
}
.question {
	font-style: italic;
}
.answer {
	font-size: medium;
	padding-left: 25px;
}
.qablock {
}

a:link {
	color: #FF8000
}
a:visited {
	color: #999999
}
a:hover {
	color: #000000
}
a:active {
	color: #FF8000
}
.updateMessage {
	position: absolute;
	left: 483px;
	top: 484px;
}
