﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000;
}
#container {
	width: 700px;
	margin: 10px auto;
	color: #000000;
	background-color: #9292E4;
	position: static;
	z-index: inherit;
	bottom: auto;
	right: auto;
	height: auto;
	top: auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #9999FF;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #9999FF;
	bottom: auto;
	color: #000000;
	background-repeat: repeat;
}
#content {
	float: left;
	width: 514px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: inherit;
	padding: inherit;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	color: #000000;
	clear: none;
	text-align: center;
	bottom: inherit;
	height: auto;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #9999FF;
	color: #000000;
	position: fixed;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	background-color: #9999FF;
}
#masthead h3 {
	color: #9966FF;
	font-size: small;
	background-color: #9999FF;
	text-align: right;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #9999FF;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #9999FF;
	color: #000000;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #9999FF;
	height: 21px;
	width: 133px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #CCCCFF;
}
/* Content Styles */

}
 
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	background-color: #9999FF;
	background-repeat: repeat;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	background-color: #9999FF;
	position: relative;
	z-index: inherit;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCFF;
}
a {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCFF;
}
.style_bold {
	font-weight: bold;
}

