﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	
}
#masthead {
	text-align: right;
	background-color: white;
	width: 950px;
}
#navigation {
	background-color: white;
	background: #808080;
	overflow: hidden;
	height: 30;
}
#column_l {
	width: 900px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#footer {
	width: 950px;
	text-align: center;
	background-color: #EDEEF0;
	padding-top: 5px;
	padding-bottom: 0px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: black;
	text-decoration: none;

}
#footer a:hover {
	color: black;
	text-decoration: underline;
}
/* Styles for Links */
a {
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.phonenumbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	float: left;
}
.footer_headings {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #000080;
	float: left;
}
.larger_dk_blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000080;
	background-color: #FFFFFF;
}
.verdana_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.NewsRelease {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.Newsreleaseheadline {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: large;
	font-weight: bolder;
	color: #FF0000;
}
.Moreinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	color: #FF3300;
}
.TimesRoman {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
.HauntedHouse {
	font-family: "Hurry Up";
	font-size: large;
	font-weight: bold;
	color: #FFFF00;
}
.HomePageText {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000000;
	font-weight: normal;
}

