@charset "utf-8";

a:link		{ padding: 2px; color: black; }					/* a normal, unvisited link */
a:visited	{ padding: 2px; color: black; }					/* a link the user has visited */
a:hover		{ padding: 2px; color: white; background-color: #94BE32; }	/* a link when the user mouses over it */
a:active	{ padding: 2px; color: white; background-color: #94BE32; }	/* a link the moment it is clicked */

h1		{ font-size: 18px; }
h2		{ font-size: 16px; }
h3		{ font-size: 14px; }
h4		{ font-size: 13px; }

li		{ margin: 4px 0px; }

body{
	width: 1040px;
	margin: 3px auto 3px;
	font-family: sans-serif;
}
body a{	padding: 0px; }

#header {
	height: 80px;
	display: flex; /* Enable flexbox for easy alignment */
	align-items: center; /* Vertically center the image */
	justify-content: left; /* Centers horizontally */
  }
  
#header img {
	max-height: 100%; /* Ensure image doesn't exceed header height */
	display: block;
  }

#menu{
			border-top: 3px solid white;
			border-bottom: 3px solid white;
			padding: 7px 10px 7px 10px;
			background-color: #94BE32;
			font-size: 14px;
}
#menu a{		padding: 7px 10px 7px 10px; color: white; text-decoration: none; }
#menu a:hover{		background-color: white; color: #94BE32; text-decoration: underline; }
#menu a:active{		background-color: white; color: #94BE32; text-decoration: underline; }
a:hover#menuflag{	background-color: #94BE32; }

#content_left{
	width: 200px;
	border-right: 3px solid white;
	padding: 20px;
	background-color: #CFDEE6;
	vertical-align: top;
	font-size: 13px;
}

#content_right{
	padding: 20px;
	background-color: #E6E5E4;
	vertical-align: top;
	font-size: 13px;
}

#footer{
	border-top: 3px solid white;
	padding: 8px 10px 7px 10px;
	color: white;
	background-color: #94BE32;
	font-size: 13px;
}

tr.indexhead{
	height: 30px;
	vertical-align: bottom;
}
table#indexlist{
	width: 960px;
}
th.indexcolicon{
	width: 2.4%;
}
th.indexcolname{
	width: 70.1%;
	text-align: left;
}
th.indexcollastmod{
	width: 17.5%;
	text-align: left;
}
th.indexcolsize{
	width: 10%;
	text-align: left;
}
