﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #555533;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border: 5px solid #666644;
	background: #003300 url('../images/original%20images/tomatoes%20800y.jpg') repeat-y left top;
}
#masthead {
	background-color: #EEEECC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #CCCC99;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	border: .5px none #003300;
	background-color: #F9F9EC;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	margin-right: 5px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #CCCC99;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#masthead h1 {
	color: #6EA842;
	font-style: normal;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
/* Styles for Masthead */
#masthead h3 {
	margin-top: .4em;
	color: #336600;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #3F7D00;
	text-decoration: none;
}
#masthead a:hover {
	color: #003300;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 0px 0 0px;
	padding: 4px 12px 4px 12px;
	border: 1px solid #CCCC99;
	display: block;
	text-decoration: none;
	color: #003300;
	font-weight: bold;
	font-size: small;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	color: #800000;
	margin-top: 0px;
	text-align: center;
	font-size: large;
}
#column_right p {
	color: #800000;
	margin-top: 0px;
	font-size: 1.2em;
}
#column_right a {
	color: #C04343;
	font-weight: bold;
}
#column_right a:hover {
	color: #660033;
}
#column_left p {
	color: #003300;
	font-size: medium;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: 1.8em;
	color: #003300;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #006600;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #3F7D00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #006600;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: .9em;
	text-align: left;
}
#copyright {
	float: left;
	text-align: left;
	vertical-align: bottom;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #eec;
	background-color: #664;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}