﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#000000;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
}
#container {
	margin:10px auto;
	background-color: #FFFFFF;
	border:5px #153906 double;
}
#masthead {
	text-align: right;
	height:125px;
	background-color: #FFFFFF;
	background-image: url("../images/header.gif");
	background-position: top;
	background-repeat: no-repeat;
}
#menubar {
	border-top: 1px solid #EFB32F;
	border-bottom: 1px solid #EFB32F;
	background-color: #59A74B;
}
html>body #menubar {
	overflow: hidden;
}
#column_l {
	width: 400px;
	padding: 5px;
	background-color: #fff;
}
html>body #column_l {
	width: 400px;
	padding: 5px;
	background-color: #fff;
}
#column_r {
	width: 300px;
	padding: 5px;
	background-color: #fff;
}
html>body #column_r {
	width: 300px;
	padding: 5px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	border-top: 1px solid #EFB32F;
	background-color:#59A74B;
	text-align: center;
	padding-bottom: 5px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 5px;
}
/* Masthead */
#masthead p {
	line-height:20px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom: 0;
	font-weight:bold;
	font-size:14px;
}
/* Navigation */
#navlist {
	width: 100%;
	margin: 0;
	padding: 0;
	height:25px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #153906;
	display: block;
	padding: 5px;
	border:0;
	background-color: #59A74B;
}
#navlist a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #66FF34 ;
	border:0;
	background-color: #153906;
}
#menubar #navlist .uberlink {
	color: #66FF34 !important;
	text-decoration: none;
	background-color: #153906;
	border: 0;
	font-weight:bold;
	cursor: default;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
#column_r ul {
	list-style-image: url('../images/bullet.jpg');
}
#column_r li {
	padding-bottom:10px;
}
/* Left Column */
#column_l ul {
	list-style-image: url('../images/bullet.jpg');
}
#column_l li {
	padding-bottom:10px;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #153906;
}
h2 {
	font-size: x-large;
	color: #153906;
}
h3 {
	font-size: large;
	color: #153906;
}
h4 {
	font-size: medium;
	color: #153906;
}
h5 {
	font-size: 12px;
	color: #153906;
	font-weight:bold;
}
h6 {
	font-size: 10px;
	color: #153906;
}
hr {
	color:#153906;
	width:80%;
	height:1px;
}
/* Footer */
#footer p {
	font-size: 10px;
	color: #000000;
}
#footer a {
	color: #153906;
	text-decoration: underline;
}
#footer a:hover {
	color: #66FF34;
	text-decoration: none;	
}
/* Links */
a {
	color: #006500;
	text-decoration: underline;
}
a:hover {
	color: #66FF34;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}