h1.green {
	border-width: 0px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	color: #006600;
	font-family: "trebuchet ms",arial,helvetica;
	text-align: center;
	font-size: 3.5em;
	line-height: 65px;
	vertical-align: text-top;
}
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px; /*Height of frame div*/;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
	color: white;
}
#maincontent{
	position: fixed;
	top: 210px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 210px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#navlist
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#navlist a { padding: 0.2em 1em; }


#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #008000;
	text-decoration: none;

}
#navlist a:hover
{
	color: #fff;
	background-color: #00C100;
	text-decoration: none;
}


#navcontainer ul
		{
	border-style: none;
	border-width: 0px;
	padding: .2em 0 0em 0;
	margin: 0;
	list-style-type: none;
	background-color: #5580FF;
	color: #FFF;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
		
		#navcontainer li { display: inline; }
		
		#navcontainer li a
		{
			text-decoration: none;
			background-color: #008000;
			color: #FFF;
			padding: .2em 1em;
			border-right: 1px solid #fff;
		}
		
		#navcontainer li a:hover
		{
	background-color: #00C100;
	color: #fff;
}


