﻿/*
The color scheme is made up of the following:
#003300 - Borders and text
#8CD966 - Background color of the header, sidebar, and footer
#E1F5D7 - The background color of the content area

I'd like to try to work in the following colors:
#dc143c - Tomato-ish orange

*/
body
{
	color: #003300;
	font-family: Georgia, Serif;
	font-size: medium; /*background-color: #f5f5f5;*/
	background-color: #427142;
	padding: 10px;
}

img
{
	border: none;
	width: auto;
	height: auto;
}

h1
{
	font-size:x-large;
}

h2
{
	font-size: large;
}

a:link {
	color: #00AA00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007700;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}

#maincontainer
{
	width: 80%;
	top: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	border: #003300 5px solid;
	/*background-color: #dc143c;*/
	background-color: #8CD966;
	min-width: 700px;
}

#header
{
	color: #003300;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	top: 0px;
	position: relative;
	border-bottom: solid 5px #003300;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	clear: both;
	background-color: #8CD966;
}

#header a, #header a:hover, #header a:active, #header a:visited
{
    color: #003300;
    text-decoration: none;
}

#sidebar
{
	color: #003300;
	/*background-color: #dc143c;*/
	background-color: #8CD966;
	width: 150px;
	bottom: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar a:link {
	color: #007700;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #005500;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #00AA00;
}

.IE8Fix
{
	z-index: 100;
}

#content
{
	background-color: #E1F5D7;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	border-left: solid 5px #003300;
	margin-left: 150px;
	min-height: 400px;
}

.rightimg
{
	border: solid 5px #003300; margin: 10px; float: right;
}

.leftimg
{
	border: solid 5px #003300; margin: 10px; float: left;
}

.genimg
{
	border: solid 5px #003300; margin: 10px;
}

#footer
{
	text-align: center;
	font-size: small;
	background-color: #8CD966;
	border-top: solid 5px #003300;
	clear: both;
	padding-bottom: 3px;
}

.menuitem
{
	display: block;
}
