html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-align: center;
}

body p a {
	color: #666666;
}

body p a:hover, body p a:focus {
color: #ff6600;
}

#wrapper {
	position: relative;
	width: 770px;
	margin:0px auto;
	text-align:left;
}
#banner {
	background: #ffffff url(../images/logo.jpg) no-repeat left top;
	height:170px;
	margin-left: 180px;	
}

#leftcol {
	position: absolute;
	width: 170px;
	left: -3px;
	background: #66cc00 url(../images/poppies.jpg) 	no-repeat top;
	height: 1024px;
}

#leftcol p{
	letter-spacing: 0.05em;
	color: #666666;
	text-align: left;
	font-size: 70%;
	line-height: 130%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#leftcol p a {
	color: #666666;
	text-decoration: underline;
}

#leftcol p a:hover, #leftcol p a:focus {
color: #ff6600;
}

#leftcol #nav ul {
	font: 70%/normal Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.25em;
	list-style: none;
	background: #666666;
	margin-top: 280px;
}

#leftcol #nav ul li a{
	color: #ffffff;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	height: 1%;
	border: 1px outset #CCCCCC;
}

#leftcol #nav a:hover, #leftcol #nav a:focus {
	color: #ffffff;
	background: #ff6600;
}

#content{
	margin-left: 190px;
	margin-right: 5px;
	background: #ffffff;
}

#content p{
	font-size: 71%;
	line-height: 140%;
	letter-spacing: .05em;
	padding-bottom: 15px;
	color: #666666;
}

#content h1{
	font-size: 115%;
	letter-spacing: .2em;
	line-height: 130%;
	color: #666666;
	padding: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h2{
	font-size: 71%;
	font-weight: bold;
	color: #666666;
	line-height: 140%;
	letter-spacing: .05em;
	padding-bottom: 15px;
}

#content h3{
	font-size: 71%;
	line-height: 140%;
	letter-spacing: .05em;
	color: #666666;
	margin-top: 6px;
	line-height: 130%;
}
#content ul {
	list-type: ul;
	list-style: square outside;
	font-size: 71%;
	line-height: 140%;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
	padding-right: 10px;
}

#content ul li {
	margin-left: 26px;
}
#content  ul ul{
	list-type: ul;
	list-style: circle outside;
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 0.05em;
	padding-left: 26px;
	padding-bottom: 15px;
	padding-right: 10px;
}

.leftimage{
	float: left;
	margin: 5px 10px 5px 0px;
}

.rightimage{
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.keyword {
	font-weight: bold;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/

#footer{
	border-top: medium solid #666666;
	margin-left: 180px;
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#footer p {
	font-size: 65%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #666666;	

}

#footer p a {
	color: #666666;
	text-decoration: none;
}

#footer p a:hover, #footer
 p a:focus {
color: #ff6600;
}

#content p.right{
float: right;
}
