﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF
}
#container {
	background-color: #FFFFFF;
	width: 1020px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	width: 1020px;
	height: 144px;
}
#navigation {
	background-color: #7fbe24;
	overflow: hidden;
}
#footer {
	width: 1020px;
	text-align: center;
	background-color: #7fbe24;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #000000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #000000;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #7FBD34;
	text-decoration: none;
}
/* Styles for Links */
a {
				color: #000000;
				text-decoration: none;
}
a:hover {
	color: #7FBD34;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
