html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
div#container {
	width: 760px;
	text-align: left;
	height: 100%;
	background-color: #FFFAE5;
	padding-bottom: 20px;
}
#header {
	width: 760px;
	background-color: #FFFAE5;
}
#navigation {
	width: 199px;
	height: 100%;
	float: left;
	background-color: #FFFAE5;
}
#mainarea {
	width: 561px;
	height: 100%;
	float: left;
	background-color: #FFFAE5;
}
#pageheader {
	width: 561px;
	float: left;
}
#content {
	margin: 0 10px 0 5px;
}
.fillerpadded {
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	text-align: center;
	font-size: 10px;
	background-color: #FFFAE5;
	margin-top: 20px;
	clear: both;
}
.imgborder {
	border: 2px solid #FECC00;
	margin: 5px;
}
#bottompadTD {
	padding-bottom: 20px;
}
.emphasized {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
.emphasized2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
