/* sslpt.css www.scubastevesdiving.com - Style Sheet */
/* Printer style */
/* Copyright 2005 Netphobia Limited */
/* 4.12.5 Initial Version */


html { 
	min-width: 100%;
	 }
	 
img	{
	border: 0px none;
	}

p {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	font-size: x-small;
}

html>p {
	font-size: small;
}

p.access	{
	display: none;
	}

p.printer {	
	margin-bottom: 20px;
}

a {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #00f;
}

a:hover {
	color: #6cc;
}

body	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:medium; font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	background: #0c9;
	text-align:center; 
	font-size: x-small;	
	
	font-size: small;	
	}
		
div#wrapper	{   
	margin: 0 auto;
	padding: 0;
	border: 0px none;
	background: #0c9;
	width: 100%;	
	text-align:left; 
	}

div#header {
	display: none;
}
	
div#primarynav	{	 
	display: none;
	}
		
div#main {
	width: 100%;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	border: 0px none #000;	
	}

div#title	{
	width: 100%;
	border: 0px none;
	padding:0px;
	margin:0px;
	text-align: left;
	background: #39c url('../images/bgttl.gif') no-repeat;
	float: none;		
	}
	
div#content	{
	width: 100%;		 
	border: 0px none;	
	padding: 0px;
	margin:0px;
	text-align: justify;		
	color: #000;			
	background: #fff;
	float: none;		
	}
	
div#content p {
	font-size: small;
	color: #000;
	}
	
div#content p a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";

   }
	
div#footer	{	 
	width: 100%;
	text-align: center;
	line-height:2em;
	background: #0c9;
	border: 0px none;; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	margin-left:0px; margin-right:0px; margin-top:20px; margin-bottom:0px;	
	font-size: x-small;
	color: #000;
	}	

div#footer a {
	color: #00f;
	text-decoration: underline;
}

div#footer a:hover {
	color: #6ff;
	text-decoration: underline;
}

/* page title */
h1 {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: large;
	font-size: x-large;
}

/* paragraph heading */
h2 {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #39c;
	font-weight: bold;
	font-size: x-small;
	margin: 0px;
	font-size: small;
}

/* sidebar section heading */
h3 {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #F90;
	font-weight: bold;
	font-size: medium;
}

/* image caption */
h4 {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #006;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;
	padding: 0px;
	margin: 0px;

}

/* quote /slogan */
h5 {
	font-family: verdana, arial, helvetica, helve, geneva, sans-serif;
	color: #F90;
	font-weight: bold;
	font-size: x-small;
}

/* click to top */
h6 {
	display: none;
}

table.holder {
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: 0px;
	}
	

td.full {
	width: 100%;
	vertical-align: top;		
	}
	
td.twothirds {
	width: 60%;
	vertical-align: top;		
	}
	
td.third {
	width: 28px;	
	vertical-align: top;		
	}


td img {
	margin-top: 15px;
}

img.blackborder	{
    border: 2px solid #000;;
	}
