﻿@import url("layout.css");
body {
	font-family: "Comic sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #2E9AFE;
}
#container {
	border-style: none;
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	background-color: #2E9AFE;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px none #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	height: 190px;
}
#navigation {
	border-style: none;
	position: relative;
	float: left;
	width: 221px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	display: none;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #2E9AFE;
	text-align: center;
}
#navigation a {
	border-style: none;
	color: #00003E;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: large;
}
#navigation a:hover {
	color: #00003E;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #00003E;
}
h5 {
	color: #00003E;
}
h4 {
	color: #00003E;
}
h3 {
	color: #00003E;
	text-align: center;
}
h2 {
	color: #00003E;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #00003E;
	text-decoration: none;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#masthead img {
	float: left;
}
#content a {
	text-decoration: underline;
}
p {
	font-size: 16px;
}
.h2sub {
	margin-top: -20px;
}
.short {
	margin-top: 215px;
}
