/* Header, Body, & Footer layout */
body { 
	margin:0; padding:0; 
	color:#ccc;  
	background: #164735 url('../images/bg.gif') repeat-x;
	line-height: 1.4em; font-style:normal; font-variant:normal; font-weight:normal; font-size:74%; 
  font-family: verdana, arial, helvetica, sans-serif;
}

.content { 
	background: #FFF;
	color: #ccc; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px
}
#top {
	background: #164735 url('../images/header.jpg') no-repeat center top;
	width: 800px; 
	padding: 0;
	margin: 0;
	height: 104px
}

.main { 
	background: #FFF;
	color: #000; 
	margin: 0 auto; 
	padding: 0px; 
	width: 800px
}
#page {
	background: #164735 url('../images/mainbg.jpg') repeat-y center;
	width: 800px; 
	padding: 0px;
	margin: 0;
}

.foot { 
	background: #FFF;
	color: #000; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px
}
#bottom {
	background: #164735 url('../images/footer.jpg') no-repeat center top;
	width: 800px; 
	padding: 0px;
	margin: 0;
	height: 94px
}

/* Links & Text */

a, td {
  font-size: 11px;
  color: #555;
  }
b {
  color: #000;
  }
a {
  color:#164735;
  text-decoration:none;
  border-bottom:1px dotted #164735;
  }
a:visited {
  color:#555;
  border-color:#164735;
  }
a:hover {
  color:#164735;
  border-color:#164735;
  border-bottom-style:solid;
  }

table.sidebar {
  border-width: 0px;
  border-style: solid;
	border-color: #164735;
	background-color: #fdf9ea;
}
td.facts {
  color:white;
  text-decoration:none;
  font-size: 14px;
	font-weight:bold; 
}

.submenu {
  color:#000;
  text-decoration:none;
  border-bottom:0px;
  }
.submenu:visited {
  color:#000;
  text-decoration:none;
  border-bottom:0px;
  }
.submenu:hover {
  color:#000;
  text-decoration:underline;
  border-bottom:0px;
  }
  
.imk {
	text-decoration: none;
  border-bottom:0px;
}
.h3 { 
	text-decoration: none;
  border-bottom:0px;
	color:#000;
	font-size:15px; 
	font-weight:bold; 
}
.h3:visited { 
	text-decoration: none;
  border-bottom:0px;
	color:#000; 
}
.h3:hover { 
	text-decoration: none;
  border-bottom:0px;
	color:#000;
}
.h2 { 
	text-decoration: none;
  border-bottom:0px;
	color:#000;
	font-size:18px; 
	font-weight:bold; 
  line-height: 30px;
}
.h2:visited { 
	text-decoration: none;
  border-bottom:0px;
	color:#000; 
}
.h2:hover { 
	text-decoration: none;
  border-bottom:0px;
	color:#000;
}

.news {
  line-height: 14px;
}
.inside {
  line-height: 14px;
	margin-top: -4px;
}

.t10 {
  font-size: 10px;
  line-height: 12px;
}


li.lists {
	list-style-image: url('../images/bullet1.gif');
	margin-left: -20px;
}
li.inside {
	list-style-image: url('../images/bullet1.gif');
	margin-left: -20px;
}

a.t10 {
  color: #2f2f2f;
  text-decoration:none;
  border-bottom:0px solid #000000;
  }
a.t10:visited {
  color: #2f2f2f;
  text-decoration:none;
  border-bottom:0px solid #000000;
  }
a.t10:hover {
  color: #2f2f2f;
  text-decoration:none;
  border-bottom:0px solid #000000;
  }
  
div#map {
  width: 400px; height: 400px;
  border: solid black 1px;
}
.darkred {
  color: darkred;
}
.email_address {
	visibility: hidden;
}

.contact_information {
	font-size: +2;
}
