h1, h2, h3, h4, h5, h6, dl {
	color: #4F732B;
}

.fixfloat {clear:both; text-size:1px;}

b, strong {
  color: #000;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}

ol {
	color: #666666;
	list-style-position: inside;
	margin-bottom: 5px;
}

ol span {
  color: #4F732B;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	color: #666666;
}
ul span {
	color: #4F732B;
}

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;
}


acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
address {
	font-style: normal;
	font-size: 0.8em;
}

dt {
	font-weight: bold;
	color: #666666;
	font-size: 0.9em;
}

dl {
	margin: 0;
	padding: 10px 15px 10px 0px;
	font-size: 0.8em;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #DCDCDC;
  border: 1px solid #7B985D;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #FFFF99;
  background: #4F732B;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #7B985D #7B985D #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 0px 0px 10px;
	padding-left: 60px;
	background-color: #EBEBEB;
	background-image: url(../img/bq.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	font-family: Georgia, serif;
	letter-spacing: 0.02em;
}

blockquote.pdf {
  background-image: url(../img/pdf.gif);
}

blockquote.zip {
  background-image: url(../img/icons/stop.gif);
}

blockquote a {font-size:1.5em}

blockquote a:hover {}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px; 
float:right; 
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
float:left;
}

a img {  
  border: 1px solid #ccc;
}

a:hover img {  
  border: 1px solid #999;
}

hr {
  display: none;
}

.align-right {text-align:right;}