﻿@import url('layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
h1 {
	color: #008000;
}
h2 {
	color: #008000;
}
h3 {
	color: #669900;
}
#container {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#header {
	background-color: #FFFFFF;
	color: #0000CC;
	font-style: italic;
	text-align: left;
	padding: 5px;
	width: 690px;
	height: 120px;
}
#navigation {
	background-color: #336600;
	overflow: hidden;
	display: block;
	border-bottom: 3px;
	border-bottom-color: #FF0000;
	font-weight: bold;
}
#page_content {
	width: 650px;
	min-height: 500px;
	margin: 0;
	padding: 25px;
	background-color: #fff;
}
#footer {
	width: 700px;
	text-align: center;
	background-color: #336600;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Header */
#header img {
	float: left;
}
#header p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* 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: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	background-color: #669900;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.title {
	background-color: #FF6666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.lighttitle {
	background-color: #99CCFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
