html, body 		{ margin: 0; padding: 0; background-color: white; }
body 			{ color: black; font-family: arial, 'sans serif'; line-height: 18px; font-size:12px; }
p				{ margin: 0 0 18px; text-align:justify; }
pc				{ margin: 0 0 18px; text-align:center }
#container		{ width: 95%; margin: 0 auto; }
hr              { width: 95%; }
h2				{ font-size: 20pt }
h3				{ font-size: 15pt }
h1,h2,h3,hr     { color:#0a702c; }
a:link          { color:#0a702c; }
a:visited       { color:maroon; }
a:active        { color:cyan; }
a:hover         { color:#ffbe49; }

/* Header */
#header			{ background: #0a702c ; border-bottom: 5px solid #ffbe49; }
#header h1  	{ text-align: center; color: #ffbe49; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ text-align: center; color: #ffbe49; font-size: 11px; font-weight: bold; padding: 0 18px; }
#header table   { border: 0px; cellspacing: 1px; cellpadding: 1em; width: 100%; }

/* Content Style */
#navigation		{ border-bottom: 1px solid #0a702c; margin-left: 18px; }
#navigation ul	{ padding: 0 0px 12px; }
#navigation li  { font-size: 100%; }
#navigation h1, h2, h3 { text-align:center; }
#content		{ border-bottom: 1px solid #0a702c; margin-bottom: 18px; }
#content p,     { padding-right: 18px; }
#content h1, h3, h3 { text-align:center; }
#content table.display { width: 80%; }
#content li     { text-align:justify; }

/* Content Positioning & Size */
#navigation		{ float: left; width: 20%; }
#content		{ float: right; width: 75%; }

/* Footer */
#footer			{ background: #0a702c; border-top: 5px solid #ffbe49; clear: both; }
#footer a		{ color: #ffbe49; }
#footer	p		{ color: #ffbe49; margin: 0; padding: 0 18px 10px; }
#footer	blockquote		{ color: #ffbe49; margin: 0; padding: 0 18px 10px; font-size:90%; }
#footer ul		{ border-bottom: 1px solid #ffbe49; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

span.gtsbold    { font-weight: bold; color:#ff8000; font-size:120%; }
.tableheading   { height:1.5em; font-weight:bold; background-color:#ffbe49; text-align:center; }
.tabletitle     { font-size: 130%; font-weight: bold; text-align:center;}
.tableentry     { font-size: 130%; text-align: center; padding: 5px; }
table           { margin: 0 0 1.5em 0; }
