/* CSS Document */

body {
	background-color: #FFFFCC;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	visibility: visible;
}
#back-top {position:absolute; left:0px; top:-3px; width:110%; height:220px; z-index:1; 
			visibility: visible; background-color: #316331; border: 1px none #000000;
}
#main {
	position:absolute;
	left:50px;
	top:125px;
	width:745px;
	z-index:5;
	background-color: #FFFFF0;
	border: 1px none #000000;
	overflow: visible;
}
#logo {
	position:absolute;
	left:50px;
	top:15px;
	width:212px;
	height:1px;
	z-index:3;
}
#navmenu {
	position:absolute;
	left:50px;
	top:105px;
	width:732px;
	height:20px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
	color: #FFFFCC;
}
#navmenu a:link {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
#navmenu a:visited {
	color: #CCCC99;
	text-decoration: none;
}
#navmenu a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#navmenu a:active {
	color: #FFFFCC;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #316331;
	background-color: #FFFFCC;
	text-align: center;
}
h2 {
	color: #316331;
	font-style: italic;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
.musing {
	font-style: italic;
	color: #CC3300;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
}
td {
	vertical-align: top;
}

