@charset "utf-8";
a:link { color:#000000;	text-decoration:none} /* links on the site have underlines removed */
a:visited {color:#000000; text-decoration:none} /* they stay black insted of the normal blue/purple colors */
a:hover {	color:#99CCFF}  /*hovering over the links tuns them white*/
a:active{	color:#000000;	text-decoration:none}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height: 17px;
	background-color:#687551;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixRtHdr #banner {
	background-image:url(../images/Title-sunflowers.png);
	height:300px;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/grade_sunflowers_green.png); /* the color gradient background */
	background-repeat:repeat-y;
	font-size:15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3 px solid;
	border-color:#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #horizontal_thumbnail {
    border:"1px";
	border-color:#000000;
	height:57px;
	width:75px;
}
.twoColFixRtHdr #verysmall {
	font-size:10px;
}
.twoColFixRtHdr #loadarea {
	width: 460px; 
	height:460px;
}
.twoColFixRtHdr #vertical_thumbnail {
    border:"1px";
	border-color:#000000;
	height:75px;
	width:57px;
}