
body {
	background: #E0FAE0;
}

#sidebars {
	font-family: Verdana, Arial, "Times New Roman", "Courier New", sans-serif;
	font-size: 12pt;
}

A.sidebars {
	font-size: 11pt;
}

A.sidebars:link {
color: #000000;
text-decoration: none;
}

A.sidebars:visited {
color: #000000;
text-decoration: none;
}

A.sidebars:active {
color: #477221;
text-decoration: none;
}

A.sidebars:hover {
color: #477221;
text-decoration: underline;

}

img.panel {
  float:right;
  border-style:ridge;
  border-width:3px;
  border-color:#336600;
  margin:5px;
  clear:both;
}

ul.main {
  list-style-type:disc;
  list-style-position:outside;
}

ul.sub {
  list-style-type:circle;
  list-style-position:outside;
}

#main {
	font-family: Verdana, Arial, "Times New Roman", "Courier New", sans-serif;
	font-size: 10pt;
	text-align: justify;
}

a.main:link {
color: #135019;
}

a.main:visited {
color: #477221
}

#title {
	font-family: Verdana, Arial, "Times New Roman", "Courier New", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

#subtitle {
	font-weight: bold;
	text-align: center;
	clear:both;
}

#subtitle_noclear {
  font-weight: bold;
	text-align: center;
}

#footer {
	color: #477221;
	font-size: 9px;
	font-family: Arial, "Times New Roman", "Courier New", sans-serif;
	text-align: center;
}