@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height:1.5em;
	
}
body {
	background-color: #F5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	font-weight:bold;
	padding:0;
	margin:0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #333;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
a {
	color:#00C;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:none;
}
.smalltext {
	font-size: 13px;
	line-height:1.5em;
}
a.harrystone {
	font-size: 22px;
	color: #006;
}
a.harrystone:hover {
	font-size: 22px;
	color: #00C;
}

/* left navigation style is below -----------------------------*/

div#s1 {
  width: 200px;          /* menu width */
}

div#s1 ul {
  background-color: #CCC;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s1 ul li {
  margin: 0px;
  padding: 0px;
  background-color: #CCC;
  display:block;
  border-bottom: 2px solid white; /* lines */
}

div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color: #006;
  background-color: #ddd;
  padding: 6px 8px 10px 15px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */ 
}

div#s1 ul li a:hover {
  color: #00C;
  background-color: #FFF; /* rollover effect */
}
