body {
	margin: 6px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #030303;
	background-color: #fff;
	text-align: center;
	font-size: 12pt;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 6.4in;
	background-color: #fff;
	color: #030303;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border: 0;
}
#content {
	margin-left: 0;
	padding: 2px 10px 0 0;
}
#content ul {
	margin: 0px 14px 14px 25px; 
	list-style-type: circle;
}
#content li	{
	margin: 5px 1px 2px 1px; 
	text-align: justify; 
	line-height: 1.4em;
}
#content p {
	line-height: 1.4em;
	margin: 8px 0 12px 10px;
}
#content h1 {
	background-color: #fff;
	color: #030303;
	font-size: 18pt;
	margin: 6px 0 10px 10px;
}
#content h2 {
	background-color: #fff;
	color: #030303;
	font-size: 18pt;
	margin: 10px 0 10px 10px;
}
#navigation {
	position: absolute;
	top: 105px;
	left: 0;
	width: 180px;
	visibility: hidden;
}
#navigation p {
	text-align: center;
}
#navigation p.logo_block {
	margin: 80px 0 0 0;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	line-height: 2em;
	width: 180px;
	border-bottom: 1px solid #339966;
	border-right: 1px solid #d3d3d3;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #33CC99;
	border-right: 0px;
	background-color: #f4f4f4;
	color: #0000ff;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #339966;
	color: #fff;
}
#navigation a.image:link, #navigation a.image:visited {
	background-color: #fff;
	color: #fffffe;
	padding: 8px 5px 8px 0.5em;
	border: 0px;
}
#navigation a.image:hover {
	background-color: #fff;
	color: #fffffe;
	border: 0px;
}
#footernav {
	padding: 10px 0 10px 0;
	font-size: 12pt;
	color: #4c26b2;
	text-align: center;
	background-color: #fff;
}
#footernav hr {
	border: none; 
	background-color: #339966; 
	color: #030303; 
	height: 1px; 
	margin: 10px 130px 10px 130px;
}	
#footernav a:link, #footernav a:visited {
	line-height: 1.6em;
	background-color: #fff;
	color: #00f;
	text-decoration: underline;
}
#footernav a:hover {
	background-color: #fff;
	color: #00f;
	text-decoration: underline;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
	font-size: 10pt;
	color: #aaa;
	text-align: center;
	background-color: #fff;
}
#footer a:link, #footer a:visited {
	background-color: #fff;
	color: #00f;
	text-decoration: underline;
}
#footer a:hover {
	background-color: #fff;
	color: #00f;
	text-decoration: underline;
}
p	{
	text-align: justify; 
	margin: 5px 4px 13px 2px;
}
img.left	{
	text-align: left; 
	float: left; 
	margin: 2px 8px 0 0; 
	border-style: solid; 
	border-width: 1px; 
}
img.right {
	text-align: right; 
	float: right; 
	margin: 0 0 0 8px; 
	border-style: solid; 
	border-width: 1px; 
}
table.contact {
	border-color: #d3d3d3;
	border-style: solid;
	border-width: 1px;
	border-spacing: 1px;
	width: 98%;
	margin: 8px 2px 8px 8px;
}
td.contact {
	text-align: center;
	vertical-align: middle;
	padding: 6px 0 4px 0;
	color: #111;
	background-color: #f4f4f4;
	font: 12pt/1.3em "Times New Roman", Times, serif;
}
td.contact_inner {
	text-align: center;
	vertical-align: middle;
	padding: 6px 0 4px 0;
	color: #111;
	background-color: #f4f4f4;
	font: 12pt/1.3em "Times New Roman", Times, serif;
}
td.contact_lit {
	text-align: left;
	vertical-align: middle;
	padding: 6px 0 6px 3px;
	color: #111;
	background-color: #f4f4f4;
	font: 12pt/1.3em "Times New Roman", Times, serif;
}
caption {
	font-size: 12pt; 
	font-weight: bold; 
	margin: 6px 0 10px 10px; 
}