﻿@import url("layout.css");
body {
	/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #145a26;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #d4e7f6;
}
#masthead {
	text-align: right;
	width: 760px;
	overflow: auto;
	background-color: #2575d8;
}
#sidebarnav {
	background-position: 100%;
	float: left;
	width: 153px;
	background-color: #d4e7f6;
	position: relative;
	clear: both;
	display: inline;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #996600;
}
#sidebarlinks {
	float: left;
	width: 154px;
	background-color: #d4e7f6;
	position: relative;
	clear: both;
	display: inline;
}

#content {
	float: left;
	width: 576px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #996600;

}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 760px;
	background-color: #CD9B69;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #996600;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-align = center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Sidebar Navigation and Links */
#sidebarnav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebarnav li {
	display: block;
	border: 0px;
}
#sidebarnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0364c3;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	border-bottom-width: 2px;
	border-bottom-color: #996600;
}
#sidebarnav a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	border-bottom-color: #996600;
	border-bottom-width: 2px;
	font-size: 14px;
	border-bottom-style: solid;
}
#sidebarlinks ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebarlinks li {
	display: block;
	border: 0px;
}
#sidebarlinks a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	display: block;
	padding: 5px;
	font-size: 14px;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #0364C3;
	border-bottom-width: 2px;
}

/* Styles for Footer */
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 4px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.stylehorizline {
	color: #996600; 
	width: 98%; 
	height: 2px;
	border-width:0;
	background-color: #996600;
}
.picture { background-color: #F9F9F9; 
	border: 2px solid #996600; padding: 3px; 
	font: 14px Arial, sans-serif; 
} 
.picture img { border: 1px solid #000000; 
	vertical-align:middle; margin-bottom: 3px; 
} 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; 
} 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; 
}
