﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color:#008000;
	/* background-image: url("../images/halloweenbackground1sm.jpg"); */
	/* background-image: url("../images/christmasborder5.gif");
	background-position:center; */
	
	/* background-image: url("../images/2_thum_animated_background.gif");
	background-position:center; */


	/* Font color in body */
}
#container {
	width: 670px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #CCFFCC;
	/* Font color for top navigational - old font #cde */
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #CCFF66;
	overflow: hidden;
	/* Font color for top navigational - old font #d3d3d3 */
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #CCFFCC;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	/* Font color for side picture - old font #eef */
	
}
#footer {
	text-align: center;
	background-color: #CCFF66;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	/* Footer color - old font #89a */
}
/* Styles for Masthead */
#masthead img {
	border-width: 0px;
	float: left;
	margin-right: 0px;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
	/* Font color for text in top navigational - phone numbers */
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: auto;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px;
	display: block;
	border: 1px solid #800000;
	/* Font color for text in navigational buttons at top #000, border old font #d3d3d3 */
}
#navigation a:hover {
	background-color: #CCCC00;
	border: 1px solid #CCCC00;
		/* Button hovering, old font #f2f2f2 */
}
/* Styles for Content */
h1 {
	color: #008000;
	font-size: 2.0em;
}
h2 {
	color: #008000;
	font-size: 1.75em;
}
h3 {
	color: #008000;
	font-size: 1.5em;
}
h4 {
	color: #008000;
	font-size: 1.25em;
}
h5 {
	color: #008000;
	font-size: 0.75em;
}
h6 {
	color: #008000;
	font-size: 0.5em;
}
big {
	color: #008000;
	font-size: medium;
}
#column_r p {
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
		/* Font color for text in right column text under images */
}
#column_r h4 {
	margin-bottom: 0;
	text-align: center;
	}
#column_r ul {
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	/* Font color for text in bottom - copyright notices */
}
#footer a {
	color: #000;
	text-decoration: underline;
	/* Font color for text in bottom - links */
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #800000;
	text-decoration: underline;
	text-align: center;
	font-weight: 700;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
.style_bold {}
.style_italic {}