﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: ;
	background-repeat: repeat;
}
#container {
	border-top: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
	height:108px;	
}
#navigation {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #cccc99;
}
html>body #navigation {
	overflow: hidden;
}
html>body #single_column_body {
	width:  620px;
	padding: 15px 15px;
	background-color: #fff;
}
#column_l {
	width: 390px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 390px;
	padding: 5px 15px;
	background-color: #fff;
	top: 15px;
	left: 0px;
}
#column_l_1 {
	width: 145px;
	padding: 15px 5px;
	background-color: #fff;
}
html>body #column_l_1 {
	width: 150px;
	padding: 15px 5px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
html>body #column_m {
	width: 300px;
	padding: 15px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
#column_m {
	width: 300px;
	padding: 15px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
#column_r {
	width: 217px;
	padding: 15px 0px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 0px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 0px;
	background-color: #fff;
}
#column_r_1 {
	width: 140px;
	padding: 15px 0px;
	background-color: #fff;
}
html>body #column_r_1 {
	width: 140px;
	padding: 15px 0px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 0px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent:0px;
	height: 28px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	color: #333;
	display: block;
	padding: 5px;
	border: 1px dotted #bbb;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration:none;
	display:block;
	color: white;
	border: 1px dotted #bbb;
	background-color: #8D8D58;
}

/* Right Column */
#column_r img {
	border: 0px solid #808080;
	text-align: center;
	float: left;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	border: 1px #000000 solid;
	background: #8D8D58;
	font-size: large;
	color:white;
	text-align: center;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
h3 {
	font-size: large;
	color: #000;
}
h4 {
	border-bottom: thin #222 dotted;
	font-size: medium;
	color: #222;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style: disc;
	font-size: small;
	color: #000;
	padding-left: 20px;
	margin-left: 0;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
li {
}
p {
	font-size: small;
	line-height:150%;
	text-align:justify;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
	text-align: justify;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h7 {
	font-size: x-small;
	color: #c77;
}
t-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
	height: 35px
}
/* Links */
/* Links */
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #6A6A35;
	text-decoration: underline; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


