﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333;
}
#container {
	background-color: #fff;
}
#masthead {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}
#navigation {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

html>body #navigation {
	overflow: hidden;
}
#column_x {
	width: 707px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_x {
	width: 710px;
	padding: 0 15px;
	background-color: #fff;
}
#column_l {
	width: 467px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 470px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 37px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 37px 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #008080;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #808000;
	height: 16px;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Content Styles */
h1 {
	color: #008080;
	height: 18px;
}
h2 {
	color: #008080;
	height: 16px;
}
h3 {
	color: #808000;
	height: 14px;
}
h4 {
	color: #808000;
	height: 12px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #800000;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.screen {
	border-style: solid;
	border-width: 1px;
}
