body, table	{
	background-color: White;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0ex;
}
div.main	{
	margin: 1em 1ex 1em 150px;
}
h1.banner, h1.banner2	{
	text-align:center;
	color:White;
	background-color: #AFBD22;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	border-bottom: solid Black 2px;
}
h1.banner	{
	font-size:400%;
	line-height:110px;
}
h1.banner img {
	float:left;
	margin: 0px;
	width: 166px;
	height: 110px;
	background-color:white;
	padding: 0px;
	border: none;
}

div.banner2	{
	background-color: #AFBD22;
	color:white;
	font-style: italic;
	text-align: center;
	height: 140px;
	border-bottom: solid Black 2px;
}
div.banner2 h1	{
	font-size:250%;
	line-height: 110px;
	margin:0px;
}
div.banner2 p {
	float:left;
	width: 166px;
	margin: 0px 0px 0px 22px;
	text-align:left;
	text-indent: -22px;
}
div.banner2 img {
	margin: 0px;
	width: 166px;
	height: 110px;
	background-color:white;
	padding: 0px;
	border: none;
}

a:link {
		color: Blue;
		font-weight: bold;
		text-decoration: none;
}

a:visited {
		font-weight: bold;
		text-decoration: none;
		color:navy;
	}
	
a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: Red;
}

div.LHS	{
	font-weight: bold;
	float:left;
	margin: 0px;
	width: 128px;
	padding: 2em 0px;
}

 p.here {
	margin: 5px;
	font-size:83%;
	color: #010101;
	border : 2px solid #00A060;
	padding: 4%;
	background-color: White;
	width: 114px;
}
* html p.here	{	/* IE 6 and below only */
	margin-left:8px;
	width: 100%;
}

p.item {
	margin: 5px;
	font-size:83%;
	background-color: #00A060;
}
* html p.item	{	/* IE 6 and below only */
	margin-left:8px;
}

p.item a:link, p.item a:visited {
	color: White;
	background-color: #00A060;
	border : 2px solid #00A060;
	padding: 1ex 4%;
	display: block;
	text-decoration: none;
	width: 114px;
}

p.item a:hover, p.here a:hover {
	color: #00A060;
	background-color: White;
	border : 2px solid #00A060;
	text-decoration: None;
	display: block;
	width: 114px;
}
* html p.item a:hover, * html p.here a:hover {
	width: 100%;
}
hr	{
	color:#00A060;
	background-color: #00A060;
}
sup	{
	font-size:60%;
}
.picture-right	{
	float:right;
	margin: 0em 0em 1em 1em;
}
.picture-left	{
	float:left;
	margin: 0em 1em 1em 0em;
}
dt	{
	font-weight:bold;
	}