﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000073;
}

#container {
	border: thick outset #C0C0C0;
	width: 880px;
	margin: 0 auto;
	background-color: #C9C0AD;
}
#masthead {
	text-align: right;
	width: 880px;
	overflow: auto;
	background-color: #C9C0AD;
}
#sidebar {
	float: left;
	width: 148px;
	background-color: #000073;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	border-color: #FFFFFF;
	border-width: thin;
	float: left;
	width: 690px;
	padding: 15px;
	overflow: auto;
	background-color: #000073;
	margin: 5px 0px 0px 7px;
	position: relative;
	border-left-style: solid;
	border-top-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content img {
	display: block;
	float: left;
}
#footer {
	margin: 0px;
	clear: both;
	width: 880px;
	background-color: #c9c0ad;
	padding: 0;
	overflow: auto;
}
#masthead img {
	border-style: outset;
	float: left;
	margin-top: 2px;
	margin-left: 4px;
}
#masthead p {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 3px solid #C9C0AD;
}
#sidebar a {
	border-style: outset;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 7px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000073;
	background-color: #FFFFFF;
	border-bottom-style: outset;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 7px;
	height: 33px;
}
#footer a {
	color: #000073;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a{
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
