﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/graytwill2.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #9c9c9c;
}
#masthead {
	text-align: center;
	width: 750px;
	height: 84px;
	padding: 0px;
	border: 1px solid #000000;
	background-image: url("../images/newheader.jpg");
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 364px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #c6c6c6;
}
#fullcontent {
	float: left;
	width: 586px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #c6c6c6;	
}
#widecontent {
	float: left;
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #c6c6c6;	
}
#minical {
	float: right;
	margin-top: 10px;
	width: 210px;
	height: 180px;
	border: 1px solid #000000;
}
#events {
	float: right;
	width: 210px;
	height: 300px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #c6c6c6;
	text-align: center;
}
#events p {
	font-weight: bold;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
}
#topnav {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c6c6;
	background-color: #e80016;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #e80016;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}
#topnav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px;
	background-color: #e80016;
}
#topnav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;	
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #e80016;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#fullcontent h1 {
	color: #000000;
	text-align: center;
}
#fullcontent h2 {
	color: #e80016;
	text-align: center;
}
#fullcontent h3 {
	color: #000000;
	text-align: center;
	font-size: medium;
}
#content li {
	color: #000000;
}
.wideimage {
	padding: 0 0 0 32px;
}
.narrowimage {
	padding: 0 0 0 157px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #404040;
	text-decoration: underline;
}
#footer a:hover {
	color: #c00000;
	text-decoration: none;
}
a {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
