﻿@import url("layout.css");
body {
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	width:775px;
}
.smallfont {
	font-size: 0.8em;
	color:gray;
}
.boldfont {
	font-size: 0.9em;
	font-weight:bold;
}

.smallRedFont {
	font-size: 0.8em;
	color:red;
}
#banner {
	height:100px; 
	background-color:#e6d9b0; 
	border-bottom: 4px solid #a0522d;
}
#container {
	width: 100%;
	margin-top: 5px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
    border-bottom: 1px grey solid;
    border-right: 1px white solid;
    border-top: 1px white solid;
	
}

#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0px 0px;
	padding: 0 px;
	border: 1px solid #edb;
	background-color: #edb;
	font-weight: normal;
}


#navigation a:hover {
	text-decoration: none;
	color: #a0522d;
	background-color: #eee8aa;
	border: 1px solid black;
	font-weight:normal;
}


#navigation li ul {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0px 0px;
	padding: 0 px;
	border: 2px transparent outset;
	background-color: #edb;
	font-weight: normal;
}


#navigation li ul:hover {
	text-decoration: none;
	color: #a0522d;
	background-color: #eee8aa;
	border: 1px solid black;
	font-weight:normal;
}

#navigation ul li a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0px 0px;
	padding: 0 px;
	border: 1px transparent outset;
	background-color: #edb;
	font-weight: normal;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #a0522d;
	background-color: #eee8aa;
	font-weight:normal;
	border: 1px solid black;
}


#navigation ul li ul li a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0px 0px;
	padding: 0 px;
	border: 1px solid #edb;
	background-color: #edb;
	font-weight: normal;
}

#navigation ul li ul li a:hover {
	text-decoration: none;
	color: #a0522d;
	background-color: #eee8aa;
	font-weight:normal;
	border: 1px solid black;
}


/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
}
#content h1 {
	color: #a0522d;
}
#content img {
  padding-left: 25%;
  
}

/* Sidebar Styles */
#sidebar  {
	border-left: thin #edb solid;
	padding-left:10px;
	
}

#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
