﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #8F9A5A;
	
}
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	height: 184px;
	text-align: center;
	width: 900px;

}

#top_nav {
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	height: 184px;
	text-align: center;
	width: 900px;

}
#left_col {
	width: 275px;

}

#left_col3 {
	text-align: center;
	border: 1px solid #EC771A;
	background-color: #EC771A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	font-style: normal;
	height: 25px;
	color: #1D3422;
	text-decoration: none;


}

#page_content {
	border-style: outset outset none outset;
	border-width: 1px;
	border-color: #1D3422;
	padding: 20px;
	background-color: #F9F7E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 25px;
	text-align: left;
	text-indent: 0px;
	width: 625px;
	height: auto;
}
#footer {
	border: 1px solid #000000;
	clear: both;
	width: 940px;
	height: 40px;
	background-color: #1D411F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 40px;
	top: 20px;

}
#left_col ul {
	border: 1px none #000000;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
}

#left_col li {
	text-align: center;
	border: 1px solid #EC771A;
	background-color: #EC771A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	font-style: normal;
	height: 25px;
}
#left_col a, a:link, a:visited {
	color: #1D3422;
	text-decoration: none;
	display: block;
}
#left_col a:hover {
	background-color: #1D3422;
	color: #FFCC16;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col a:active {
	background-color: #33613D;
	color: #EE6617;
	border: 5px inset #FFCC16;
}
#page_content h1 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #1D3422;
	text-align: center;
}
#page_content a, a:link, a:visited {
	color: #EC771A;
	display: inline;
	text-decoration: underline;
}
#page_content a:hover {
	background-color: #1D411F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC16;
}
#page_content a:active {
	color: #EC771A;
	background-color: #1E302A;
	border: 5px inset #FFCC16;
}

