body { 
 
  
  background-color: #675c47;
  font-family:      Tahoma, Verdana, Arial, sans-serif;
  font-size:        small;
  margin:           0px;
  margin:           20px 0px 1px 0px;
}

#header {
  background-color: #F3EAD8;
  margin:           10px;
  margin:           0px;
  height:           108px;
  height:           183px;
  height:           1px;
}



#menu {
  background:       #F3EAD8;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  
  width:            200px;
  text-align:       left;
  line-height:      1.8em;
  float:            left;
}

#content {
  background:       #F3EAD8;
  font-size:        105%;
  padding:          15px;
  padding:          15px;
  margin:           0px 15px 10px 255px;
  
  
}


#footer {
  background-color: #675c47;
  background-color: #b5a789;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:             left;
  height:           49px;
  
}


#events {
  line-height:      1.8em;
  
}

h1 {
  font-size:        225%;
  color:            #330000;
  text-align:       center;
}

h2 {
  font-size:        130%;
  color:            #330000;
  text-align:       center;
}
h2.underline {
  font-size:        130%;
  color:            #330000;
  text-align:       left;
  text-decoration: underline;
}
h2.underline-right {
  font-size:        130%;
  color:            #330000;
  text-align:       right;
  text-decoration: underline;
}
h3 {
  font-size:        90%;
  line-height:      1;
  color:            #330000;
    text-align:       left;
}
h4 {
  font-size:        90%;
  line-height:      1;
  color:            #330000;
    text-align:       center;
}



a:link {color:#b76666;}
a:visited {color:#675c47;}
a:hover {background-color:#eee;}
a:hover {background-color:white;}
/* 69a2c7 */

.mission {
	line-height:		1.2em;
	font-style:		italic;
	font-family:		Georgia, "Times New Roman", Times, serif;
	padding-left:		50px;
	padding-right:		50px;
	font-size:        	120%;
	/*
	border-top:    		thin solid black;
	border-bottom:    	thin solid black; */
}

p.centered {
  text-align:       center;
  padding-bottom:   10px;
  
}
a.community {
  padding-left:          15px;
}
p.events {
  line-height:      1.6em;
}
p.italic {
  line-height:		1.4em;
  font-style:		italic;
  font-family:		Georgia, "Times New Roman", Times, serif;
}
img.imageWithBorder {
  border:    	    thin solid #000000;


}

img.imageNoBorder {
  padding-right:		10px;
  padding-left:		10px;



}

p.horizontalRule
{    
  height:           39px;
  padding:		0px;
  margin:           0px;
  margin-top:           40px;
  margin-bottom:           40px;
  /*margin:           10px,5px,10px,5px;*/
  /*border:    		1px dashed #cfccbd;*/
  border-top:    		1px dotted #330000;
  /*border-bottom:    		1px dotted #330000;*/
  border:    		4px dashed #F3EAD8;
  border:    		1px dotted #330000;
  background-color:	#F3EAD8;
  
  /*background-image: url(images/fishSkel6Grey.gif);*/ 
  background-image: url(images/tribalFishGrey.gif);
    background-repeat: repeat-x;
  background-position: left;
}
img.scaled {
  width:99%;
  border:    	    thin solid #4c6464;
  /* dont enlarge the image more, than its initial resolution */
  max-width:570px;
  /*max-height:600px; */
  /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
  height:auto;
    
  /*height:99%;*/
}

.eventDetails {
		font-weight: bold;
}

table {
	margin-top:	20px;
	
	margin-left: auto;
	margin-right: auto;

	border: 	thin solid black;
	caption-side:	bottom;
	border-collapse:collapse;
	
}
td, th {
	border: 	thin dotted gray;
	padding:	5px;
}
th {
	background-color:	#cc6600;
	/*background-color:	#b5a789;*/
}
caption {
	font-style:	italic;
	font-size:      90%;
	padding-top:	8px;
}
.cellcolor {
	background-color:	#fcba7a;
	
}

.colorLightSkyBlue  {
	background-color:	#87CEFA;
	
}

.colorAzure  {
	background-color:	#F0FFFF;
	
}


table#sponsors {

border-collapse: separate;
border-spacing: 20px;

border: none;
}

#sponsors td, #sponsors th {

border: none;

}



  
  
 
  
  


