body {
	background-color: #000000;
	font: normal 12px/1.3 Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

.hidden {
	display: none;
}
a {
	color: white;
	text-decoration: underline;
	
}
a:link, a:visited {
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	margin: 0 0 0.6em 30px;
	padding-top: 1.2em;
	text-align: left;
}

h2 {
	font-size: 15px;
	margin: 0.6em 0 0.6em 30px;
	text-align: left;
	font-weight: bold;
}

h3 {

}

div#wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	padding-top: 36px;
}	

div#container {
	background-image: url('../images/bg-container.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 700px;
	height: auto !important;
	height: 700px;	
	text-align: left;
	padding-left: 103px;
}

div#content {
	width: 582px;
	position: relative;
	background-color: transparent;
	background-color: #3d4528;
	background-image: url('../images/bg-content.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0 0 0;
	text-align: left;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	clear: both;
	padding: 16px 0 2em 0;
}

div#content-bottom {
	width: 582px;
	margin: 0;
}

div#symbol-bottom {
	padding: 36px 0;
	text-align: center;
	width: 582px;
}

div#content img {
	border: 0;
}

div#content p {
	margin: 0 0 1em 0;
	padding: 0 30px;
}
div#content table {
	margin: 18px 30px 3em 30px;
	border-collapse: collapse;
	
}
div#content table p {
	padding: 0;
}

div#content table td {
	vertical-align: top;
}

td h1 {
	margin-left: 0;
	padding-top: 0;
}
td.image {
	text-align: right;

}
div#content ol {
	padding: 0;
	list-style-position: inside;
	margin-left: 0;
}

div#content p.image {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

div.seo {
	display: none;
}
