﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: large;
	color: #000;
}
#leftfeature {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
#leftfeature img {
	border: 1px solid #C0C0C0;
	margin-right: 10px;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cc9955;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #cc9955;
	height: auto;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cc9955;
}
#content {
	margin-left: 170px;
	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: #afaeb3;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
.bordered {
	border: 1px solid #000000;
}
.centered {
	text-align: center;
}
.clear {
	clear: both;
}
.smallicon {
	border-width: 0px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.tabletop {
	text-align: center;
	background-color: #CC9955;
	font-weight: bold;
}
.toparrow {
	border-width: 0;
	vertical-align: middle;
	height: 30px;
}
h2 {
	font-size: xx-large;
}
h3 {
	font-size: x-large;
}
h2, h3, h4, h5, h6 {
	vertical-align: middle;
	color: #CC9955;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#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: small;
	text-align: center;
}
#footer a {
	color: #393939;
}
#footer a:hover {
	color: #393939;
	background-color: #dc9;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}