body
		{
			margin: 25px;
			padding: 0;
			font-size: .9em;
			font-family: verdana, arial, helvetica, sans-serif;
			color: #ffffff;
			background-image: url('images/block2.jpg'); background-repeat: repeat-x,y;
			
			}
		
		a:link { color: #FDB75F; }
		a:visited { color: #C0C0C0; }
		a:hover, a:active
		{
			color: #ff0000;
			background-color: #ffffff;
			
		}

		a:active     { font-weight: bold }
		a:link       { font-weight: bold }
		a:visited    { font-weight: bold }
		
		#header
		{
			height: 150px;
			background-color: #556B24;
			margin-bottom: 10px;
			
		}
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 48%;
			background-color: #556B24;
			margin-bottom: 10px;
			margin-left: 3%;
			line-height: 1.2em;
			
		}
		
		#col2
		{
			float: left;
			width: 20%;
			background-color: #556B24;
			margin-bottom: 10px;
			line-height: 1.2em;
		}
		
		#col3
		{
			float: left;
			width: 20%;
			margin-left: 3%;
			background-color: #6F7126;
			margin-bottom: 10px;
			line-height: 1.2em;
		}
		
		#footer
		{
			clear: both;
			background-color: #6F7126;
			padding-bottom:7px;
		}
		
		h1
		{
			margin: 0;
			padding-top: 5px;
			padding-bottom:7px;
			font-size: 1.1em;
			font-weight: normal;
			line-height: 1.1em;
			
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
			font-size: 90%;
			font-weight: normal;
			line-height: 1.2em;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
			font-size: 90%;
			font-weight: normal;
		}
  