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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4d4d4d;
	line-height:1.5em;
	
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bulldog-bg.gif);
	background-repeat: no-repeat;
}
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: 24px;
	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-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
	color: #212479;
}
a.harrystone:hover {
	color: #212479;
}
.content {
  background-color: #FFF;
  border-top:1px solid #bbb;
}

/* 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: #4d4d4d;
  background-color: #ebebeb;
  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 */
}


