h1  {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 20px;
   font-style:normal;
   line-height:normal;
   font-weight:bold;
   color: #0000FF;
   }

h2  {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   font-style:normal;
   line-height:normal;
   font-weight:bold;
   color: #0000FF;
   }
   
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   font-style:normal;
   line-height:normal;
   font-weight:bold;
   color: #000000;
   }

.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;}
.leftmenu a:link {color:#0000FF; text-decoration:none;}
.leftmenu a:active {color:#0000FF; text-decoration:none;}
.leftmenu a:visited {color:#0000FF; text-decoration:none;}
.leftmenu a:hover {color:#000000;text-decoration:underline;}

.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}


.right-float-photo {
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 10px 0px 10px 10px;
	}
	
.indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	line-height: 1.6
	em;
	color: #000000;
}

ul li {
	list-style-type:disc;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}

