﻿  /* CSS layout */
* {
	padding: 0px;
	margin: 0px;
}
body {
	border-style: none;
	margin: 0;
	padding: 0;
	font-family: Book Antiqua, Times New Roman, Times;
	font-size: 12px;
	background-color: #D0A375;
}
#masthead {
	height: 225px;
	background-image: url('images/LB Dick (10).jpg');
	width: 980px;
	margin: 0px auto 0px auto;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-color: #663300;
}
#top_nav {
	background-color: #996633;
	height: 125px;
	width: 980px;
	margin: 0px auto 0px auto;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
	font-family: "Book Antiqua";
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #663300;
	border-left-color: #663300;
}
#container {
	margin: 0px auto 0px auto;
	border: 2px solid #663300;
	min-width: 600px;
	background-color: #DFD9B7;
	width: 950px;
	padding-right: 15px;
	padding-left: 15px;
}
#left_col {
	width: 175px;
	float: left;
	height: 120px;
}
#page_content {
	padding: 25px 15px 25px 15px;
	border-style: none;
	border-width: 0px;
	background-color: #DFD9B7;
	text-align: center;
}
#footer {
	margin: 0px auto 0px auto;
	clear: both;
	background-color: #5A4A31;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
p {
	font-family: "Book Antiqua", "Times New Roman", Times;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 12pt;
	background-color: #DFD9B7;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h1, h2, h3, h4, {
	color: #000000;
	margin-bottom: 15px;
}
a:link {
	text-decoration: underline;
	color: #800000;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF8040;
}
a:active {
	text-decoration: underline;
	color: #008000;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#left_col a {
	padding: 5px;
	display: block;
	background-color: #DFD9B7;
	border: 1px solid #000000;
	color: #800000;
	text-align: center;
}
#left_col a:link {
	padding: 5px;
	display: block;
	background-color: #DFD9B7;
	border: 1px solid #000000;
	font-weight: bold;
}
#left_col a:visited, #left_col a:active {
	padding: 5px;
	display: block;
	background-color: #FFCC66;
	border: 1px solid #000000;
	color: #008000;
	font-weight: bold;
}
#left_col a:hover {
	padding: 5px;
	display: block;
	background-color: #996633;
	border: 1px solid #000000;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
hr {
	color: #5A4A31;
	margin-bottom: 0px;
}
.NormalTextLeft {
	text-align: left;
	line-height: 20px;
}

.NormalTextLeft_Top_Page {
	padding: 10px;
	text-align: left;
	margin-left: 180px;
}

