body,td,th {
	font-family: times, courier, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #3A5A4A;
	margin: 10px;
}
a:link, a:visited, a:active {
	color:#960;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1 {font-size:22px;}
h2, h3, h4 {color:#900;}
h3 {font-size:16px;}
h4 {font-size:15px; margin-top:10px;}
.header {
	background-color: #3A1E1A;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	height: 20px;
	font-size: 18px;
}
.menu {
	background-color: #F5F7C5;
	padding: 10px;
	width: 150px;
	min-width:150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #3A1E1A;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

img {border:none;}

.piccaption {
	font-size:85%;
	color:#900;
	font-style:oblique;
}

#latest {
	border:1px solid #900; padding:5px; font-weight:bold;
}

.imgborder {border:1px solid #ccc;}

.caption {color:#333; font-size:smaller; color:#900;}
.caption2 {color:#333; font-size:90%; color:#900;}
