/* CSS Document */

body {
	background-image: url(../images/newbluebackground.jpg);
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100.01%;
}

table {
	margin: auto;
	width: 770px;
	}
	
td {
	border: 0;
	padding: 0;
	vertical-align: top;
	}
	
table#tourtable, table#tourtable2, table#tourtable3, table#tourtable4 {
	width: 700px;
	}
	
table#tourtable td, table#tourtable2 td, table#tourtable3 td, table#tourtable4 td {
	padding-bottom: 5px;
	}

td#content {
	background-image: url(../images/newbluecenter_15b.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	}
	
td#content a:link, td#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	}
	
td#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #DC9817;
	}
	
td#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	padding-right: 25px;
	}
	
#credit a:link, #credit a:visited {
	text-decoration: none;
	color: #000000;
	}
	
#credit a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
	}
	
.year {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 32px;
	}
	
.tourdate {
	color:#660000;
	font-weight: bold;
	}