﻿@import url('layout.css');
body {
	font-family: Arial;
	font-size: small;
	color: #000;
	background-color: #67b;
}
#container {
	border-style: 10;
	border-width: 10px;
	border-color: #E1E1E1;
	width: 850px;
	background-color: #FFFFFF;
	position: relative;
	color: #707568;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	padding-bottom: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	text-align: center;
	overflow: auto;
	position: relative;
}
#sidebar {
	box-shadow: 0px 6px 10px #D2DDD3;
	border: thin hidden #C0C0C0;
	float: left;
	width: 210px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
	color: #707568;
	font-weight: normal;
	margin-left: 6px;
	margin-bottom: 20px;
}
#content {
	float: right;
	width: 619px;
	overflow: auto;
	background-color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	vertical-align: inherit;
	margin-top: 0px;
	margin-right: 0px;
}
#content img {
	display: block;
}
#footer {
	border-radius: 0px;
	box-shadow: 0px 0px #D2DDD3;
	clear: both;
	width: 860px;
	background-color: #D2DDD3;
	overflow: auto;
	position: relative;
	font-family: Arial;
	color: #EBEDE4;
	text-decoration: none;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: inherit;
}
#masthead img {
	float: left;
}
#masthead p {
	padding: 0;
	width: 860px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #1D6289;
	height: 29px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow";
}
#sidebar li {
	display: block;
}
#sidebar a {
	text-decoration: none;
	color: #606060;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #515151;
	text-decoration: none;
}
#footer a {
	color: #515151;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-align: left;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
