﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
}
#container {
	border-width: 1px;
	border-style: none;
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 1px;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
}
#navigation {
	position: relative;
	float: left;
	width: 158px;
	margin-bottom: 3px;
	border-right: 0px none #725972;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: #E6F9FF;
	border-right-color: #c1d1d9;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #c1d1d9;
	border-bottom-color: #c1d1d9;
}
#navright {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 130px;
	float: left;
	position: relative;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: -87px;
	left: 481px;
}
#content {
	padding: 3px 5px 3px 5px;
	float: left;
	width: 480px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 0px none #FFFFFF;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 96%;
}
#navigation li {
	display: block;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 10px;
	border-bottom: 1px dotted #fff;
	border-bottom-style: none;
	font-family: verdana;
	font-size: 10px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #66B3CC;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #0000FF;
	font-size: 14px;
}
h2 {
	color: #000000;
	font-size: 16px;
}
#content h1 {
	text-align: left;
	font-size: 18px;
}
#content img {
	padding: 5px;
	border: 0px solid #FFFFFF;
	text-align: center;
	float: right;
}
/* Footer Styles */
#footer p {
	width: 500px;
	font-size: 11px;
	text-align: center;
	font-family: verdana;
	margin-left: 50px;
}
#footer a {
	color: #003399;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pics-center {
	border: 0px none #FFFFFF;
	text-align: center;
	float: left;
}
