﻿*, html, body
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a
{
	color: #339900;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
b
{
	color: #339900;
}
body
{
	background: #A2C3A4 url(../../Images/body_bg.gif) repeat-y center top;
	font-family: Arial, 'sans serif';
	font-size: 1.2em;
	height: 100%;
	width: 100%;
}

.clearOut
{
	clear: both;
}

ul#SkipList
{
	display: none;
	font-size: 0.6em;
}
.marker
{
	float: left;
	visibility: hidden;
}

#holder
{
	margin: 10px auto 20px auto;
	width: 800px;
}

#header
{
	font-size: 0.6em;
	height: 86px;
}
#header .logo
{
	float: left;
}
#header .access
{
	height: 20px;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
#header .access a
{
	font-weight: bold;
}
#header .access select
{
	border: solid 1px #ccc;
	font-size: 1em;
	width: 70px;
}

.footer
{
	background-color: #efefef;
	clear: both;
	font-size: 0.8em;
	height: 67px;
	line-height: 70px;
}
.footer .affiliates
{
	float: right;
	margin-top: 16px;
	margin-right: 20px;
}
.footer .text
{
	padding-left: 30px;
}

#menu
{
	background: url(../../Images/menubgleft.gif) no-repeat top left;
	height: 27px;
	margin: 16px 0 5px 4px;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	background: url(../../Images/menuseparator.gif) no-repeat top right;
	float: left;
	padding-right: 2px;
}
#menu li.first
{
	padding-left: 1px;
}
#menu li.last
{
	background: url(../../Images/menubgright.gif) no-repeat top right;
	padding-right: 4px;
}
#menu li a
{
	background: url(../../Images/menubg.gif) #fff bottom left repeat-x;
	color: #339900;
	display: block;
	height: 27px;
	float: left;
	text-align: center;
	font-size: 0.6em;
	line-height: 2.5em;
	width: 7.3em;
}
#menu li a.wide
{
	width: 8.3em;
}
/* Hide from IE5-Mac \*/
#menu li a
{
	float: none;
}
* html ul li
{
	float: left;
}
* html ul li a
{
	height: 1%;
}
/* End hide */
#menu li a em
{
	font-style: normal;
	text-decoration: underline;
}
#menu li ul
{
	position: absolute;
	display: none;
}
#menu li:hover ul
{
	display: block;
}

#skip
{
	clear: both;
	color: #99cc33;
	font-size: 0.7em;
	margin: 5px 0 5px 0;
	text-align: right;
}

#credit
{
	clear: both;
	font-size: 0.5em;
	margin-top: 20px;
	text-align: right;
}

input.button
{
	background-color: Transparent;
	border: none;
	color: #339900;
	font-weight: bold;
	font-family: Arial, 'sans serif';
	cursor: pointer;
}

