body {
	background: #white;
	font-family: arial, helvetica,sans-serif;
	font-size: 14px;	
	background-repeat: no-repeat;
	
	
	scrollbar-3dlight-color:#cc9966;
  scrollbar-arrow-color:#000;
  scrollbar-base-color:#006633;
  scrollbar-darkshadow-color:#cc9966;
  scrollbar-face-color:#cc9966;
  scrollbar-highlight-color:#cc9966;
	scrollbar-track-color:#006633;
  scrollbar-shadow-color:#cc9966;
}

a, a:visited a:active {
	color: #006633;
}

a:hover{
	color: #cc9966;
}



#imgheader {
	height: 20px;
	width: 570px;
	background: #fff;
}


#navigation {
	background: #006633;
	color: white;
	height: 20px;
	text-align: left;
	padding-top: 4px;
	width: 570px;
	top: 50px;
}


#navigation a, a:visited a:active {
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	text-decoration: none;
}


#navigation a:hover {
	text-decoration: none;
	color: #cc9966;
}




h1 {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0 2px 0;
}


p {
	padding: 3px 10px 3px 10px;
  line-height: 20px;
}

p a, a:visited a:active  {
  font-weight: bold;
}


h2 {
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #cc9966;
}

img {
border:0;
margin:0;
}

.imagefloat {
float:left;
padding: 3px 10px 3px 0px;
}