﻿@import url('file:///H:/My%20Web%20Sites/chfb2/styles/layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	border-width: 0;
	border-style: none;
	border-color: inherit;
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
	position: relative;
}
#masthead {
	text-align: right;
	background-color: #;
	width: 620px;
}
#navigation {
	background-color: #3B8249; /* dont know what this does	 */
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #3B8249;
	position: relative;
	color: #339933;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #3B8239;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	right: 0;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;    /*  order of mast head  */
}
#navigation a {
	color: #fff;          /*  white, controls all print color in mast head and drop down  */
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;  /*  dark gray  */
	background-color: #a9a9a9;  
/*	background-color: #fff;*/
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;  
}
/* Styles for Links */
a:hover {
	color: #808080;
	text-decoration: underline; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}