.trip {
	color: #ffc;
}
.trip a, a:link, a:visited {color:#fc0;text-decoration:none;}
/*
.trip a:link    {color:#fc0;text-decoration:none;}
.trip a:visited {color:#fc0;text-decoration:none;} 
*/
.trip a:hover   {color:#fc0;text-decoration:underline;} 
.trip a:active  {color:#fc0;text-decoration:none;} 


.trip h1 {
	font-size: large;
	color:#fc0;
	border-bottom: 1px dotted #B0B0B0;
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

/* Make dotted border for IE using star-html
----------------------------------------------- */
* html .trip h1 {
  border: none;
  background-image: url("images/dots3.gif");
  background-position: bottom;  
  background-repeat: repeat-x;
  padding: 1px;
}

.trip h2 {
	color:#fc0;
	font-size: medium;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.2em;
	/*text-transform: capitalize;*/

	text-align: left;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}


.trip p {
	/*margin: 0.1em 0 0.3em 0;*/
	line-height: 130%;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.introParagraph {
	line-height: 150%;
}

.indented {
	margin-left: 2em;
}

.bordered {
	padding: 1ex;
	border: 1px dashed #fc0;
}

.trip li {
	margin: 1em;
	margin-right: 2em;
}

.centeredImage {
	text-align: center;
	margin: 4em;
	margin-left: auto;
	margin-right: auto;
}

.centeredImage img {
	border: 4px solid #000;
}


.quote {
	font-style: italic;
	margin: 1em 2em 2em 2em;
	width: 35em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.spaceAbove {
	margin-top: 2em;
}

.quoteAttribution {
	font-style: none;
}

.detailsBlock {
	margin: 2em;
}
p.emphasizedDetails {
	/*margin: 1em 2em 1em 2em;*/
	font-style: italic;
	line-height: 110%;
}


td.times {
	width: 6em;
	text-align: center;
	padding: 1ex;
	font-size: small;
}
td.scheduleDetails {
	text-align: left;
	padding: 1ex;
	font-size: small;
}



.spacedLine {
	margin: 2em;
  border: none;
  background-image: url("images/dots3.gif");
  background-position: bottom;  
  background-repeat: repeat-x;
  padding: 1px;
}



.imageInsertRight {
 	float: right;
/*	clear: both;*/
	
	margin: 1em;

	text-align : right;
	font-style: italic;
	font-size: small;
	border: 1px solid black;
}

.noBorder {
	border: none;
}
