﻿@import url('layout.css');
body {
	background-color: #F7FFFD;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
#container {
	border-top: 2px #358 solid;
	width: 100%;
	margin-top: 30px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	background-position: right;
	width: 670px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	height: 65px;
	background-image: url('../images_1/frog_gt.gif');
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	background: #F7FFFD;
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#extra {
	float: right;
	width: 350px;
	position: relative;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: center;
}
#copyright {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-family: "Casper Open SF", Times New Roman, Times, serif;
	font-weight: normal;
	font-size: xx-large;
	color: #666666;
	text-transform: uppercase;
	display: inline;
}
#masthead h4 {
	font-family: Verdana, Arial, sans-serif;
	bottom: 0;
	font-weight: normal;
	color: #000000;
	display: inline;
	margin-top: 0;
	margin-left: 0px;
	font-size: small;
	font-variant: small-caps;
	float: left;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0 0 0 2px;
}
#navigation li {
	padding: 0 1px 0 0px;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #006600;
	display: run-in;
	margin: 0 0px 0 0px;
	padding: 5px 9px 5px 9px;
	border: 1px solid #708090;
	background-color: #C0C0C0;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h2,h3,h4,h5,h6 {
	color: #006600;
	margin-bottom: 12px;
	font-size: medium;
}
#content h1 {
	color: #006600;
	margin-bottom: 12px;
	font-size: large;
}
#content img {
	margin: 15px 0 0 0;
	padding: 2px;
	border: 1px solid #006600;
}
#content li {
	color: #006600;
	margin-top: 10px;
	font-weight: bold;
}
#content ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 15px;
}
#content p {
	color: #808080
}
/* Sidebar Styles */
#sidebar p {
	color: #454B6B;
}
#sidebar img {
	border: 1px #6D8439 solid;
	float: right;
	margin-bottom: 35px;
	margin-left: 5px;
	margin-top: 15px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 175px;
	list-style-type: square;
}
#sidebar li {
	float: none;
	font-variant: small-caps;
	padding-top: 7px;
	color: #798FA3;
	font-weight: bold;
	margin-left: 20px;
}
#sidebar h1 {
	color: #454B6B;
	padding-top: 0px;
	font-size: large;
}
#sidebar h2 {
	color: #006600;
	padding-top: 10px;
	font-size: medium;
}
/* Extra Styles */
#extra h1 {
	color: #006600;
	margin-top: 10px;
	font-size: medium;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Copyright Styles */
#copyright {
	font-size: x-small;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* Link Styles */
a {
	color: #47B;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


