
html {
  margin-bottom: 1px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;

  background: url(../img/bgstrip1.gif) repeat-x center 181px;
  color: #6D6864;
  font: 400 0.7em/180% Helvetica;
}

h1, h2, h3, h4, h5, h6, h7, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {  font-size: 2.00em;
font-weight: lighter;
line-height: 84%;
}
h2 {  font-size: 2.00em;
font-weight: lighter;
line-height: 84%;
	text-align: center;
}

h3 {  font-size: 1.40em;
      font-weight: lighter;
	font-variant: small-caps;

}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 0.20em; 
font-weight: lighter;
text-align: right;	}
h6 {  font-size: 0.80em;
      font-weight: lighter;
	font-variant: small-caps;
	color: #666;
}
h7 {
  margin-top: 30px;
  font-size: 18pt;
  text-align: center;
}
p {

	line-height: 1.70em;

}

a {
  text-decoration: none;
  color: #f84317;  ;  

}


a:visited {
}

a:hover {

}


ol {  
  margin: 10px 30px;
  padding: 0 30px;

  font-size: 1.4em;
  color: #532406;
  background-color: #FFF;
}

ol span {
  font-size: 0.7em;
  color: #6D6864;
}

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background: url(../img/bullet.gif) no-repeat;
  background-position: 0 3px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}

blockquote {
  margin: 10px 0;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

blockquote p {
  margin: 0.4em 0.8em;
}

del {
  color: #AAA;
}

code {
  margin: 15px 0;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}



/**************************************************************
   Tables
 **************************************************************/

table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #F1FFE3;

}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {

}

tbody tr:hover {

}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {
	border-style: none;
}

a:hover img {  
 
}


#map				{ width: 462px; height: 222px;
	margin-top: 45px;
	border-style: solid;
	border-color: gray;
	float: right;
}
