div.container {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	margin:0px;
	background-color:LightSteelBlue;
	border:2px solid Red;
	}
div.header {
	padding:0;
	background-color:Blue;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	color:Gold;
	text-align:center;
	border-bottom:solid 2px Red;
	clear:both;
	}
div.topmenubar {
	height:20;
	padding:6;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	border-bottom:solid 2px Red;
	}
div.menuitem {
	float:left;
	width:25%;
	margin:0;
	padding:0px;
	text-align:center;
	}
div.left {
	float:left;
	width:162px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-align:center;
	clear:left;
	}
div.content {
	float:left;
	width:472px;
	min-height:1000px;
	padding:1em;
	background-color:#FFFF99;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:small;
	font-weight:bold;
	color:Black;
	text-align:left;
	border-left:solid 2px Red;
	border-right:solid 2px Red;
	}
div.right {
	margin:0;
	padding:1em;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:Black;
	text-align:center;
	clear:right;
	}
div.footer {
	padding:0.5em;
	background-color:MediumBlue;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:Gold;
	text-align:center;
	border-top:solid 2px Red;
	clear:both;
	}
.featuretitle {
	font-weight:bold;
	font-size: 175%;
	color:DarkGoldenRod;
	text-align:center;
	}
.directorytableheadings {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:110%;
	color:Navy;
	text-align:center;
	}
.datecelldisplay {
	color:MediumBlue;
	text-align:center;
	}
.datetime {
	color:MediumBlue;
	font-size:125%;
	}
.center {
	text-align:center;
	}
.byline {
	text-align:center;
	}
img.previouspagearrow {
                    position: absolute;
                    left:37%;
                    }
img.nextpagearrow {
                    position: absolute;
                    left:53%;
	 }
img.topbannerimage {
	 position: absolute;
	 left: 685px;
	 top: 25px;
	 }
img.topleft {
	margin-right: 10px;
	margin-bottom: 10 px;
	}
img.surroundmargin {
                   margin: 5px;
                   }
a:link {text-decoration:none; color:Navy}
a:visited {text-decoration:none; color:Navy}
a:hover {text-decoration:none; color:DarkGoldenRod}


