﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #373737;
	background-image: url("../../images/banner.jpg");
	background-position: top left;
	background-repeat:no-repeat;	
}
#container {
	width: 100%;
	margin-top: 150px;
	border-bottom: 5px solid silver;
	background-color: #373737;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: 100px;
}
#content {
	position: relative;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#navigator {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: 100px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	display: inline;
}
/* Content Styles */
h6 {
	color: #fffec0;
}
h5 {
	color: #fffec0;
}
h4 {
	color: #fffec0;
}
h3 {
	color: #fffec0;
}
h2 {
	color: #fffec0;
    text-decoration: underline;
}
p {
	color: #fffec0;
}
li {
	color: #fffec0;
}
table {
	color: #fffec0;
}

#content h1 {
	color: #b0b0b0;
}
#content img {
	padding: 5px;
	border: 1px solid #fffec0;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* navigator Styles */
#navigator p {
	font-size: 0.85em;
	color: #0093e6;
}
#navigator a {
	color: #0093e6;
	text-decoration: underline;
}
#navigator a:hover {
	color: #fffec0;
	text-decoration: none;
}
/* Hyperlink Styles */
a {
	color: #0093e6;
	text-decoration: underline;
}
a:hover {
	color: #fffec0;
	text-decoration: underline;
}
/*text styles*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

