﻿@import url("layout.css");
body {

	background-position: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	//background-image: url("../images/background.jpg");
	//background-repeat: repeat;
	//background-attachment: scroll;
	color: black;
	background: white;
}
#container {
	border-collapse: collapse;
	border-spacing: 0px;
}
#masthead {
	text-align: left;
	background-image: url('../images/BuildingBanner.gif');
	color: #6F0017;
	height: auto;
}
#contentrow {
	width: 698px;
	text-align: left;
}

#navigation {
	padding: 8px;
	color: #FFCC33;
	background-color: #6F0017;
}

#content {
	padding: 5px;
	color: black;
	background: white;
	border-style: none;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	color: black;
	background: white;
	border-style: none;
}
/* Masthead Styles */
#masthead h1 {
	text-align: Center;
	color: #FFCC33;
	font-size: xx-large;
}
#masthead h3 {
	text-align: center;
	color: #FFCC33;
	font-family: Broadway;
	font-size: x-large;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	color: #FFCC33;
}
#navigation li {
	display: block;
	//border: thin solid #000000;
	color: #FFCC33;
	text-align: center;
}
#navigation a {
	display: block;
	padding: 5px;
	//border: 1px solid #fff;
	color: #FFCC33;
}
#navigation a:hover {
	border: 1px solid #fff;
	color: #FFFF00;
	//text-decoration: none;
	border: 1px solid #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
}
#content img {
	border: 1px solid #606060;
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
	font-size: small;
	font-weight: normal;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#navigation ul {
	list-style-type: none;
	width: 96%;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFCC33;
}
