body {
	margin:0px;
	padding:0px;
	font-family: sans-serif, verdana, arial, helvetica;
	background-color:#CACBDC;
	color: black;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:25px;
	line-height:25px;
	font-weight:900;
	background-color:#CACBDC;
	color:black;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:22px;
	line-height:22px;
	font-weight:800;
	background-color:#CACBDC;
	color:#333333;
	}

h3 {
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	background-color:#CACBDC;
	color:#353535;
	}

p {
	font-family: sans-serif, verdana, arial, helvetica;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}

#Header>a {text-decoration:none}
#Header>a:hover {background-color:#669966; color: black;}

#Gallery {
  position:absolute;
  top:1em;
  margin-left: 5px;
  margin-right: 10%;
  padding:0px;
}

#Content {
  position:absolute;
  top: 1em;
  left: 10em;
  right: 8%;
  margin-right: 8%;
  padding: 0em;
}

#Fulltable {
  position:absolute;
  top:1em;
  margin-left: 5px;
  margin-right: 8%;
	padding:0px;
}

#top>a {
  text-decoration:none;
  position: relative;
  left: -10px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 4px;
  padding: 5px;
  background-color: #A99999;
  color: black;
  display: block;
}
#top>a:hover {background-color:#659865; color: black;}

#links>a {
  text-decoration:none;
  position: relative;
  left: -10px;
  margin-top: 3px;
  margin-right: 4px;
  padding: 2px;
  background-color: #A99999;
  color: black;
  display: block;
  
}
#links>a:hover {background-color:#659865; color: black;}

#locallink {
  margin-top: 5px;
}

#locallink>a {
  text-decoration:none;
  position: relative;
  margin-left: 10px;
  padding: 2px;
  background-color: #AAAAAA;
  color: black;
  display: block;
}

.Sidebar {
  margin: 0px;
  width: 10em;
  height: 30em;
  font-size: 75%;
  position: fixed;
  top: 1em;
  left: 92%;
  right: 1em;
  width: 8%;
  background-color: #EEDDED;
  color: black;
  border-style:none;
  border-color:#000033;
  border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
}

.Linkbar {
  margin: 0px;
  height: 30em;
  font-size: 75%;
  text-align: left;
  position: absolute;
  top: 6em;
  left: 0em;
  width: 10em;
}

.Entry {
   background-color: white;
   color: black;
   border: 1px dashed black;
} 
 
.Date {
  background-color: #DDDDDD;
  color: black;
  padding-top: 10px;
  padding-left: 10px;	
  padding-bottom: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
}
 
.Title {
  background-color: #CCCCCC;
  color: black;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  position: relative;
  top: 0;
  right: 0;
  padding-left: 20px;
  border-bottom:  1px dashed black;
}
 
.Text {
  padding-top:10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}

p.explanation { 
  margin-top:  -8px;  
  margin-bottom: 8px; 
  font-size: smaller;
  margin-left:  20px;
}
p.routetitle { 
	margin:15px 0px 10px 0px;
	padding:0px;
	line-height:20px;
	font-weight:700;
	color:#353535;
	background-color:#ACABDC;
}
p.route { 
  margin-top:  -8px;  
  margin-bottom: 8px; 
  font-size: smaller;
  margin-left:  20px;
}
p.members { 
  margin-top:  -8px;  
  margin-bottom: 8px; 
  font-size: smaller;
  margin-left:  20px;
}
p.hardware {
  margin-top:  -8px;  
  margin-bottom: 8px; 
  font-size: smaller;
  margin-left:  20px;
}
p.tripdate { 
  margin-top:  -8px;  
  margin-bottom: 8px; 
  font-size: smaller;
  margin-left:  20px;
}

table {
   background: #EFFFEF;
   border: 1px solid black;
   width: 98%;
   color: black;
}
td.flow { font-size:  smaller; }
td.list { font-size:  smaller; }
td.heading { font-weight:  bolder; }

tr.odd {
  background: #EFFFCF; color: black;
}

#hosted {
  position: relative;
  top: 20em;
  font-size:smaller;
}
