﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
}
#container {
	width: 100%;
	border-bottom: 2px solid #a0522d;
	background-color: #9DE180; 
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 800px; 
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdde9d;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

/* Splitting of the two tables */
#main1 {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#main2 {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #996633;
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
	display: inline;
	font-size: xx-large;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
font-family:Arial;
font-style:italic;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d; 	/* Navigation button font color */
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

/* Main dispatch button format */
#main1 a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 20px;	/* Establishes the size of the button */
	border: 1px solid #708090;
	background-color: #edb;
}
#main1 a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

/* Member dispatch button format */
#member a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 20px;	/* Establishes the size of the button */
	border: 1px solid #708090;
	background-color: #edb;
}
#member a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
}

p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

ul  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

li  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#content h1 {
	color: #a0522d;
}
#content img {
	padding: 0px;
	border: 0px solid #a0522d;
}
	border: 0px solid #a0522d;
}

#content p	{
	width:98%;
	margin-left:1%;	
}

#content hr	{
	color: #996633;
}

#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}

a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
