body {
  margin: 0;
  padding: 1;
  text-align: center;
  font: 400 0.67em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  line-height: 180%;
  color: #5A5A5A;  
}


h1 {   
  clear: both;
  font: 700 1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;  
  color: #776655;   
}

h1.title {
	margin: 0;
	padding: 20px 15px 5px 15px;
	color: #2A5F00;  /* Original color of page title = color: #334F63;*/
}

h2 {
  font: 700 1.4em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #486C85;
}

h3 {
  font: 700 1.2em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}

h4 {
  font: 400 1.0em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #555;
}

h5 {
  font: 400 0.9em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #888;
}

h6 {
  font: 400 0.8em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #AAA;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 15px;
}

a {
  text-decoration: none;
  color: #2D472E;
  border-bottom: 1px dotted #326D95;
}

a:hover {
	color: #008000;
	background: #C0DCC0;
}

a.noHover,
a.noHover:hover { 
  padding: 0;
  background: none;
  border: 0;  
}


/* Uncomment this if you would like a visited link style
a:visited {
  color: #263D4E;
} */ 

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  font-weight: bold;
  color: #2D472E;
}

ol span {
  font-weight: normal;
  color: #5A5A5A;
}

ul {
}

del {
  color: #AAA;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}



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

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em arial, georgia, monospace;
  color: #666;
  background: #F5F5F5;
  border-style: solid;
  border-width: 1px;
  border-color: #888 #CCC #CCC #888;
  
}

input:focus,
textarea:focus,
select:focus {
  padding: 1px;
  color: #000;
  background: #EBF1F5;
  border-width: 2px;
  border-color: #AAA #DDD #DDD #AAA;
}

/**************************************************************
   Blockquote and included icons:
   ------------------------------------------------------------
   Currently blockquote rounded top and bottom is configured
   to work in a div with .width75 class applied.  To use in
   other sized div's, you'll need to create new rounded top/
   bottom images with "blockquote.psd" and create the css
   rules.   
 **************************************************************/

blockquote {
  margin: 10px 15px;
  background: #EBF1F5 url(../images/Img/bq_b.gif) no-repeat bottom left;  
}

blockquote div.top {  
  padding: 10px;
  background: url(../images/Img/bq_t.gif)  repeat top left; 
}

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

img.floatRight {
  margin: 2px 0px 2px 5px;  
}

img.floatLeft {
  margin: 2px 5px 2px 0px;
}

a img {
  border: 0;
}
