﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	text-align: justify;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
}

img.Main-Origin-Logo {
	display: block;
	position: relative;
	top: 10px;
}

a img {
	border: 0px;
}


a:link, a:visited, a:active {
	color: #39580C;
}

a:hover {
	text-decoration: none;
	color: #f90;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 2em;
	color: #c20;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}

h3 
{
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

hr 
{
	color: #ddd;
	height: 1px;
	clear: both;
}

address {
	font-style: normal;
	font-size: 1.2em;
	color: #444;
	padding: 0 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

address h2 {
	font-size: 1.4em;
	margin: 0;
	
}

ul 
{
	list-style-type: square;
}

li {
	font-size: 1.2em;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

ul.subList h3 
{
	font-size: 1em;
}

ul.subList p 
{
	font-size: 1em;
}

blockquote 
{
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 44em;
	margin: 0 2em;
}

img 
{
	border-width: 0;
}

#SideBarContainer blockquote 
{
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: .25em auto;
	padding: .25em;
	width: 200px;
}

#SideBarContainer h1 
{
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.contentText p {
	font-size: 1.2em;
	color: #444;
	margin: 10px;
}

.contentText h1, .contentText h2, .contentText h3 
{
	margin: 10px;
}