﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: 
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 700px;
	padding: 10px;
	border: 1px solid #000;
	background-image:
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #000;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 718px;
	border: 1px solid #000;
}
/* Masthead Styles */
#masthead h1 {
	color: #000;
}
#masthead h3 {
	color: #000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background-color: #fff;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	
	background-color: #fff;
}
#navigation a:hover {
	color: #00cc00;
	text-decoration: none;
	background-color: #fff;
}
/* Co
/* Content Styles */
h6 {
	color: #000;
}
h5 {
	color: #000;
}
h4 {
	color: #000;
}
h3 {
	color: #000;
}
h2 {
	color: #000;
}
#content h1 {
	color: #000;
}
t img {
	padding: 5px;
	border: 1px solid #000;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #00cc00;
	text-decoration: none;
}
a {
	color: #00FF00;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}