body{ 
	font-family: "Lucida Sans Unicode", Arial, sans-serif; 
	font-size: 8pt; 
	margin: 20px;
}

div.outercontainer{ 
	background-image: url( 'images/background.jpg' );
	background-repeat: no-repeat;
	margin: auto; 	
	border: solid #D5DFE8 1px; 
	padding: 0px;
	width: 760px; 
}

div.contentcontainer {
	padding: 30px;
	padding-top: 40px;
}

div.menucontainer {
	margin-left: 45px;
	margin-top: 90px
}

div.footer { 
	text-align: center; 
	color: #bbbbbb; 
	padding: 5px
}
.list  td { vertical-align: top }
.list  img{ margin-top: 4px; margin-right: 5px}

p{ margin-top: 0px; margin-bottom: 10px; padding: 0px; line-height: 20px }

img { border: 0 }
.frame_a{ border: solid #D5DFE8 5px; background-color: #D5DFE8  }

a:link{  text-decoration: none; color: #799CB8; }
a:active{  text-decoration: none;  color: #799CB8;}
a:visited{ text-decoration: none;  color: #799CB8;}
a:hover{ text-decoration: underline;  color: #799CB8;}

h1 { color: #7DA0BC; font-size: 12pt; margin-top: 0px; padding: 0px }
h2 { color: #7DA0BC; font-size: 10pt; margin-top: 0px; padding: 0px}
h3 { color: #7DA0BC; font-size: 10pt; margin: 0px; margin-bottom: 5px; margin-top: 10px; padding: 5px; border: dashed #D5DFE8 1px;  border-bottom: none; border-right: none} 


.menu { font-size: 10pt }
.menu a {padding: 2px; color: black; padding-bottom: 8px; padding-right: 5px; padding-left: 5px}

.menu a:hover{ text-decoration:none; background-color: white; color: black}
.menu a:link{  text-decoration: none; color: black; }
.menu a:active{  text-decoration: none;  color: black;}
.menu a:visited{ text-decoration: none;  color: black;}


.rates { background-color: #7DA0BC }
.rates td  { background-color: white }

#quayside_graphic{ display: none; }

@media print
{
	
	#quayside_graphic{ display: inline; margin: 0px: border: 0px;}

	body{ margin: 0px; padding: 0px }
	
	div.outercontainer{ 
		background-image: url( 'images/background.jpg' );
		background-repeat: no-repeat;
		margin: 0px;
		border: solid #D5DFE8 1px; 
		padding: 0px;
		width: 760px; 
	}

	.menu{ display: none; }
}
