﻿@import url("layout.css");
body {
	border-color: #000000;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: 2px solid #800080;
	width: 875px;
	margin: 25px auto;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#masthead {
	border-width: 0px;
	border-color: #000000;
	text-align: center;
	width: 849px;
	border-top: 1px solid #000000;
	border-right: 1px solid #0000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#navigation {
	border-color: #000000;
	border-width: 0px;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	font-family: "Comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#content {
	border-width: 0px;
	border-color: #000000;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #00000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: inherit;
	border-bottom-style: inherit;
	border-left-style: inherit;
	border-top-width: 2px;
	border-right-width: inherit;
	border-bottom-width: inherit;
	border-left-width: inherit;
	border-top-color: #800080;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	font-weight: bold;
}
#masthead h3 {
	color: #FFFFFF;
	font-weight: bold;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	background-color: #000000;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CC9900;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #B58800;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
	font-family: "comic Sans MS", "Comic Sans", "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}