body {
	margin: 0px;
	padding: 10px;
	border: 0px;

	color: rgb(51, 204, 0);
	background-color: rgb(0, 0, 0);
	
	font-family: helvetica,arial,sans-serif;	
}

a:link {color: rgb(51, 204, 0); text-decoration: underline; }
a:active {color: rgb(51, 204, 0); text-decoration: underline; }
a:visited {color: rgb(51, 204, 0); text-decoration: underline; }
a:hover {color: rgb(51, 204, 0); text-decoration: underline; }

/* This is the main table, which breaks the page up into */
/* LH Navigation links, Main content, and Title */

table.pageTable {
	width: 100%;
}

/* Left area of page table - Navigation Menu */

td.menuArea {
	background-color: rgb(0, 0, 0);
	vertical-align: top;
	width: 210px;
}

/* Top left area of page table - Small picture */

td.topLeftPictureArea {
	background-color: rgb(0, 0, 0);
	vertical-align: top;
}

/* Right area of page table - Main content */

td.mainContentArea {
	background-color: rgb(0, 0, 0);
	vertical-align: top;
}

/* Top right area of page table - Title */

td.titleArea {
	background-color: rgb(0, 0, 0);
	vertical-align: top;
	text-align: center;		
}

td.pictureTitle {
	text-align: center;	
}

td.thumbnailTitle {
	text-align: center;	
}

.menuTitle {
	font-size: 120%;
	font-weight: bold;
}

.tripTitle {
	font-size: 250%;
	font-family: helvetica,arial,sans-serif;
}


