﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;
}
#topbar {
	position: relative;
	float: top;
	height: auto;
	background-color: #8c8;
}
#sidebar {
	position: relative;
	float: left;
	width: 105px;
	background-color: #cb8;
}
#content {
	margin-left: 105px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
/* Styles for Navigation */
#topbar table {
	table-layout:fixed;
	border:none;
	border-collapse: collapse;
}
#topbar tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
#topbar td {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 14.28%;
	font-size: 0.7em;
	margin: 2;
	padding: 5;
}
table td:first-child {
	border-left: none;
}
table td:last-child {
	border-right: none;
	border-bottom: none;
}
#topbar a {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	display: block;
	padding: 3%;
}
#topbar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	background-color: #dc9;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}