/* Default styles for the page */
body		{position: relative;
			margin: 0; padding: 0;
		 	color: #006633;
		 	background-color: white;
		 	background-image: none;
		 	font-family: Arial, sans-serif;
		 	font-size: 100%;}
	
.largetext	{font-family: Arial, sans-serif;
		 	font-weight: bold;
		 	font-size: 140%;
		 	margin-top: 0;}

.largetextcenter
			{font-family: Arial, sans-serif;
		 	font-weight: bold;
		 	font-size: 140%;
			text-align: center;}

.smalltext	{font-family: Arial, sans-serif;
		 	font-size: 80%;
		 	line-height: 1.5;}

.gobold		{font-weight: bold;}

.gowide		{line-height: 1.3}


a:link		{font-family: Arial, sans-serif; 
			font-size: 100%;
			color: #006633;}
			
a:visited	{font-family: Arial, sans-serif; 
			font-size: 100%;
			color: #009933;}
			
a:active	{font-family: Arial, sans-serif; 
			font-size: 100%;
			color: black;}
			
a:hover		{font-family: Arial, sans-serif; 
			font-size: 100%;
			color: black;}
					 	

/* Top navigation bar */
#topbar		{position: absolute;
			top: 15px; left: 20px;
			width: 950px;
		    min-width: 950px;
		    height: 20px;
			padding: 5px;
			background-image:url("greenferry/images/barfill.gif");
			text-align: center;}
			
#topbar ol	{display: inline;
			color: #99FF99;
			font-family: Arial, sans-serif;
			font-weight: 400;
			font-size: 100%;
			text-align: center;
			margin-top: 0;}
		 	
#topbar li {display: inline;
			padding: 5px 13px 5px 13px;
			border-left: 1px solid black;}			
			
#topbar li.firstlist
			{padding: 5px 13px 5px 0px;
			border-left: none;}
			
			
/* Column layouts */						
#justone	{position: absolute;
			top: 70px; left: 20px;
			width: 950px;
			min-width: 950px;
			margin: 0; padding: 0;}


/* Moving within boxes */
.fixcenter
		 	{display: block;
    		margin-left: auto;
    		margin-right: auto;}
    		
.floatleft 	{float: left;
			border: 6px solid white;}

.floatright	{float: right;
			border: 6px solid white;}

.gocenter 	{text-align: center;}

.goleft 	{text-align: left;}

.goright	{text-align: right;}