	html { min-height: 100%; margin-bottom: 1px; }
	body {
		background: #E7F4D9;
   		text-align: center;
		margin:0;
		padding:0;}
	
	#container {
		width: 700px;
		height: auto;
		background: #E7F4D9;
		text-align:center;
		padding:10px 0 10px 0;
		text-align: center;
		margin: 0 auto;}

	#menu {
		width: 700px;
		padding:0;
		background: url(Images/prontoheader.jpg) no-repeat top; 
		text-align:left;
		height: 125px;}
		
	#align {
	position:absolute;
	top: 108px; }

	#nav {
		padding: 3px 0 0 0;
		margin: 0;
		width: 700px;
		z-index: 1;}

	#nav li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#nav a, a.active {
		color: #333333;
		background: #A4D396;
		font: 70% "Trebuchet MS", Arial, sans-serif;
		font-weight: bold;
		border: 1px solid #666666;
		padding: 2px 7px 2px 7px;
		margin: 0;
		text-decoration: none; }

	#nav a.active, a.active:visited {
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		color: #333333 ;
		text-decoration:none;
		cursor:text; }

	#nav a:hover {
		color: #666666;
		background: #A4D396; }

	#nav a:visited {
		color: #333333; }

	#nav a.active:hover {
		background: #FFFFFF;
		color: #333333; }
		
	#content {
		font: .9em trebuchet ms, helvetica, sans-serif;
		color: #333333;
		text-align: left;
		line-height: 20px;
		width: 678px;
		background: #FFFFFF; 
		padding:10px;
		border:1px solid #666666;
		border-top: none;
		z-index:2; }

	#leftbar {
		float: left; 
		width: 500px;
		background: #FFFFFF; }
	
	#rightbar {
		float:left; 
		width: 158px;
		background: #FFFFFF; 
		text-align: center;
		margin: 0 0 0 10px;
		padding: 0 4px 15px 4px;
		font: 10pt trebuchet ms, helvetica, sans-serif;
		border: #999999 1px outset;}

	#rightbar_holder {
		position:relative;
		float:left; 
		width: 158px;}

	#fixed {
		width: 158px;
		background: #FFFFFF; 
		text-align: center;
		margin: 0 0 0 10px;
		padding: 0 4px 15px 4px;
		font: 10pt trebuchet ms, helvetica, sans-serif;
		border: #999999 1px outset;
		position: fixed;}


	#footer {
		clear: both;
		padding:15px 0 5px 0;
		text-align:center; }

	#content a {
		text-decoration: underline;
		color: #009900; }

	#content a:hover { 
		color: #33CC00; }
		
	a img { 
		border-color: cadetblue } 

	a:hover img { 
		border-color: gold } 
	
	H1 {
		font-size: 16px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		color: #CC0000;
		margin-top : 0.75em;
		text-align:left;}		
		
	H2 {
		font-size: 14px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		color: #339900; }
	
	H3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		color: #006633; }
	
	ul {
		list-style-type: none;
		margin-left: 15px;
		padding: .15em;
		line-height: 1.5; 
		}
