/* Global Styles */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #F1ED98;    
	background-position: top left;
	margin-top: 0;
	margin-left: 0;
}
#container {
	width: 100%;
	margin-top: 0px;
	border-bottom: 0px solid #358;
/*	background-image: "images/stones.gif";  
	background-color: #F1ED98;  */  
}
#masthead {
	width: 1023px;
	margin-right: auto;
	margin-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation {
    background: url('images/sidebarmidgreen.gif');
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	overflow: hidden;
	text-align: left

	
}
#page_content {
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
#disclaimer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #005500;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: center;
	text-decoration: none;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:20px;
	border-right:2px solid #ffffff; font-style:normal; font-variant:normal;  
	font-size:12px; font-family: Arial, Helvetica, sans-serif; 
	padding-left:9px; padding-right:9px; padding-top:0px; padding-bottom:0px; 
	
}
#navigation a:hover {
	text-decoration: none; 
	color: #000000;
	background-color: #FBEB57;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Disclaimer Styles */
#disclaimer p {
	font-size:xx-small;
	color:#191970;
	margin-top: 10px;
	margin-bottom: 10px;
}
#disclaimer img {
	padding: 5px;
	float:left
}

/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}