/* title: Misty Valley Views;
author: Pam williamson;
version:one style;
CSS Document
date: September 2007; */
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	color:#000139;
	margin: 0px;
	padding: 0px;
	background-color: #14285f;
}
/*separate container across the top*/ 
#header 
{ width: 800px;
  margin-top:15px;
  margin-left: auto; 
  margin-right: auto;
  background-color:#c0c0c0;
}
#container {
	width: 800px;
	margin: auto;
	background:#ffffff;
}
/*Top Navigation*/
a {
	text-decoration: underline;
	color:	 #14285f;
}
a:hover {
	text-decoration:none;
	color: #E2D798;
	font-weight:600;
}

/*links across bottom of page*/
#moreLinks{
	
}
#moreLinks a:link{
	text-decoration: underline;
	color:#000000;}
#moreLinks a:hover{color:#455F91;
}

p{
  margin: 0px;
  padding: 0px 10px 0px 20px;
  line-height: 20px;
}
#container2 {
	width: 800px;
	margin: auto;
	background:#ffffff;
	text-align:center;
	font-size:10pt;
	color: #000139;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px;
  margin: 0px;
 }

.right
{ float: right; 
  padding: 0px;
  margin: 0px 10px 20px 5px;

}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
#footer {
	width: 800px;
	margin: auto;
	height:20px;
	background:#c0c0c0;
	text-align:center;
	font-size:7.5pt;
	color: #000139;
}
#footer a:link{color:#14285f;text-decoration: underline;}
#footer a:hover{color:#14285f;text-decoration: none;}

