body {
	background-color: #F8F8F8;
	font-family: arial, verdana, sans-serif;

}

/* The following CSS styling is for the site's main header */


#logo {
	float: left;
	margin-top: 4px;
	padding-top: 6px;	
}

#image {
	float: left;
}


/* The following CSS styling is for the site's left navigation bar */

#navigation {
	
	font-family: arial, verdana, sans-serif;
	background-color: white;
	
	float:left;
	left: -30px;
	width: 200px;
	
	padding-right: 10px;
	padding-left: 3px;
	margin-left: 5px;
	
}

#navigation li {
	list-style: none;
	line-height: 25px;
}

/* The following CSS styling is for the site's main content section */


#content {
	background-color: white;
	
	float:left;
	width: 720px;
	padding-left: 15px;
	
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 1.5em;
	
	border-left: solid 2px;
	border-left-color: #e7e7e7; 

}

#welcome h1 {
	text-align: center;
	color: #990000;
	font-family: sans-serif;
}


#content h2, h3 {
	color: #666666;
	font-size: 16px;
}

#content h3 {
	font-size: 15px;
}

#content h4 {
	color: #990000;
	font-size: 14px;
}

#navigation h1 {
	color: #666666;
	font-size: 18px;
}

/* The following CSS styling is for the site's links styles */

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color:#990000;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

/* The following CSS styling is for the main navigation bar */

.mainmenu {
	background: #E7E7E7; 
	text-align: center; 

}

#textMenu {
	list-style:none;
	float:left; 
	width:100%; 
	height:50px;
	background-color:#333; 
	border-top: 6px solid #990000;
	padding:0 0 0 0;
	margin:0 0 15px 0;
}

#textMenu li {
	float:left; 
	text-transform:uppercase; 
	font-weight:500; 
	font-size:16px;
	padding:15px 0 0 27px;
}

#textMenu li a {
	color:#fff; 
	font-family: Arial, sans-serif;
}
#footertext {
	float: center;
	margin-top: 10px;
	margin-left:10px;
	margin-right:50px;
}

/* The following CSS styling is for the site's footer and the amazon logo link*/

#footer {
	clear: both;
	width:100%; 
	height:100px;
	background-color: #e7e7e7; 
	border-top: 1px solid #e7e7e7; 
	padding:0 0 0 0;
	margin:0px 0px 0px 0px;
		
}

/* Hiding Amazon references for testing
#amazon {
	float: left;
}

#amazontext {
	float: left;
}

#footertext {
	float: right;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 25px;
}

.amazon p {
	font-size: 13px;
	line-height: 2em;
} 

.amazon table {
	margin-right: 7px;
	margin-top: 4px;
	margin-left: 7px;
}
*/
/* The follow CSS styling is for the 2 columned layout on the board of directors page*/

#officerscolumn1 {
	float: left;
	width: 360px;
	border-top: solid 1px #e7e7e7;
}

#officerscolumn2 {
	float: left;
	width: 360px;
	border-top: solid 1px #e7e7e7;
}

#committeecol1 {
	float: left;
	width: 360px;
	border-top: solid 1px #e7e7e7;
}

#committeecol2 {
	float: left;
	width: 360px;
	border-top: solid 1px #e7e7e7;

}


/* The following CSS enables the final positioning of the navigation and content 
columns */

#allcontent {
	width: 990px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	
}

/* The following CSS is for the image slider on the events page */

/* Slide Show CSS The following CSS has been taken from the Create a Slick and Accessible Slideshow
Using jQuery by Jacob Gube (Six Revisions) 
I have edited the CSS so it will better fit the needs of my webpage.
*/

#slideshow {
	margin:0 auto;
	width:500px;
	height:300px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:500px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:480px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}


/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:320px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
/**
*Event paragraph indent
*/
#eventParagraph{margin-left:50px}


