body {
	margin: 24px auto;
	padding: 0;
	background: #2A405A;
	color: #fff;
	font-family: georgia, times new roman, times, serif;
}

img {
	border: 2px solid #880e05;
}

a:link { color: #99c; border-bottom: 1px dashed #c00; background-color: transparent; text-decoration: none; font-weight:bold; line-height:1.3; }
a:hover { color: #ccc; border: 0; background-color: #880E05; text-decoration: none; font-weight: bold; line-height:1.3; }
a:visited { color: #99c; border: 0; background-color: transparent; text-decoration: none; font-weight: bold; line-height:1.3; }

.selected_nav { background-color: #880E05; text-decoration: none; font-weight:bold; color: #ccc; border: 0; }

.table_right { text-align:right; vertical-align:top; }
.table_left { text-align:left; vertical-align:top; }

.archive_day_inactive { color:white; }
.archive_day_active { color:#99c; }

#news_archives { border-bottom: solid #880e05; }

#calendar {
	position:absolute;
	z-index: 3;
	right:90px;
	top:70px;
}

#navigation_bar {
	position:fixed;
	z-index: 5;
	left:00px;
	padding: 5px;
	padding-left:20px;
	padding-top:15px;
	width:100%;
	text-align:justify;
	border-bottom: 5px solid #880E05;
	word-spacing:10pt;
	background-color:#1A304A;
}

#main {
	position:absolute;
	z-index:2;
	top:70px;
	left:20px;
	text-align:left;
	width:400px;
}



