h2   {
	font-family : "Times New Roman", Times, serif;
	color: #006600;
	font-size: 1.4em;
	/*font-size: 16pt;*/
	font-style: italic;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
	line-height: 2em;
}
h4   {
	font-family : "Times New Roman", Times, serif;
	color: #006600;
	font-size: 1.0em;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
}
h3   {
	font-family : "Times New Roman", Times, serif;
	color: #996600;
	font-size: 1.2em;
	/*font-size: 13pt;*/
	font-weight: bold;
	font-variant : normal;
}

p {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	/*font-size: 11pt;*/
	font-size: .8em;
	font-variant : normal;
}

a:link {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
	text-decoration : none;
}

p.nav {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

table.banner {
	background-color: #FFFFCC;
	width: 726px;
}
a.siteIndex {
	font-family : "Times New Roman", Times, serif;
	color : #A52A2A;
	font-size: 10pt;
}
p.siteIndex {
	text-align: center;
}

p.banner{
	font-family : "Times New Roman", Times, serif;
	color : #A52A2A;
	font-weight: bold;
	text-align: center;
	font-size: 24pt;
}

p.subBanner {
	font-family : "Times New Roman", Times, serif;
	color : #A52A2A;
	text-align: center;
	font-size: 12pt;
	font-style : italic;
	font-weight : bold;
}

dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: Green;
}
dd {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant : normal;
}

/* floating elements */

.picright {
float: right;
padding: 0px 0px 20px 20px;
border:: none;
}
.picleft {
float: left;
padding: 0px 20px 20px 0px;
border: none;
}

	