﻿/* CSS layout */
.style4 {
	font-family: DAVID;
	font-size: small;
}
.background_layer {
	background-color: #FFEAC5;
}
.Title {
	font-family: DENISE;
	font-size: 36px;
}
.SubTitle {
	font-family: DAVID;
	font-size: 20px;
}
.cell_border {
	border: 2px solid #898D5E;
}
.table_border {
	background-color: #4C5A2C;
}
.footer_text_left {
	text-align: left;
	vertical-align: text-top;
}
.footer_text_right {
	vertical-align: text-bottom;
	text-align: right;
}
copyright_font {
	font-family: "Times New Roman";
}

#masthead {
	background-position: left top;
	background-color: #898D5E;
	background-image: url('images/small_Logo.gif');
	text-decoration: none;
	background-repeat: no-repeat;
	width: 100%;
	height: 135;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
}
#top_nav {
	background-color: #898D5E;
	border: thin solid #4C5A2C;
}
#page_content {
	background-color: #898D5E;
	width: 98%;
	left: 5px;
}
#footer {
}
