html {
  height: 100.1%;
  background-color: #dedede;
}

body {
	height: 100.1%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 300 0.7em verdana, arial, sans-serif;
	line-height: 170%;
	color: #000000;
	background-color: #dedede;
}

h1 {   
  font: 400 1.7em "trebuchet ms", serif;
}

h1 b {
	font-weight: normal;
}

h2 {
  font: 300 1.4em "trebuchet ms", serif;
}

h2 a {
}

h2 a:hover {
}

h3 {
  font: 300 1.3em "trebuchet ms", serif;
}

h4 {
  font: 300 1.2em "trebuchet ms", serif;
}

h5 {
  font: 300 1.1em "trebuchet ms", serif;
}

h6 {
  font: 300 1em "trebuchet ms", serif;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0 0 5px;
}

/* 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, a:visited {
	color: #000099;
}

a {
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration:underline;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  line-height: 1.4;
}

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;
}

dl {
  margin: 0;
  padding: 3px 0 0 5px;

}

dt {
  font-weight: bold;
  color: #FFB323;
  margin: 0;
  padding: 3px 0 0 5px;
}

dd {
  margin-left: 0;
  padding-left: 10px; 
}

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-family:inherit;
}




/**************************************************************
   Form Elements
 **************************************************************/

form {margin: 0; padding: 0; display: inline; border:0; }

label {
  display: block;
}

input,
input[type=submit]:hover,
input[type=submit]:focus,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input[type=image],
input[type=image]:hover,
input[type=image]:focus {
 border: 0;
 background: none;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  /*font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;*/
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

fieldset {
	border: 0;
}



/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/
img {
  border-width:0;
  z-index:-1;
}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}
