﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: ;
}
a {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px #000000 solid;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFFF;
	border-color: #725972;
	border-style: solid;
	border-width: 2px;
}
#masthead {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background: #333399;
	text-align: center;
	width: auto;
	padding: 10px;
	border: 1px solid #725972;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #000000 dotted;
	background-color: #333399;
	color: #000000;
	border-color: #000000;
	border-style: solid;
}
#content {
	background: #FFFFFF;
	float: left;
	width: 485px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	border-color: #FFFFFF;
	text-align: center;
	clear: both;
	width: 600px;
	border: 1px #FFFFFF dotted;
	background-image: none;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	font-size: 45px;
}
#masthead h3 {
	color: #FFFFFF;
	font-size: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #333399;
	color: #000000;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	background-color: #0066FF;
	background-image: none;
	background-repeat: no-repeat;
}
#navigation a {
	border-bottom-width: thin;
	border-bottom-color: #0066FF;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #333399;
	background-image: none;
	border: 1px solid #000000;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px #000000 solid;
}
/* Footer Styles */
#footer p {
	color: #000000;
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	background-image: none;
	border: #FFFFFF;
	background: #000000;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: auto;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
}
.style_bold {
	font-weight: bold;
}

