html, body
{
  margin: 0px;
  padding: 0px;
  color: #003818;
  background: #CFE4D8;
}

#page
{
  width: 100%;
}

#header
{
  margin: 5px;
  border-right: 2px #b0b0b0 solid; 
  border-bottom: 2px #b0b0b0 solid; 
}

#header-content
{
  padding: 2px;
  width: 100%
  height: 54px;
  text-align: center;
  background: #ffffff;
  border: 1px #000000 solid; 
}

#header-text
{
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 11pt;
  font-weight: bold;
} 

#header-title
{
  font-size: 14pt;
} 

#header-logo
{
  float:left; 
  position: relative;
  width: 70px;
}

#breadcrumbs
{
  height: 2px;
}

#bodyarea
{
  margin-left: 5px;
  margin-right: 5px;
}

#navcol
{
  border-right: 2px #b0b0b0 solid; 
  border-bottom: 2px #b0b0b0 solid;
  background: #000000;
  width: 160px;
  float: left;
  margin: 0px;
  clear: both;
}

#navcol-title
{
  background: #003818;
  color: ffffff;
  text-align: center;
}

#navcol-content
{
  border: 1px #000000 solid; 
  background: #ffffff;
  text-align: center;
}

#navcol li 
{
  line-height: 14pt;
  display: block;
  list-style-type: none;   margin: 0px;
  padding: 0px;
}

#navcol ul
{ 
  margin: 0px; 
  padding-top: 0px; 
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

#navcol a:link, #navcol a:visited, #navcol a:active
{ 
  color: #791014;
  text-decoration: none;
}

#navcol a:hover
{ 
  color: #ffffff;
  background: #791014;
  text-decoration: none;
}

#bodycol
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 170px;
  margin-right: 0px;
}

#bodycol a:link, #bodycol a:active
{ 
  color: #0A6C7F;
  text-decoration: none;
}

#bodycol a:visited
{ 
  color: #791014;
  text-decoration: none;
}

#bodycol a:hover
{ 
  color: #0A6C7F;
  text-decoration: underline;
}

#content
{
  border-right: 2px #b0b0b0 solid; 
  border-bottom: 2px #b0b0b0 solid;
  margin-bottom: 5px;
}

#content-title
{
  color: #ffffff;
  background: #DAECE2;
  font-size: 13pt; 
  font-weight: bold;
  background: url('images/heading.gif') repeat-y;
  border-top: 1px #000000 solid; 
  border-left: 1px #000000 solid; 
  border-right: 1px #000000 solid; 
}

#content-body
{ 
  background: #ffffff;
  padding: 3px;
  border-left: 1px #000000 solid; 
  border-right: 1px #000000 solid; 
  border-bottom: 1px #000000 solid; 
}

@media print
{
  #navcol
  {
    display: none;
  }
  #footer
  {
    display: none;
  }
  #bodycol
  {
    margin-left: 0;
  }
}

h1, h2, h3, h4, h5, h6
{
	color : #003818;
}

h1  {
	font-size : 18pt;
	font-weight : bold;
	font-style : normal;
}

h2  {
	font-size : 16pt;
	font-weight : normal;
	font-style : italic;
}

h3  {
	font-size : 14pt;
	font-weight : bold;
}

h4  {
	font-size : 14pt;
	font-weight : bold;
}

h5  {
	font-size : 13pt;
}

h6  {
	font-size : 12pt;
}

pre
{
  font-size: 9pt;
  color: #000060;
  background: #ffffff;
  border: 1px dotted #000000;
  padding: 10px;
  margin: 10px;
}

tt
{
  font-weight: bold;
}

pre.comment
{
  color: #800000;
}

pre.string
{
  color: #008000;
}

pre.xml
{
  color: #008080;
}

.xmltext
{
  color: #000000;
}

span.comment
{
  color: #800000;
}

span.string
{
  color: #008000;
}

span.xml
{
  color: #008080;
}

