body { 
	color: #000000;
	background-color: #E9EAE4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
}

h1 {font-size: 1.5em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
}

h2 {font-size: 1.4em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
}

h3 {font-size: 1.3em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
}

h4 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
}

#holder{
	width: 960px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
}

#header{
	height: 130px;
	background-image: url("./images/engcult_header.jpg");
}

#body{
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1.5em;
}

#footer{
	background-image: url("./images/engcult_footer.jpg");
	height: 130px;
	width: 960px;
	position: relative;
	clear: both;
}


#footright{
	text-align: right;
	position: absolute;
	bottom: 6px;
	right: 5px;
	margin-right: 10px;
	font-size: 80%;
}

#footleft{
	position: absolute;
	bottom:6px;
	left: 5px;
	margin-left: 10px;
	font-size: 80%;
}

#loginbox{
	float: right;
	text-align: right;
	background-color: #BAC9E0;
	padding: 5px; border:1px solid grey;
	margin-left: 2em;
	width: 18em;
}

#changes{
	clear: right;
	float: right;
	text-align: left;
	background-color: #E1E7F0;
	padding: 5px; border:1px solid grey;
	margin-left: 2em;
	margin-top: 1em;
	width: 18em;
}

.odd{
	background-color: #C8C5A6;
}

.even{
	background-color: #F6F2CB;
}

.highlights{
	background-color: #F9F8A3;
}

.box{
	background-color: #C1C3B9;
}

.accesstable{
	background-color: #BAC9E0;
	margin-left: 2em;
}

.accessodd{
	background-color: #CEDFF8;
}

.accesseven{
	background-color: #E7EEF9;
}
