﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 1200px;
	margin-left: auto;
	margin-right:auto;
	background-image:url('themes/LightestBackground.jpg') 
}
#masthead {
	float: left;
	width: 1070px;
	height:100px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	overflow: auto;
	}
#sidebar {
	float: left;
	width: 100px;
	margin-top: 100px;
	margin-left: 15px;
	clear: both;
	color: #000000;
	background-color: #C0C0C0;
	background-image:url('themes/LightestBackground.jpg')
}
#content {
	float: left;
	width: 1000px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 30px;
	padding: 0px;
	position: relative;
	background-image:url('themes/LightestBackground.jpg')

}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0;
	overflow: auto;
	
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: small;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #f2f2f2;
}
#sidebar a {
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	background-color: #808080;
	font-weight;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:visited {
	color: #000071;
	background-color: #CECECE;
	border-bottom: 2px solid #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #0000FF;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a:visited {
	color: #0000FF;
}