﻿@import url("layout.css");
body {
	background-color: #393939;
	font-family: "Lucida Sans", Verdana, "Trebuchet MS";
	font-size: small;
	color: #666666;
}
#container {
	background: #393939;
	border-right-color: #393939;
	border-right-style: outset;
	width: 100%;
	margin-top: 7px;
}
#masthead {
	background-color: #ffffff;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 800px;
	height: 175px;
	text-align: center;
	background-repeat: no-repeat;
}
#page_content {
	background: #F5F5F5;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	background:white;
	width: 580px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:7px;
;
}
#sidebar {
	width: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	font-size: x-small;
	font: normal small-caps normal 100% "Lucida Sans", Verdana, "Trebuchet MS";
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #393939;
	text-align: center;
}
#masthead p {
	font-size: small;
	margin: 0;
}
h6 {
	font-family: "Lucida Sans";
	font-weight: bolder;
	font: xx-large serif;
	color: #7788AA;
}
h5 {
	font-family: "Lucida Sans";
	color: #7788AA;
}
h4 {
	font-family: "Lucida Sans";
	white-space: normal;
	color: #7788AA;
}
h3 {
	font-family: "Lucida Sans";
	color: #7788AA;
}
h2 {
	font-family: "Lucida Sans";
	color: #FFFFFF;
}
h1 {
	font-family: "Lucida Sans";
	color: #7788AA;
}
#masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	font-size: small;
}
#masthead a:hover {
	background-repeat: repeat;
	border-style: double;
	border-color: #393939;
	background: #CCBB88;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
	font-size: small;
}
#navigation a:hover {
	background-repeat: repeat;
	border-style: double;
	border-color: #393939;
	background: #4d5e6b;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}
/* Sidebar Styles */
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	position: relative;
	display: inline-block;
	border: 1px solid #cb8;
	padding:5px
}
#sidebar a {
	border: thin #C0C0C0 outset;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	padding: 2px;
	background-color: #666666;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #f5f5f5;
	background-color: #F5F5F5;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #4D5E6B;
	text-decoration: none;
}
a {
	color: #4d5e6b;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}