html, body 
{ 
  margin: 0; 
  padding: 5px; 
  font-family: verdana, arial, sans serif;
  font-size: 90%;
}

#header 
{
  width: 800px;
  float: left;
}
#headertitle
{		
	color:navy;
	font-size: 100%;
	font-weight: bold;
	padding: 20px;
}
#main
{
  width: 800px;
  float: left;
}
#navigation
{
  width: 200px;
  float: left;
}
#content 
{
  float: right;
  width: 600px;
}
#content hr
{	
	color: navy;	
	height: 1px;
}
#contenttitle
{
	color: white;
	background-color: navy;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#footer 
{
  width: 800px;
  float: left;
  text-align: center;	
  padding-bottom: 5px;
}

#footer a:link
{
	color: black;
	text-decoration: none;
}

#footer a:visited
{
	color: black;
	text-decoration: none;	
}
#footer a:hover
{
	color: black;
	text-decoration: underline;
}
#copyright 
{
  width: 800px;
  float: left;
  text-align: center;
  font-size: 80%;	
}
#copyright a:link
{
	color: black;
	text-decoration: none;
}

#copyright a:visited
{
	color: black;
	text-decoration: none;	
}
#copyright a:hover
{
	color: black;
	text-decoration: underline;
}


hr
{
	border-top: 0px;
	padding-top: 0px;
	height: 2px;
	color: navy;
	background: navy;
}

#grid table
{
	border: 1px solid #cccccc;
}
#grid td
{
	border: 1px solid #cccccc;
}



#menu
{
  border: 1px solid navy;
  border-bottom-width: 0;
  width: 185px;
}

#menu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}

#menu li a
{
  display: block;
  padding: 3px 0;
  padding-left: 9px;
  width: 174px; /*185px minus all left/right paddings and margins*/
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  background-color: #cccccc;
  border-bottom: 1px solid navy;
  border-left: 1px solid navy;
  border-right: 1px solid navy;
}

#menu li a:hover 
{
  color:black;
  background-color: white;
}

#menu div.menutitle
{
  color: white;
  border-bottom: 1px solid navy;
  padding: 1px 0;
  padding-left: 5px;
  background-color: navy;
  font-weight: bold;
}



.itinerary
{
	border: 1px solid #cccccc;
	border-spacing: 0;	
}

td
{
	padding: 2px;	
}

tr.itinerary_month
{
	padding: 2px;
	font-weight: bold;
	background: #cccccc;	
}

td.itin
{
	padding: 2px;
	border: 1px solid #cccccc;
	font-weight: normal;
	background: #ffff99;	
}

a.GalleryLink:link
{
	color: navy;	
	text-decoration: none;
}

a.GalleryLink:visited
{
	color: navy;
	text-decoration: none;
	
}
a.GalleryLink:hover
{
	color: navy;
	text-decoration: underline;
}

.caption
{
	font-style: italic;
}