html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 76%;
	background-color: #FFFFFF;
}


p{
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
a{
	display:inline;
	color: #666666;
	padding:10px
}


div#navigation{
	background-color: #FFFFFF;
}

div#container{
	width:600px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

div#content{
	width: 600px;
	height: 350px;  /* Controls the height of where the nav is */
	background-color: #FFFFFF;
	margin: 0 auto;
}
div#navigation{
	width:600px;
	background-color: #FFFFFF;
	/* float: left; */
	margin: 0 auto;
}

#slideshow {
	width: 500px;
	text-align: center; 
	/* height: 545px; */
	height: 300px;
	margin: 0 auto;
}
.pics {
	padding:0;
	overflow: hidden;
}
.pics img {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #eee;
	top:0px;
	left:0;
}
#nav {
	width: 500px;
	/* margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px; */
	margin: 0 auto;
}
#nav li {
	width: 25px;
	float: left;
	margin: 6px;
	list-style: none
}
#nav a {
	width: 25px;
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#nav a.activeSlide {
	background: #FFFF00
}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

#output {
	height: 25px;
	width: 200px;
	margin-left: 70px;
}
	 
  a:focus,
  a:hover,
  a:active {
	color:#182E7A;
	text-decoration:none;
}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {
	text-decoration:none;
	background-color: transparent;
	color: #FF6600;
}
  
  #footer a {
	color: #666666;
	background:transparent;
	font-weight: bold;
}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {
	color: #4D87C7;
	background-color: transparent;
	text-decoration:none;
}



