html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: tahoma, verdana, "lucida sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#9CC318;
}

#banner {
	height: 220px;
	padding-left:0px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 0px;
	text-align: left;
}

#container {
	margin:0 auto;
	width:780px;
	background:#fff url(../graphics/bg_01.gif) repeat-y top right;
	min-height: 100%;
	position: relative;
	overflow: auto;
}

#main {
	float:left;
	padding-right:10px;
	margin-left:40px;
	padding-bottom:40px;
	width:425px;
	height: 100%;
}

* html #main {
	margin-left:20px;
}

#sidebar {
	float:right;
	width: 235px;
	padding: 20px;
}

#footer {
	clear:both;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size:10px
}

/*** FORMATTING ***/

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: thin;
}

a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: thin;
}

.headers {
	padding: 5px;
	background-color: #E6F6F6;
	border: solid 1px #CCCCCC;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 18px;
}

p {
	line-height:16px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #5E5E5E;
}

.form	{
	line-height:16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h1 {
	font-size:12px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size:12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #9CC318;
	font-size:11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3.graphic {
	font-size:11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3.expandingheader {
	font-size:11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size:10px;
	font-weight: bold;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

ul {
	color: #5E5E5E;
}

/*** STRETCHER ***/

.stretcher {
	background: none !important;
	background: #FFFFFF;
	margin: 5px;
}

.stretch {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	background:#FFFFE0 url(../graphics/arrow_down.gif) no-repeat center left;
	border: solid 1px #CCCCCC;
}