body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background: #F7F8FA;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #555108;
	outline: none;
	padding-left: 5px;
	}
a:visited {
	color:  #000;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #A6B22A;
	text-decoration: underline;
	}

p {
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
      text-align: center;
      color: #FE720D;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4, h5 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #F16501;
	}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
	
#top {
	background: url(images/poppyh1.jpg) top center no-repeat;
	margin: 10px 20px 0px 20px;
	padding: 10px;
	border-bottom: 1px solid #A6B22A;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
	}
html>body #top {
	height: 90px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 130px;
	left: 0px;
	margin: 0 20px 0 0;
	padding: 30px 15px 30px 15px;
	border-right: 1px dashed #A6B22A;
	font-size: 10px;
      color: #000;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

#left p {
font-size: 10px;
}

#left ul {
list-style: none;
}


#left li {
background: url(images/icon.jpg) left top no-repeat;
padding-top: 3px;
padding-bottom: 25px;
padding-left: 22px;
}

html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 50px 190px 20px 190px;
	padding: 10px;
      color: #000;
	}
#right {
	position: absolute;
	top: 130px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0 20px 0 20px;
	padding: 30px 15px 30px 15px;
	border-left: 1px dashed #A6B22A;
	
      color: #000;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

#right p {
	font-size: 10px;
	}

html>body #right {
	width: 120px; /* ie5win fudge ends */
	}


.right {
float: right;
}

.titleright {
	font-weight: bold;
	color: #555108;
	}

hr {
	margin: 20px auto 10px auto;
	border: none;
	border-top: 1px dashed #A6B22A;
	width: 50%;
	height: 1px;
	text-align: center;
	}
	
