@charset "utf-8";
#results  {
	float: left;
	width: 630px;
	margin: 0;
	background-color: #E6FFE6;
	padding: 10px;
} 
#topmenu  {
	float: left;
	margin: 0;
	background-color: #E6FFE6;
	padding-left: 10px;
	font-size: 14px;
} 
#topmenu a:link {
	color: #000000;
	text-decoration: none;
} 
#topmenu a:visited  {
	color: #000000;
	text-decoration: none;
} 
#topmenu a:hover {
	color: #0000ff;
	text-decoration: none;
} 
#sidemenu  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	background-color: #E6FFE6;
	background-image: url(images/leaves.jpg);
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
}

#sidemenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
#sidemenu a:hover {
	color: #00FFFF;
	text-decoration: none;
} 
#topcontent  {
	float: left;
	width: 650px;
	margin: 0;
	background-color: #E6FFE6;
	padding: 0px;
} 
#scroller  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	padding: 0;
	width: 200px;
	position: relative;
} 
#desc  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 10px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#col1  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	text-align: center;
	width: 200px;
} 
#col2  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	float: left;
} 
#col3  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	text-align: center;
} 
#container  {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E6FFE6;
	font-family: Arial, Helvetica, sans-serif;
} 
#header  {
	text-align: right;
	background-color: #E6FFE6;
	background-image: url(images/header.gif);
	height: 50px;
	padding-right: 10px;
	padding-top: 30px;
} 
#footer  {
	padding: 0 10px 0 20px;
	background-color: #E6FFE6;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.ClickHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.ClickHere a:link {
	text-decoration: none;
}
