﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ddd;
}
#container {
	width: 750px;
	margin: 10px auto;
}
#masthead {
	padding: 0px;
	width: 746px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #a9a9a9;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #AE9B98;
}
#navigation {
	position: relative;
	float: left;
	width: 146px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #a9a9a9;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url("../images/background.gif");
}
#content {
	float: left;
	width: 571px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #a9a9a9;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url("../images/background.gif");
}
#footer {
	text-align: center;
	clear: both;
	width: 746px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #dcdcdc;
	border-right: 3px solid #a9a9a9;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url("../images/background.gif");
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	line-height: 1em;
	letter-spacing: 100%;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	z-index: 20;
	position: absolute;
	top: 70px;
	left: 85px;
	* html left: 185px;
}
#masthead h3 {
	color: #5f8ea9;
	font-size: medium;
	font-style: italic;
	z-index: 20;
	position: absolute;
	top: 140px;
	left: 110px;
	text-align: left;
	* html left: 185px;

}
#masthead img {
	float: none;
	padding: 0px;
	z-index: 10;
	width: 746px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#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;
}

/* end of file */
