html, body 
  {
  height                     : 100%;
  line-height                : 1.3;
  }

#Header{
width      : 100%;
height     : 75px;
position   : absolute;
top        : 0px;
left       : 0px;
border     : 0px;
background : #045FB4;
}

#Footer
  {
  width                      : 100%;
  height                     : 50px;
  background                 : #045FB4;
  color                      : #ffffff;
  font-weight                : bold;
  font-size                  : 14px;
  }

#Header #Logo {
position   : absolute;
top        : 10px;
left       : 0px;
border     : 0px;
height     : 75px;
width      : 200px;
}

#Header #Forge {
position   : absolute;
top        : 20px;
right      : 10px;
border     : 0px;
}

#Header #Logo h1 {
/*
visibility: hidden;
*/
margin     : 10px;
color      : #ffffff;
}

#Header #Links {
position   : absolute;
top        : 20px;
left       : 200px;
/*
background : #1f4a87;
*/
padding    : 2px;
}

#Header #Links a {
color         : #ffffff;
font-weight   : bold;
font-size     : 14px;
padding-left  : 8px;
padding-right : 8px;
width         : 300px;
}

#Body {
margin-top    : 100px;
margin-bottom : 0px;
margin-left   : 10px;
margin-right  : 10px;
padding       : 0px;
}

a {
color: #c17d11;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #8f5902;
}

img {
border: 0px;
}

h2 
  {
  color            : #727e0a;
  clear            : left;
  }

h3 
  {
  color            : #727e0a;
  clear            : left;
  }

body {
margin           : 0px;
background-color : #FFFFFF;
font-family      : sans-serif;
font-size        : 14px;
color            : black;
}

th {
padding-left: 20px;
padding-right: 20px;
}

td {
padding-left: 10px;
padding-right: 10px;
}

td.testing {
font-size: 14px;
padding-right: 10px;
}

p.text {
margin: 10px;
padding: 10px;
border: 1px solid #000;
text-align: center;
}

pre {
font-size: 12px;
font-family: monospace;
}

p.code {
margin-left: 20px;
padding: 10px;
font-family: monospace;
border: 1px dotted;
}

table.Controls tr {
  background-color : #D0D0D0;
}

table.SubControls tr {
  background-color : #E0E0E0;
}

table.Definitions tr {
  background-color : #E0E0E0;
}

div.HelpImage {
}
