.cohase-leftnav		{
					width: 90px;
					}

.cohase-leftnav a	{
					display: block;
					width: 80px;
					margin-right: 5px; 
					border-top: 1px solid #000000;
					background: #ffffff;
					text-decoration: none; /*lets remove the link underlines*/
					}
					
.cohase-leftnav	a:link	{
					color: #2d6332;
					}

.cohase-leftnav	a:hover	{
					color: #2d6332;
					background-color: #FFF6A6;
					}

.cohase-leftnav	a:visited {
					color: #2d6332;
					}

.cohase-leftnav ul	{
					padding: 0;
					list-style-type: none;
					font-family: "brush script MT", cursive;
					color: #2d6332;
					font-size: large;
					text-align: center;
					background-color: #ffffff;
					}

.cohase-leftnav	li	{
					margin-right: 5px;
					}

.cohase-header		{
					padding: 0;
					font-family: "brush script MT", cursive;
					color: #2d6332;
					font-size: 36pt;
					text-align: center;
					background-color: #ffffff;}
					
.cs-footer			{
					font-family: Verdana, sans-serif;
					font-size: small;
					text-align: center;}

.formreq			{
					color: #ff0000;
					font-size: x-large;
					text-align: center;
					}
					
