
body, html {
	height: 99%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: ariel;
	font-size: 10px;
	/* background-color: #F5F5F5; */
	/* background-color: #B0C4DE; */
	/* background-color: #013366; */
	/* background-image: url(images/logo_emboss50.png); */
	/* backgound-repeat: repeat; */
}

a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; } 
a:hover { color: black; text-decoration: underline; }

#content  {
	height: 396px;
	width: 740px;
	position: relative;
	/* border: medium solid rgb(250,0,255); */
}

#header  {
	height: 100px;
	width: 740px;
	background: url(_images/englishbayburrard.jpg) no-repeat;
	margin: 0; 
	padding: 0;
	border-bottom-style: ridge;
	border-bottom-width: 6px;
	border-bottom-color: #98999C;
}

#logo  {
	margin-top: 3px;
	padding: 0;
	border-bottom-width: 4px;
	border-bottom-color: #98999C;
	background: url(_images/logo.png) no-repeat;
}

#text  {
	height: 330px;
	width: 540px;
	position: relative;
	overflow: auto;
	margin-left: 25px;
	margin-top: 20px;
	padding-top: 3px;
	padding-right: 15px;
	text-align: justify;
	font-family: ariel;
	font-style: none;
	font-size: 13px;
	scrollbar-face-color: #98999C;
	scrollbar-highlight-color: #2D384E;
	scrollbar-shadow-color: #2D384E;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color: #2D384E;
	scrollbar-track-color: #98999C;
	scrollbar-darkshadow-color: #98999C;
}

#text2  {
	text-align: justify;
	font-family: ariel;
	font-style: none;
	font-size: 13px;
}

#nav  {
	height: 330px;
	width: 150 px;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 3px;
	padding-left: 15px;
	float: left;
	line-height: 200%;
	text-align: left;
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	/* border: medium solid rgb(200,0,125); */
}

#nav  a:hover { 
	color: black;
	text-decoration: italics;
}

#add  {
	margin-top: 150px;
	padding-top: 3px;
	margin-left: -15px;	
	line-height: 100%;
	text-align: center;
	font-family: ariel;
	font-style: none;
	font-size: 11px;
	/* border: medium solid rgb(200,0,125); */
}

.form  {  
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	font-weight: medium;
	width: 90;
}

.formentry  {
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	font-weight: medium;
	width: 220;
	border: none;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: #B0B0B0;
}

.formcomment  {
	font-family: ariel;
	font-style: none;
	font-size: 12px;
	font-weight: medium;
	vertical-align: top;
	width: 220;
	border-top-style: none;
	border-left-style: solid;	
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: #B0B0B0;
}

.p	{  text-align: justify;
	   font-family: ariel;
	   font-style: none;
	   font-size: 10px;	}

.pc	{  text-align: center;
	   font-family: ariel;
	   font-style: none;
	   font-size: 10px;	}
	   
.body  {  font-family: helvetica;
	  font-style: none
	  font-size: 10px
	  font-weight: medium;  }

.title1	{  text-align: justify;
	   font-family: times new roman;
	   font-style: italic;
	   font-size: 20px;	}

.thumbtitle	{  text-align: center;
		   font-family: ariel;
		   font-style: none;
		   font-size: 10px;	}

.poptext  {  text-align: left;
	     text-valign: top;
	     font-family: georgia;
	     font-style: none;
	     font-size: 11px;
	     font-weight: medium;  }



ul.TickList {
  list-style-image: url('/_images/tick.gif');
  margin-top:0;
  padding-top:0;
  margin-bottom:0;
  padding-bottom:10;
}


