﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	background-color: #57a351;
	background-repeat: repeat;
}

p {
	font-size: medium;
}

#container {
	border-right: 1px solid #112627;
	border-bottom: 1px solid #112627;
	border-left: 1px solid #112627;
	background-color: #dafbb9;
}
#masthead {
	height: 128px;
	text-align: left;
	background-color: #57a351;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 0px solid #c0bebe;
	border-bottom: 1px solid #c0bebe;
	background-image: url("../images/bk2.jpg");
	background-color: #cdc;
	width: 930px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 557px;
	padding-top:25px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:20px;
	background-color: #dafbb9;
}
html>body #column_l {
	width: 560px;
	padding: 5px 15px;
	background-color: #dafbb9;
}
#column_r {
	width: 290px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;

	background-color: #dafbb9;
}
html>body #column_r {
	width: 310px;
	padding: 5px 10px;
	background-color: #dafbb9;
}
#content {
		background-color: #dafbb9;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
		background-image:url('../images/lotusBK.gif');
	background-repeat:no-repeat;
}
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;
		margin-left: 230px;
		margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #B44343;
	background-color: #B44343;
}

/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {font-size: large;
		color: #B44343;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: medium;
	color: #B44343;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: small;
	font-weight: bold;
}
/* Links */
a {
	color: #620062;
	text-decoration: underline;
}
a:hover {
	color: #A42213;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}