﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
}
#container {
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border-right-color: #333399;
	border-bottom-color: #333399;
	border-left-color: #333399;
}
#masthead {
	border-style: solid;
	border-width: 15px 10px 15px 10px;
	border-color: #FF9933;
	padding: 1px;
	background-repeat: repeat-x;
	position: inherit;
	text-align: left;
	background-image: url('../images/top5.gif');
	background-color: #99CCFF;
}
#navigation {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-color: #0066FF;
	border-right-style: none;
	background-color: #C0C0C0;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	border: 1px dotted #6699FF;
}
/* Masthead Styles */
#masthead h3 {
	color: #402640;
}
/* 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 #FF9933;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
}
#navigation a:hover {
	color: #000080;
	text-decoration: none;
	background-color: #6699FF;
}
/* Content Styles */
h6 {
	color: #000066;
}
h5 {
	color: #000066;
}
h4 {
	color: #000066;
}
h3 {
	color: #000066;
}
h2 {
	color: #000066;
}
#content h1 {
	color: #000066;
}
#content img {
	padding: 5px;
	border: 1px solid #000066;
}
/* Footer Styles */
#footer p {
	color: #666666;
}
#footer a {
	color: #000066;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


