﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-image: url();
}
#container {
	width: 680px;
	margin: 0 auto;
	background-image: url('../images/stripBG.gif');*/	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 650px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
	background-color: #FCFCFC;
}
#content {
	background-color: #FFFFFF;
	width: 650px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	position: static;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 650px;
	margin-right: 0px;
	margin-left: 15px;
	padding: 0;
	overflow: auto;
	background-color: #677717;
}
#masthead img {
	border-width: 0px;
	float: left;
}
}
/*Styles for Content */
#content ul {
	list-style: none;
	display: table-cell;
	padding: 0 0 0 0;
}
#content ul.sublink {
	font-size: x-small;
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: thin;
}
#content a.sublink {
	border-right: thin #000000 groove;
	background-color: #8B0000;
	float: left;
	width: 4.8em;
	text-decoration: none;
	color: #D2D2D2;
	padding: 0.2em 0.6em;
	border: 2px #d3d3d3;
	font-size: small;
}
#content a.sublink:hover {
	background-color: #990033;
}
#content li.sublink {
	padding: 0 0 15px 0;
	display: inline;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bold_color {
	color: #8b0000;
	font-weight: bold;
}
}
