body {
	margin: 0px;
	background-color: #F4EBDA;
	background-attachment: fixed;
	background-image: url(Images/mosaic_section.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body, p, td, li {
	font-family: Helvetica, Arial, sans-serif;
	color: #510000;
}

#bgLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height:100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menuBackground {
	position: relative;
	left: 0px;
	top: 0px;
	min-height:100%;
	width: 250px;
}
#menuContainer {
	position: absolute;
	padding-bottom: 20px;
	min-height:100%;
	width: 210px;
	top: 20px;
	left: 0px;
	text-align: center;
}
#title {
	position: relative;
	z-index: 5;
	top: -1px;
	left: 2px;
}
#header {
	position: relative;
	z-index: 5;
	top: 0px;
	left: 20px;
	height: 3em;
	margin: 0px;
	padding: 0px;
}


#contentLayer {
	position: relative;
	left: 260px;
	top: 20px;
	min-height:100%;
	width: 70%;
	margin: 0px;
	padding: 0px;
}

#box-TL, #box-TR, #box-BL, #box-BR {
	position: relative;
	width: 45%;
	background-color: #E7CEBD;
}
#box-TL, #box-TR {
	top: 64px;
	position: relative;
	}
#box-BL, #box-BR {
	position: relative;
	top: 350px;
	}
	
#box-TL {
	left: 0px;
}
#box-TR {
	right: 0px;
}

#box-BL {
	left: 0px;
}
#box-BR {
	right: 0px;
}
#content {
	position: relative;
	z-index: 5;
	top: 3em;
	left: 0px;
	width: 100%;
}
td.main {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.caption {
	font-size: 75%;
	font-style: italic;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
}
td {
	text-align: center;
	vertical-align: top;
}
.navText {
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin: 0px;
}
.textImageL {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-left: 10px;
}
a:link, a:visited, a:active {
	color: #990000;
}
a:hover {
	color: #006633;
}
.textImageR {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 10px;
}
.padR {
	padding-right: 20px;
}
.padL {
	padding-left: 20px;
}
.RomanFont {
	font-family: "Times New Roman", Times, serif;
}
.bordered {
	border: 3px ridge #990000;
}
.padTB {
	padding-top: 5px;
	padding-bottom: 5px;
}
#questionBox {
	position: relative;
	left: 2em;
	width: 5em;
	padding: 5px;
}
#answerBox {
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	left: 2em;
	top: -6em;
	width: 10em;
}
#quzTable {
	border: 2px solid #990000;
}
.quizTable {
	border: 2px solid #990000;
}
.noPad {
	margin: 0px;
	padding: 0px;
}
h3.padded {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#questionBox2 {

	position: relative;
	left: 2em;
	width: 5em;
	padding: 5px;
}
#answerBox2 {
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	left: 2em;
	width: 10em;
	top: -8em;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 1.2em;
	margin-left: 2em;
}
.border_bg {
	border: #990000;
	background-color: #DBBD86;
}
#questionBox3 {
	position: relative;
	left: 20em;
	padding: 5px;
	width: 20em;
}
li {
	padding-bottom: 10px;
}
#answerBoxLayer {
	position: absolute;
	padding: 20px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 20;
	left: 20px;
	width: 80%;
	border: 10px ridge #AC9D8A;
	text-align: center;
	top: 3.5em;
}
#answerBoxLayer2 {

	position: absolute;
	padding: 20px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 20;
	left: 20px;
	width: 80%;
	border: 10px ridge #AC9D8A;
	text-align: center;
	top: 3.5em;
}
#answerBoxLayer3 {


	position: absolute;
	padding: 20px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 20;
	left: 20px;
	width: 80%;
	border: 10px ridge #AC9D8A;
	text-align: center;
	top: 3.5em;
}
.padL40 {

	padding-left: 60px;
}
.BG-ruin2 {
	background-attachment: scroll;
	background-image: url(Images/ruin2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BG-ruin3 {
	background-image: url(Images/ruin3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.padAll {
	padding: 5px;
}
.ltBrown {
	color: #C38B57;
}
.smText {
	font-size: 70%;
}
.date {
	font-size: 90%;
	font-weight: bold;
}
.padR10 {
	padding-right: 10px;
}
.alignB {
	vertical-align: bottom;
}
.alignT {
	vertical-align: top;
}
.alignT2 {
	vertical-align: super;
}
#menuLogo {
	position: relative;
	left: 5px;
	min-height:100%;
	background-image: url(Images/logo200.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 5px;
	height: 100px;
	width: 210px;
}
.answerButton1 {
	position: relative;
	top: -5em;
}
.answerButton2 {

	position: relative;
	top: -7em;
}

