/* CSS code by Lifetime Legacies */

* {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
 margin-left: 30px;
 margin-top: 5px;
 color: black;
 width: 920px;
 background-color:#C9BAA4; /* Dark Tan 1F1209 Kat */
}

#frame {
	background-color: #F9E6CB; /* Light Tan FFF8DC Kat */
	border: 1px solid #978B7B; /* Dark Brown Border */
}


#header {
 height: 120px;
 width: 920px;
 border-bottom: 1px solid #978B7B;
/* background-image: url("Images/Banner.jpg");
 background-repeat:no-repeat;
 background-position: 50% 50%;
*/ /* background-position: center; */
 margin: 0;
 padding-top: 0px;
}

#header img {
	padding: 10px 110px 10px 110px; 
}

#columnLeft {
 float: left;
 width: 610px;
 margin: 10px 0px 10px 0px;
 border-right: 1px solid #978B7B;
}
#columnRight {
 background-color:#b8b8df; /* Light Blue Teaser Background */
 width: 290px;
 margin: 10px 0px 10px 620px;
}
#footer {
 clear: both;
 width: 300px;
 background-color: #FFEBD0; /* Very light tan footer color */
 padding: 5px 5px 5px 5px;
 border: 1px solid #978B7B;
 margin: 10px 0px 10px 155px;
}  

.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: .6em;
	color: #444444;
	text-align:center;
}

.story {
	width: 590px;
	margin: 0px 10px 5px 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #978B7B;
	font-size: .9em;
}

.story h1 {
	font-size: 1.1em;
	color: #4444ff;  /* Darker blue headline color */
	text-align:center;
	margin: 0px 0px 5px 0px;
}

.story p {
	margin: 5px 0px 0px 0px;
}

.story a {
	color: #4444ff;
	text-decoration:none;
	font-size: .8em;
}
	
.teaser {
	width: 270px;
	margin: 0px 10px 5px 10px;
	font-size: .8em;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #978B7B;
}

.teaser h1 {
	font-size: 1em;
	font-weight:800;
	margin: 0px 0px 5px 0px;
}

.teaser a {
	color: #4444ff;
	text-decoration:none;
	font-size: 1em;
}

.teaser p {
	margin: 5px 0px 0px 0px;
}

.floatleft {
 float: left;
 margin:3px 10px 0px 0px;
 border: 1px solid black;
}

.floatright {
 float: right;
 margin:3px 0px 0px 10px;
 border: 1px solid black;
}

.story blockquote {
	float:right;
	width: 200px;
	margin: 4px 0px 4px 8px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	border: 1px solid black;
	background-color:#777777;
	padding: 3px 4px 8px 6px;
	
}

.credit {
	text-align:right;
	margin-right: 2em;
	font-style:italic;
}

/* CSS to handle menu navigation */
#navsite p {
 display: none;
}
#navsite {
 font-size: 1.0em;
 font-weight: normal;
 width: 150px; 
 border-right: 1px solid #666; 
 padding: 0; 
 margin: 0 0 0 60px;
 background-color: #4444ff; /* #9cc; */
 color: #333; 
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#navsite ul li {
 margin: 0; 
 border-top: 1px solid #000;
}
#navsite ul li a {
 display: block; 
 padding: 6px 2px 6px 0.5em; 
 border-left: 10px solid #4444ff; 
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 background-color: #2f2faf; 
 color: #fff; 
 text-decoration: none; 
 width: 100%; 
}
html>body #navsite ul li a { 
 width: auto; 
}
#navsite ul li a:hover {
 border-left: 10px solid #2f2faf;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000; 
 background-color: #4444ff; /* #69f; */
 color: #fff; 
}


