
a:link, a:visited, a:active {
	color:#005e4f;
	text-decoration:none;
}
a:hover {
	color: #005e4f;
	text-decoration:underline
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active {
	color:white;
	text-decoration:none;
	background-color:#005e4f;
}
.mainmenu a:hover {
	color: white;
	text-decoration:underline;
	background-color:#005e4f;
}

body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	background-color:#003129;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 14px  */	
	font-size: 87.5%;
/*	line-height:120%;
	letter-spacing:1px;
*/	color:black;
}
h3 {
	color:#005e4f;
}
.mainmenu td {
	background-color:#005e4f;
	padding-bottom:5px;
}
.backgroundcolor {
	background-color:white;
}
.logocolor {
	background-color:#005e4f;
	color:white;
	padding-bottom:5px;
}
.currentpage {
	background-color:white;
	color:#005e4f;
	padding-bottom:5px;
}
.sidecolumns {
	background-color:#003129;
}
.hovercolor { color: #cfaa75;}
.maincontent {
	padding:10px;
}
hr {color:#005e4f;}
.starthidden {display:none;}
.pagetitle {
	font-weight:bold;
	color:#005e4f;
	font-size: 75%;
	/*text-align:center;*/
}
/* Menus */
/* Resets the relative position for each menu item */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
	cursor: pointer;
}
/*html>body #projects {
	position:absolute;
	left: 0px;
	top: 22px;
	width:235px;
	height:115px;
	z-index:5;
	display:none;
}*/
/* IE specific*/ 
#projects {
	position:absolute;
	left: 0px;
	top: 22px;
	width:235px;
	height:115px;
	z-index:5;
	display:none;
}
#events {
	position:absolute;
	left: 15px;
	top: 22px;
	width:175px;
	height:115px;
	z-index:5;
	display:none;
}
#help {
	position:absolute;
	left: 5px;
	top: 22px;
	width:225px;
	height:115px;
	z-index:5;
	display:none;
}
#info {
	position:absolute;
	left: 15px;
	top: 22px;
	width:225px;
	height:115px;
	z-index:5;
	display:none;
}
#about {
	position:absolute;
	left: -125px;
	top: 22px;
	width:205px;
	height:115px;
	z-index:5;
	display:none;
}
.indented {margin-left:10px;}
.photoalbum td {vertical-align:top;}
.question {color:red;}
.caption {
	font-size: 75%;
	font-style: italic;
}