@charset "utf-8";
body {
	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 */
	color: #000000;
	background-color: #AAAAAA;
	background-repeat: no-repeat;
	margin-top: 15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  {
	width: 780px; /* 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. */
	background-color: #FFFFFF;
	background-image: url(images/menlo_logo2.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container  #mainContent  p  {
	margin-left: 50px;
}
#container  #mainContent  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #005500;
	padding: 10px;
}
#container  #mainContent  h2  {
	font-size: 16px;
	margin-left: 70px;
	font-variant: small-caps;
	color: #294D05;
}
#container  #mainContent  h3  {
	font-family: Andy, fantasy, Script, Modern;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#container  #mainContent  h4   {
	font-family: Andy, fantasy, Script, Modern;
	font-size: 24px;
	color: #064A7F;
	margin-left: 22px;
}

#links {
	margin-top: 85px;

}
#container  #footer  {
}
#container  #footer  p  {
	font-size: 10px;
	text-align: center;
	color: #555555;
	height: 16px;
}
#container  #mainContent  #homepage  {
	margin-left: 40px;
	margin-right: 25px;
	margin-top: 50px;
}
#container   table   {
	margin-left: 20px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#container  #mainContent  td  {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container    a     {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
#container    a:hover     {
	color: #064A7F;
	text-decoration: underline;
}
#container #fruit a {
	color: #FF6600;
	text-decoration: none;
}
#container #fruit a:hover {
	color: #064A7F;
	text-decoration: underline;
}


#container  #mainContent  #links  {
	text-align: center;
	background-color: #F0F0F0;
	padding: 5px;
}
#container #mainContent #fruit {
	margin-left: 40px;
	margin-right: 25px;
	margin-top: 50px;
}
