		.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #03F;
			color: #fff;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		
		p
		{	font-family: verdana;
			font-weight: normal;
			font-size: 11px;
			color: #333333;
			text-align: Left;
			margin-top: 0;
			margin-bottom: 0 ;

		
		}

		h1
		{
			color: #993333;
			font-size: 16px;
		}

		h2
		{
			color: #993333;
			font-size: 11px;
		}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 100%;
			font:11px verdana, arial, helvetica, sans-serif;
			color: #000;
			background-color: white;

		}
		
		a:link 
		{
			color: #036;
			text-decoration: none;
		}

		a:visited
		{
			color: #066;
		}
		
		a:hover, a:active
		{
			color: #ff9933;

		}
		
		div#banner
		{
			background-color: white;
			border-bottom: 0px solid #000;
			height: 150px;
			width: 1000px;

		}
		
		div#spacer
		{
			color: #fff;
			background-color: #999999;
			border-bottom: 0px solid #000;
			height: 1.5em;
		}
		
		div#menu
		{
			position: absolute;
			clear: both;
			color: #fff;
			background-color: #ff9933;
			border-bottom: 0px solid #000;
			width: 1000px;
			overflow: visible;
		}
		
		div#menuitem
		{

			margin-left: 190px;

		}
		div#menuitem a
		{
			color: white;
			padding: 0px 10px 0px 0px;
			font-weight: bold;
			text-decoration: none;
		}
		div#menuitem a:hover
		{
			background-color: #ffcc66;
		}
		
		div#container
		{
			background-color: #ffcc66;
			padding: 0px 0px 0px 0px;
		}
		
		div#container2
		{
			padding: 0px 0px 0px 0px;
		}
		
		div#photoleft
		{
			float: left;
			width: 180px;
			padding-top: 0em;
		}
		
		div#logo
		{
			float: left;

			padding-top: 0em;
			height: 8em;
		}
		
		div#logo a
		{
			background-color: transparent;
		}

		div#sunflower
		{
			float: right;
			padding-top: 0em;
			height: 8em;
		}
		
		div#more
		{
			float: right;
			width: 30%;
			padding: 1em 0 0 0;
			color: black;
		}
	
		div#content
		{
			min-width: 300px;
			width: 55%;
			margin-left: 190px;
			line-height: 125%;
			padding: 2em 0 0 0;
			height: 100%
		}
		
		div#content a
		{	
			color: #993333;
			text-decoration: none;
		}
		div#content ul 
		{
			border: 0px solid #000;
			line-height: 150%;
			color: #333333;
		}

		div#content li
		{
			margin-bottom:.25em;
		}
	
		div#header
		{
			position: absolute;
			left: 190px;
			top: 10px;
			line-height: 170%;
			padding: 0 0 0 0;
			width: 600px;
		}
		
		div#banner h1
		{
			font-size: 22px;
			font-weight: Bold;
			color: #ff9933;
			margin-top: 0;
			margin-bottom: 4px;
			padding: 0 0 0 0;
		}
		
		div#banner h2
		{
			font-size: 14px;
			font-weight: normal;
			color: #333333;
			margin-top: 4px;
			margin-bottom: 4px;
			padding: 0 0 0 0;
		}
		
		div#banner h3
		{
			font-size: 14px;
			font-weight: normal;
			color: #336699;
			margin-top: 4px;
			margin-bottom: 0;
			padding: 0 0 0 0;
		}
		
		div#banner h4
		{
			font-size: 14px;
			font-weight: bold;
			color: #336699;
			margin-top: 4px;
			margin-bottom: 0;
			padding: 0 0 0 0;
		}

		div#banner h5
		{
			font-size: 14px;
			font-weight: bold;
			color: #ff9933;
			margin-top: 4px;
			margin-bottom: 0;
			padding: 0 0 0 0;
		}

		#cleardiv
		{
			clear: both;

			background-color: #999999;
		}
		
		div#cleardivmenu
		{
			margin-left: 190px;
		}

		div#cleardivmenu a
		{
			color: white;
			padding: 0px 10px 0px 0px;
			font-weight: bold;
			text-decoration: none;
		}

		div#cleardivmenu a:hover
		{
			background-color: #ffcc66;
		}

		div#footer
		{
			clear: both;
			padding: .25em .5em;
			border-top: 1px solid #999;
			font-size: 9px;
			text-align: right;
			background-color: white;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
