﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ffffff;
	text-align: justify;
	color: #000000;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #888888;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation {
	position: relative;
	float: left;
	width: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #888888;
	background-color: #ffffff;
}
#content {
	float: left;
	width: 576px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #888888;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #888888;
	background-color: #ffffff;
}
#copyright {
	text-align: center;
	color: #888888;
	font-size: smaller;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}
#masthead h3 {
	color: #000000;
}
/* 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 #ffffff;
	background-color: #ffffff;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #888888;
}
/* Content Styles */
#content h1,h2 {
	color: #000000;
	font-style: italic;
	text-align: center;
}
#content h3,h4,h5,h6 {
	color: #000000;
}
#content img {
	padding: 1px;
	border: none;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#content table {
    margin-left: auto;
    margin-right: auto;
}
/* Footer Styles */
#footer p {
	color: #888888;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #888888;
	text-decoration: none;
}
/* Body Copy Links Styles */
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
/* Extra Styles */

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style93 {
	font-size: smaller;
}
.style97 {
   text-align: center; 
}
.style99 {
	color: #00ccff;
}
.style101 {
	color: #00ccff;
	font-weight: bold;
}
.style103 {
   text-align: center;
   color: #00ccff;
   font-weight: bold;
}
.style104 {
	font-size: smaller;
	text-align: center;
}
.style105 {
	font-size: 0.7em;
	text-align: left;
	color: #000000;
}
.style106 {
text-decoration: line-through;
}
.style107 {
	font-size: 0.7em;
	color: #ff0000;
}
.style108 {
   text-align: center;
   font-size: medium;
   color: #000000;
   font-style: italic;
}
.style109 {
	color: #00ccff;
	font-size: x-large;
	text-align: center;
}
.style110 {
	color: #000000;
	font-size: x-small;
	text-align: center;
}
.style111 {
	color: #000000;
	font-size: medium;
	text-align: center;
}
