﻿@import url("layout.css");
@import url('textstyles.css');
@import url('formatting.css');
body {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	background-color: #abc;
	background-image: url('../images/background1.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	border: 1px solid #333333;
	width: 860px;
	margin: 0 auto;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #3F668B;
	padding-bottom: 5px;
}
#masthead {
	border-bottom: 1px solid #333333;
	margin: 0;
	width: 860px;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url('../images/banner.gif');
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #3F668B;
	position: relative;
	clear: both;
	display: inline;
	height: 216px;
}
#content {
	margin: 0;
	float: right;
	width: 670px;
	padding: 15px;
	background-color: #fff;
	position: relative;
	height: 100%;
}
#footer {
	text-align: center;
	clear: both;
	width: 860px;
	padding: 0 0 5px 0;
	overflow: auto;
	background-color: #3F668B;
	position: relative;
	float: none;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	margin-right: 200px;
	font-family: Verdana;
	color: #3F668B;
	font-weight: bold;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 18px;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #F8991A;
	float: inherit;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F8991A;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 18px;
	font-family: "Trebuchet MS";
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FEA35F;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 700px;
	font-family: Verdana;
}
#footer a {
	color: #F8991A;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 16px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#author {
	width: 860px;
	margin: 10 auto 0 auto;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#author p {
	font-size: 11px;
	color: #FF0066;
	padding: 0px;
	float: right;
	width: 700px;
	font-family: Verdana;
	text-align: right;
	margin-top: 10px;
}
