
html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em garamond;
  line-height: 150%;

  background: #fffff0 url(../images/bg/header.jpg) repeat-x top left;
  color: #000;
}

h1 {   
  font: 400 11pt garamond;
  color: #000;
}


h2 {
  font: 400 8pt garamond;
  color: #000;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #F8D766;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  text-decoration: none; 
  font: 600 1.3em garamond;
  color: #000;

}


a:hover {
  text-decoration: none; 
  font: 600 1.3em garamond;
  color: #000;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.7em;  
  
}

p
{ 
padding:5px;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em garamond;
  color: #000;
  background: #fcf8dc;
  border: 1px solid #444;
}

input:focus,
textarea:focus,
select:focus,
{
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

.button {
  padding: 0px;
  font: 400 1em garamond;
  color: #000;
  background: #fcf8dc;
  border: 1px solid #444;
  margin-left:24.1em;
}

html>body .button {
  padding: 3px;
  font: 400 1em garamond;
  color: #000;
  background: #fcf8dc;
  border: 1px solid #444;
  margin-left:24.1em;
}

 


/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border-style: none;
}

a:hover img {  
  border-style: none;
}



span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
}
div.line {
position: relative;
text-align: center;
width: 100%;
}
