﻿@import url(layout.css);
body {
	color: #333333;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border: thin solid #666666;
}
#masthead {
	text-align: center;
	background-color: #333333;
	width: 800px;
	color: #666666;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
}
#column_l {
	width: 800px;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 0.9em;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #FFDE00;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #43432C;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}


/* Styles for Navigation */
#navigation ul {
	border: thin none #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#navigation li {
	float: left;
	background-color: #000000;
}
#navigation a {
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 1px 11px 1px 11px;
	border: thin solid #000000;
	font-weight: bold;
	background-color: #000000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #007297;
}
/* Styles for Footer */
#footer p {
	font-size: 9px;
	line-height: 10px;
	color: #604020;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #4F3F00;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #826800;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}

