﻿body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #7FC765;
	color: Black;
	background-image: url('../graphics/green-bg.jpg');
	background-repeat: repeat-x;
	font-size: small;
}
/*=============== indicates no border around any image ===============*/
body img {
	border: 0px;
	text-decoration: none;
}
/*=========== margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: White;
	width: 95%;
}
/*===================== styles for top banner ========================*/
#banner {
	background-position: right top;
	padding: 5px;
	background-color: #54B431;
	background-image: url('../graphics/clover-bg.jpg');
	height: 75px;
	background-repeat: no-repeat;
}
#banner img {
	margin-top: 7px;
	padding-left: 7px;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: Black;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #D4ECCB;
	color: Black;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: Black;
}
/*====================== styles for main content area =========================*/
#content {
	margin: 0px 0px 0px 85px; /*90px;*/
	padding: 10px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../graphics/green-bullet-bg.gif');
	margin: 0px;
	padding: 0px;
}
#content li li {
	list-style-image: url('../graphics/green-bullet-sm.gif');
	padding: 2px 0;
}
/*****************************************************
Navigation Bar - Left hand side 
*****************************************************/
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 75px; /*80px;*/
	padding: 10px 0px 20px 0px;
	margin: 0px;
	float: left;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #825252;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	/*width: 85px;*/
	border-bottom-color: #006600;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	background: #D4ECCB;
	color: Black;
}
.heading {
	display: block;
	color: White;
	font-weight: bold;
	padding: 4px;
	background: #2C5629;
	text-decoration: none;
	border: 1px solid #2C5629;
}
/* left-hand menu - colored box - green */
.sideboxheading {
	background: #2C5629;
	color: White;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
.sidebox {
	border: #2C5629 2px solid;
	margin: 3px 0px 3px 0px;
	padding: 0px 3px 10px 3px;
	background: White;
	color: Black;
	font-size: 80%;
}
.sidebox p {
	line-height: normal;
}
.sidebox a:link {
	/* background: White;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none; */
}
.sidebox a:visited {
	/* background: White;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none; */
}
#vertmenu .sidebox a:hover {
	/* background: White;
	color: #C60029;
	font-weight: bold;
	text-decoration: underline; */
}
#vertmenu .sidebox a:active {
	/* background: White;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none; */
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #2A5A19;
	clear: both;
	padding: 5px 5px 0px 5px;
	background-color: White;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #2A5A19;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #2A5A19;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #D4ECCB;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats graphics to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
.smtxt {
	font-size: x-small;
}
/*============================
	PMH customisations
============================*/
tr:nth-child(even) {
	background: #D4ECCB;
}
tr:nth-child(odd) {
	background: white;
}	
