/* Remove unwanted elements */
#right-column, #lessplan, #myimage, #topofpage, #hhbottom, #footer, #skiplink, #solidblockmenu, #ddtabs3 
{
	display: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	width: 66%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.Head1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: x-large;
	color: #000000;
	font-weight: bold;
	padding-top: 12px;
}
.Head2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.Head3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;	
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}
.Head4 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;	
	font-weight: bold;
	font-style: italic;
	color: #000000;
	font-variant: normal;
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: x-large;
  font-weight: bold;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
  color: #000;
  font-size: medium;
  font-weight: bold;
}
h4 {
	color: #000;
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.bigsmallerhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

.biggianthead {
font: Arial, Helvetica, sans-serif ;
font-size: xx-large ;
 color: #0033FF ;
	}