﻿/* CSS layout */

#masthead {
	background-color: #99561A;
	background-repeat: no-repeat;
	height: 235px;
}
#top_nav {
	background-color: #000000;
}
#container {
				position: relative;
				width: 100%;
				background-color: #000000;
				color: #BC893D;
				font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
#left_col {
	padding: 15px 0px 0px 15px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#page_content {
	padding: 15px;
	margin-left: 200px;
	background-color: #000000;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	color: #99561A;
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99561A;
	background-color: #000000;
}
h1 {
	color: #FF0000;
	font-family: "Calligraph421 BT";
}
h2 {
	color: #FFCC00;
}
button {
	background-color: #000000;
}
a:link {
	color: #99561a;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #DDBF93;
	text-decoration: underline overline;
}
.dropcap {
				font-family: "Times New Roman", Times, serif;
				font-size: 75px;
				line-height: 55px;
				padding-top: 2px;
				float: left;
				color: #FFFF99;
}
