body, html {
	margin: 0;
	padding: 0;
	background-image: url('images/header_01.gif');
	background-position: 750px 0px;
	background-repeat: no-repeat;
	text-align: left;
}
#banner {
	display: none;
}
#header {
  display: inline;
	background-image: url('images/header_01.gif');
	background-position left: 500px;
}
#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
}
#content h1 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
	text-transform: capitalize;
}
#content h2 {
  font: 12pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FF9006;
}
#content h3 {
	font-size: 11pt;
	background-color: transparent;
	border-bottom: 1px dashed gray;		
}
.heading {
	width: 300px;
	color: #336699;
	text-transform: none;
}
.heading2 {
	width: 250px;
	color: #cc0033;
	text-transform: uppercase;
}
.heading3 {
	width: 250px;
	color: #009933;
	text-transform: capitalize;
}
#content p, {
	font-size: 12pt;
	list-style-type: decimal;
	margin: 2px;
	padding: 0;
	border: none;
}
#content p.list {
	margin: 15px;
}
#content ol, ul {
  font-size: 10pt;
	list-style-type: square;
	margin: 20px;
	padding: 0;
	border: none;
}
#content dl {
  font-size: 10pt;
	margin: 2px;
	padding: 0;
	border: none;
}
/*#content p, #content li {
	font: 12pt "Times New Roman", Times, serif;
}
#content ul ul {
	list-style-type: circle;
	margin: 20px;
	padding: 0;
	border: none;
}
*/
#navigation {
	display: none;
}
#footer {
	clear: both;
	margin: 40px;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
}