
html
{
	min-height: 100%;
	overflow: scroll;
}

*
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #003300;
}

a:hover
{
	color: #9BCD9B;
}

a img
{
	border: 0px;
}

body
{
	background: #9BCD9B;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p
{
	padding-bottom: 1.2em;
}

.doubleTopPadding
{
	padding-top: 2.0em;
}

.doubleBottomPadding
{
	padding-bottom: 2.0em;
}

ul
{
	padding-top: 0px;
	padding-bottom: 1.2em;
}

li
{
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0.5em;
}

h1, h2, h3
{
	padding-top: 6px;
	font: normal 2em papyrus,sans-serif;
	color: #6AB651;
	margin-bottom: 4px;
}

h2
{
	font: bold 1.4em sans-serif;
	color: #6AB651;
}

h3
{
	font: normal 1.6em papyrus,sans-serif;
	color: #006633;
}

form, input
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.left
{
	float: left;
	margin: 10px;
}

.right
{
	float: right;
	margin: 10px;
}

.inner-container
{
	border: 0px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0px auto;
	padding: 10px;
	width: 750px;
}

.outer-container
{
	background: #9BCD9B repeat-x;
	padding-bottom: 24px;
}

.header
{
	background: url('../images/header.jpg') no-repeat;
	height: 250px;
	margin-bottom: 0px;
	text-align: center;
}

.header a img.homelink
{
	float: left;
	width: 250px;
	height: 250px;
}

.navigation
{
	float: left;
	width: 237px;
	margin: 0px;
	padding-top: 10px;
}

.navigation h2
{
	color: #6AB651;
	font: 1.5em papyrus,sans-serif;
	line-height: 25px;
	margin: 0px;
	padding-left: 5px;
}

.navigation ul
{
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #7bcd5f;
}

.navigation ul li
{
	padding: 0px;
}

.navigation ul li a
{
	font-size: 1.0em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0px 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation ul li.selected a
{
	font-weight: bold;
}

.navigation ul li a:hover
{
	background: #c7c7c7;
	color: #282828;	
}

.main
{
	background: url('../images/main_bkg.jpg') no-repeat;
	padding: 0px 10px 0px 0px;
}

.content
{
	float: right;
	width: 480px;
	min-height: 480px;
	margin: 0px 5px;
	padding-top:10px;
}

.content p
{
	font-family: "Lucida Sans Unicode",sans-serif;
}

.footer
{
	background: #9BCD9B;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}

.footer table
{
	display: inline;
}

.footer a
{
	color: #F7F7F2;
	text-decoration: none;
}
