﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px dotted #ADA88C;
	border-right: 1px dotted #ADA88C;
	border-bottom: 1px dotted #ADA88C;
	border-left: 1px dotted #ADA88C;
	background-color: #fafaff;
}
#navigation {
	border-style: dotted;
	border-color: #ADA88C;
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #ADA88C dotted;
	border-right: 1px #ADA88C dotted;
	border-bottom: 1px #ADA88C dotted;
	border-left: 1px #ADA88C dotted;
}
#content {
	border-style: dotted;
	border-color: #ADA88C;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px #ADA88C dotted;
	border-right: 1px #ADA88C dotted;
	border-bottom: 1px #ADA88C dotted;
	border-left: 1px #ADA88C dotted;
	background-color: #FFFFFF;

}
#footer {
	border-style: none;
	border-width: 0px;
	border-color: #ADA88C;
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* 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 #ADA88C dotted;
}
#navigation a {
	background: #ADA88C;
	font: normal normal bold 100% serif;
	color: #645B3C;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px dotted #ADA88C;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px dotted #ADA88C;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
/* Footer Styles */
#footer p {
	color: #33627D;
	margin-top: 5px;
}
#footer a {
	font: normal normal bold 100% serif;
	color: #55543F;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #33627d;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font: normal normal bold 100% serif;
	color: #33627D;
}