﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #999999;
}
#container {
	width: 800px;
	margin: 10px auto;
	background-color:#fff;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
	
	
}
#masthead {
	text-align: center;
	width: 798px;
	border-top: 2px solid #663300;
	border-bottom: 2px solid #663300;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 170px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom: 1px solid #663300;
	border-right: 1px solid #663300;
	background-color: #fff;
}
#content {
	float: left;
	width: 569px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
#masthead p {
	margin:1px;
}
/* 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 #fff;
	background-color: #fff;
}
#navigation a {
	color: #33627d;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-weight: bold;
}
#navigation a:hover {
	color: #663300;
	text-decoration: underline;
}
#navigation a:visited {
	color: #663300;
	text-decoration: underline;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #663300;
}
#content p {
	padding:10;
}
#content img {
	padding: 0px 10px 0px 0px;	
}
#content li {
	padding:0px 0px 5px 0px
}
#content a {
	color: #33627d;
	text-decoration:underline;
}
#content a:hover {
	color: #663300;
	text-decoration: underline;
}
#content a:visited {
	color: #663300;
	text-decoration: underline;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #33627d;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: underline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
