﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #D9ECFF;
	/*background-image: url('../images/bkg_sky_01.gif');*/
}
#container {
	width: 965px;
	height: 850px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 940px;
	/*height: 300px;
	padding: 10px;
	border: 1px dotted #725972;*/
}
#navigation {
	margin: 10px 3px 10px 3px;
	position: relative;
	float: left;
	width: 139px;
	height: 500px;
	/*background-image: url('../images/spice.png');
	background-repeat: repeat-y;*/
}
#content {
	float: left;
	width: 808px;
	height: 508px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	width: 965px;
	height: 22px;
	/*padding: 10px;*/
	margin: 0 auto;
	text-align: center;
	clear: both;
	background-color: #E7FFE7;
	border: 1px solid #007700;
	background-image: url('../images/bkgft.png');
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: right;
	bottom: 24px;
}
#masthead h3 {
	color: #fff/*402640*/;
	vertical-align: bottom;
	text-align: right;
}
/* 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 dotted #dfb8df;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #008000;
	text-indent: 15px;
	font-weight: bold;
	background-image: url('../images/bkgbt.png');
}
#navigation a:hover {
	color: #004400;
	text-decoration: none;
	text-indent: 16px;
	font-weight: bold;
	background-image: url('../images/bkgbd.png');
}
/* Content Styles */
#content h2, h3, h4, h5, h6 {
	color: #503750;
}
#content h1 {
	color: #503750;
	font-family: "ParkAvenue BT";
}
#content img {
	margin: 2px 5px 2px 5px;
	padding: 3px;
	border: 1px solid #008000;
}
/* Footer Styles */
#footer p {
	color: #007000;
}
#footer a {
	color: #005500/*503750*/;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF/*402640*/;
	text-decoration: underline;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}