		body
		{
		background-color: #97bf78; /* Lightened color of a Daisy Leaf */
		color: #2b3b17;
/* 
		background-repeat: repeat-y;
		background-image: url( 'images/bkgnd.jpg' );
 */
		background-position: center center;
		}
		
/* 
		#stage
		{
		position: absolute;
		top: 0px;
		width: 705px;
		height: 100%;
		left: 50%;
		margin-left: -352px;
		}
 */
				
		#content
/* 
		{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -352px;
		width: 701px;
		}
 */
		
		#maincolumn
		{
/* 
		position: absolute;
		top: 242px;
		left: 30px;
 */
		width: 80%;
		padding-left: .25in;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 14pt;
		line-height: 24pt;
		text-align: justify;
		}
		
		#maincolumn h1
		{
			font-size: 24pt;
			text-align: left;
		}
			
		#othercolumn
		{
		width: 30%;
		padding: .5em;
		padding-left: .25in;
		padding-bottom:0;
		margin-left: 50%;
		font-family: "MS Trebuchet", Verdana, Arial, sans-serif;
		background-color: #eddc8e;
		border: 1px solid #2b3b17;
/* 
		font-size: 13px;
 */
		}
/* 
		#othercolumn label
		{
			display: block;
			font-family: "MS Trebuchet", Verdana, Arial, sans-serif;
			font-size: 10px;
			color: #2b3b17;
			margin-bottom: 5px;
		}
		
		#othercolumn input
		{
			width: 100%;
		}
 */
		.loginField {
			width:100%;
		}
			
		.loginField input{
			width:95%;
			border: 1px solid #2b3b17;
		}
		
		.LoginButtons {
			text-align: right;
			padding: 1em;
			padding-bottom:0;
		}
		.LoginButtons input{
			border: 1px solid #2b3b17;
			color: #2b3b17;
			background-color: #d8e6cf;
			padding: 3pt;
			border-radius: 5px;
		}
			
.errnote
{
	font-size: 18px;
	padding: 10px;
	color: #2b3b17;
	background-color: #F4E1E1;
}
			
.tipnote
{
	font-size: 18px;
	padding: 10px;
	color: #4E7437;
	background-color: #ECFFE0;
}

	