﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #EAEAD0;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0px;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-position: top;
	background-color: #808080;
	width: 800px;
	background-image: url('../images/master.jpg');
	background-repeat: no-repeat;
}
#nav
ation {
	background-color: #545454;
	overflow: hidden;
	background-image: url('../images/black_button_a.jpg');
}
#column_l {
	border-width: 1px;
	border-right-color: #F8C061;
	background-position: top;
	width: 540px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	border-right-style: solid;
	padding-right: 16px;
	padding-top: 0px;
}
#column_r {
	background-position: bottom;
	width: 200px;
	margin: 5;
	float: right;
	padding: 0px;
	background-color: #DBD7B2;
	position: relative;
	background-image: url('../images/back_col_r.jpg');
	background-repeat: no-repeat;
}
#footer {
	width: 800px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #545454;
	border-top-color: #FF9C00;
	border-top-style: solid;
	border-top-width: 1px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */



/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #DBD7B2;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #D3D9D6;
	text-decoration: none;
}
#footer a:hover {
	color: #91B722;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #91B722;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_hed_r {
	font-style: normal;
	background-color: #91B722;
}
.requeststyler {
	text-decoration: none;
}

