body {
	font: .9em/1.25em Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: #000000;
}


H1 {
	font-size:1.75em;
	line-height: 2em;
}  /* displayed at 24px */
H2 {
	font-size:1.5em;
	line-height: 1.75em;
}  /* displayed at 18px */
H3 {
	font-size:1.25em;
	font-style: italic;
}  /* displayed at 15px */
H4 {
	font-size:1em;
	font-style: italic;
}  /* displayed at 12px */
H5 {
font-size:1.0em;
	font-style: italic;
text-indent:2.75em;
}
h1, h2, h3, h4 {
	font-family: Optima, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;}
/*INPUT, SELECT, TH, TD {font-size:1em} */ /* Supposedly doesn't work in IE 6*/
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em} /* keeps nested lists from getting smaller and smaller */

a:link {
	color: #0033cc;
}

a:visited {
	color: #6699ff;
}

a:hover {
	/*font-style: italic;*/
}



a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}


.CenterTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	/*width: 760px;*/
}
/* css style sheet from Jonathan Sick */


/* @group Head */

#head {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	line-height: 2.0;
}




/* For the top-level links*/

ul.head-nav {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #EE2E24;
}

ul.head-nav a {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #EE2E24;
}
ul.head-nav a:hover {
	border-top: 5px solid #EE2E24;
	border-bottom: 5px solid #EE2E24;
	color: #EE2E24;
}

ul.head-nav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}



/* @end */


/* @group Content */

.contentsection {
	/*font-size: 0.9em;*/
	/*width: 760px;*/
	background-position: center;
}


.contentsection p {
	text-indent: 1.75em;
	margin-bottom: 0.5em;
	line-height: 150%;
	
}
