﻿  /* CSS layout */
	
body {
	background-color:maroon;
	font-family:Georgia, "Times New Roman", Times, serif;

	
}

#content {
		background-color: #FAF8CC;
		width:800px
}

#masthead { position:relative

}
.slideshow {
	 position:absolute; top:0px; right:0px
}

#top_nav { text-decoration: none;

}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	}

#page_content {
	margin-left: 210px;
	margin-top: 50px;
	padding-right: 15px;
        padding-bottom: 30px
}

#footer {
	clear: both;
	font-style: italic;
	text-align: center;
	line-height: 30px;
}
#footer a:link {
	color:maroon;
	text-decoration:none
}
#sidebar {
	
}
#sidebar a{
	 text-decoration:none;
	 color:maroon
}
#sidebar ul {
	list-style: none;
	margin-left: 4px;
	padding-left: 4px;
}
#sidebar ul li a {
	text-align: center;
	text-decoration: none;
	color:maroon
}
#top_nav ul {
  padding: 0;
  margin: auto;
  list-style: none;
  }

#top_nav li {
  float: left;
  position: relative;
  width: 10em;
  }

#top_nav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
#top_nav ul li a {
	display: block;
	text-decoration: none;
	color: #FAF8CC;
	text-align: center;
	background-color: maroon;
	padding: 5px;
	border: 1px solid black;

	}

#top_nav li > ul {
	top: auto;
	left: auto;
	}
	
#top_nav li:hover ul, li.over ul{ display: block;  }

#top_nav li a:hover {
	background-color:#FAF8CC;
	color:maroon
}

h1,h2,h3,h4,h5,h6 {
	color:maroon
} 

#page_content a {
	 text-decoration:none;
	 color:maroon
}
#page_content p {
	color:black;
	
}