html {
margin: 0px;
overflow: scroll;
}

body { 
text-align:center;
margin: 0px;
background-color: rgb(51,51,51);
padding: 0px;
}

a
{
	color: #963;
	text-decoration: none;
}

/* div based containers */
div#box_sidebar {
	position:absolute;
	top:0;
	left:0;
}

div#outermostVessel {
position:absolute;
top:0px;
left: 1%;
right: 1%;
margin-left:auto;
margin-right:auto;
padding: 0px;
width: 864px;
height:auto;
background: rgb(200,227,227) url(images/bg_page1.gif) no-repeat;
}

div#sidebarContentVessel {
	/* TODO: to fill in */
}

div#footer {
	text-align:left;
	clear:both;
	background: white;
	height:auto;
	padding: 10px;
	border-top: 1px grey solid;
	
}

#banyanImageVessel {
position:absolute;
top:0;
left:0;
padding: 0px;
}

#mainContentVessel {
position:relative;
margin-top:135px;
margin-left:110px;
padding: 0px;
text-align: left;
font-size: 10px;
}


	td#logoArea {
	background: #FFFFFF url(images/logo.gif) no-repeat 0px 8px;
	padding: 0px;
	}

	td#pageHeader {
	background: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	}

	td#pageHeader img {
	margin: 78px 0px 0px 30px;
	}

td#copyArea {
background: #FFFFFF;
vertical-align:text-top;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

	td#copyArea h1 {
	padding: 20px 30px 0;
	color: #73A79F;
	font-size:16px;
	letter-spacing:1px;
	}
	
	td#copyArea p, blockquote {
	background: #FFFFFF;
	vertical-align:text-top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 50px 5px 30px;
	font-weight:400;
	letter-spacing:1px;
	line-height:16px;
	}
	
	td#copyArea blockquote {
	font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif; 
	margin-left: 50px;
	margin-right: 5px;
	}
	

ul#serviceList {
list-style:none;
}

#mainNavVessel {
position: absolute;
top:0;
left: 220px;
padding: 0px;
}

	td#copyArea #email {
	padding: 20px 0 10px 0;
	}

	td#copyArea #email a {
	text-decoration:none;
	color:#660000;
	}

	td#copyArea #email p {
	font-size: 14px;
	line-height: 10px;
	}

	td#copyArea #address {
	padding: 0 0 10px 0;
	}

	td#copyArea #address p {
	font-size:14px;

	}

	td#copyArea #telephone {
	padding: 0 0 10px 0;
	}

	td#copyArea #telephone p {
	line-height: 0.5px;
	font-size: 14px;
	}

img.list {
padding: 0px 0px 0px 40px;
}

img.header {
padding: 10px 0px 0px 28px;
}
/* CSS Document */




	td#copyArea .eventHeading {
	clear:both;
	}

	td#copyArea .eventPhoto {
		float:right;
		margin-right:-50px;
	}

	td#copyArea .eventTitle {
		font-size: 16px;
	 	letter-spacing: 2px;
		line-height: 5px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		margin-top: 10px;
		clear:both;
	}

	td#copyArea .eventSubtitle {
		font-weight: bold;
	 	letter-spacing: 2px;
		line-height: 5px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		clear:both;
	}

	td#copyArea .eventWho {
		color:#7D7D7D;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	td#copyArea .eventWhen {
/*		border-bottom: 1px solid #CCCCCC; */
		padding-bottom: 0px;
		padding-top:0px;
		margin-right: 50px;
	}

	td#copyArea .eventDescription p {
		font-size: 12px;
		line-height:13px;
	}

	td#copyArea .eventLocation {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	td#copyArea .eventLocation p {
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 5px;
		color:#7D7D7D;

	}

	td#copyArea .eventFooter {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 0px;
		margin-right: 50px;
	}

	td#copyArea strong
	{
		font-weight: bold;
	}

	td#copyArea em
	{
		font-weight: normal;
		font-style: normal;
		border-bottom: #666;
		border-width: 0 0 1px 0;
		border-style: none none dashed none;
	}

	td#copyArea h2 {
		padding: 0 0 0 30px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:600;
		font-size: 18px;
		letter-spacing:1px;
		margin: 0px 0px 20px 0px;
	}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 32px !important;
  margin: 10px 0 0 5px;
  }

	.img-shadow img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  }
  

	td#copyArea h1, h2 {
	padding: 0 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	letter-spacing:1px;
	color: #509EA7;
	}
	
	td#copyArea h2 {
		padding: 20px 30px 0;
		font-size:14px;
		color: #099;
	}
	
	td#copyArea cite	
	{
		color: #099;
		letter-spacing: 2px;
		font-style: normal;
		border-bottom: #099;
		border-width: 0 0 1px 0;
		border-style: none none dashed none;
	}
	
.textExcerpt {
	font-weight: bold;
/*	color: #8B4513; */
	
}

.textForeign {
	font-style: italic;
/*	color: #8B4513;  */
	font-weight: bold;;
}
