@charset "utf-8";
/* CSS Document */
* { 
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}
BODY {
background-color:#003333;
font-family:Arial, Helvetica, sans-serif;
}

p {
	margin-top:10px;
}

a {
	color:#009999;
}


a:link {
	color: #003333;
}
a:visited {
	color: #000033;
}
a:hover {
	color:#33aaaa;
	text-decoration:none;
}


.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.style12 {font-size: x-small}
.style16 {font-size: medium}
.style1 {	font-size: xx-small;
	font-weight: bold;
}

.style8 {font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
}

	#content ul {
		display:block;
		list-style:square;
		padding-left:50px;
		padding-bottom:20px;
	}

	#content ol {
		display:block;
		padding-left:50px;
		padding-bottom:20px;
	}


#topmenu td {
	background-color:#c6b8aa;
	height:25px;
}

#topmenu a {
	padding:4px 4px;
}


#content {
	width:740px;
	background-color:#ddd;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:left;
	display:block;
	overflow:hidden;
	font-size:.9em;
}

h1, h2, h3, h4 {
	color:#330000;
}

  h1 + h2, h2 + h3, h3 + h4, h1 + p, h2 + p, h3 + p, h4 + p, h1 + ul, h2 + ul, h3 + ul, h4 + ul, li h4 { 
  	margin-top:0px; 
	
}  


h1 {
	margin-top:0px;
	font-size:1.6em;
	color:#665555;
	text-align:center;
	font-family: Garamond, "Palatino Linotype", "New Century Schoolbook", Georgia,"Times New Roman", Times, serif;
}

h2 {
	margin-top:10px;
	font-size:1em;
}

h3 {
	margin-top:5px;
	font-size:.9em;
}

h4 {
	margin-top:5px;
	font-size:.8em;
}

div.gallery {
  float:left;
  padding: 3px;
  border:1px solid #bbb;
  margin: 0px 20px 5px 0;
  display:inline-block;
  /*border:1px solid #EBB295;  */
  width:120px;
  background-color:#eee;
  min-height:265px; 
}

	.galleryWide .gallery { width:160px; min-height:80px; margin: 0 10px 5px 0; }
	.galleryWide .gallery strong { font-size:small; }

	div.gallery:hover {
		background-color:#ffe;
	}
	
div.gallery p {
   text-align: left;
   margin:0 0 0px 0;
   padding:0;
   font-size:.7em; 
}

div.gallery h3 {
	font-size:.9em;
	margin:0;
}

div.gallery img {
	text-align:center;
}
	div.gallery img:hover {
		filter:alpha(opacity=50); 
		-moz-opacity:0.5;
		opacity: 0.5; 
	}



caption { font-weight:bold; margin-top:10px; }
table.data { width:250px; }
.data tr {
	background-color:#FFFFCC;
}

.data tr.r2 { background-color:#f9f9cc }

.data td {
	vertical-align:bottom;
	text-align:right;
	padding:2px;
}

.data td:first-child { width:50%; }

#footer {
	border-top:1px solid #003333;
	background-color:#eeeeCC;
	width:750px;
	font-size:80%;
}

div#footer {
	background-color:#ccccbb;
	padding-top:10px;
	font-size:.7em;
	color:#666655;
}

/*   -----------------------------------------------------------------*/



	dl {
		font-size: small; overflow:auto; border:1px dotted; padding-bottom:0px;
		vertical-align:middle;
		
	}
	dt {
		float:left;
	/*	clear:both;*/     /* Lets the next dt and dd go to the next line. Can't get to work in IE yet though  */
		font-weight:bold;
		width: auto;
		margin-left:10px;
		border-bottom:1px solid #ddc;
		height:20px;
		padding:2px;
		
	}
	dd {
/*		margin-left:10px;*/
		display:block;
		float:left;
		width:150px;
		border-bottom:1px solid #ddc;
		height:20px;
		padding:2px;		

	}

	dd + dd + dd {
/*		margin-left:10px;*/
		clear:both;

	}


dl.onerow {

		background-color:#FFFFef;
		width:505px;
		margin-top:5px;
}

	dl.onerow dt {
		width:250px;
		margin-left:0px;
		clear:both;
	}
	
	dl.onerow dd {
		font-size:.9em;
		vertical-align:middle;
		text-align:right;
	}
	
	dt + dd {
		width:120px;
	}
	
	dl.onerow dd + dd {
		clear:none;
		width:50px;
	}


dl.officers {
		background-color:#FFFFef;
		width:630px;
		margin-top:5px;
}

	dl.officers dt {
		width:160px;
	}


	dl.officers dd {
		font-size:.9em;
		vertical-align:middle;
		text-align:left;
	}
	
	dl.officers dt +  dd {
		width:150px;
	}
	
	dl.officers dd +  dd {
		clear:none;
		width:100px;
	}
	
	dl.officers dd + dd + dd {
		clear:none;
		width:190px;
	}	
