

/**********************************************************************************/
/* basic elements */
/**********************************************************************************/

html {
	margin: 0px;
	padding: 0px;
	}
body { 
	text-align: center;
	color: #000000;
	background:#EAEAFF;
	margin-top: 20px; 
	margin-bottom: 40px;
	padding: 0px; 
	font-family:arial;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 15pt; 
	font-size: 10pt; 
	font-family: arial
	}

h1 { 
	font-size: 10pt; 
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 0px; 
	margin-left:10px;
	color: black;
	display:none;
	}
	
h2 { 
	font-size: 14pt; 
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px; 
	line-height:25px;
	color: #000080;
	}
	
h3 { 
	font-size: 10pt; 
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	line-height:15px;
	text-align:center;
	margin:0px;
	padding:0px; 
	color: black;
	}
	
h4 { 
	font-size: 12pt; 
	font-family: arial;
	font-weight:bold;
	font-style: normal;
	clear:left;
	text-align:center;
	margin:0px;
	margin-bottom:0px;
	line-height:16px; 
	color: #000080;
	}

h5 { 
	font-size: 10pt; 
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px; 
	border-style:none;
	text-align:left;
	color: #000080;
	}

h6 { 
	font-size: 8pt; 
	font-family: arial;
	font-weight:normal ;
	font-style: normal;
	margin:0px;
	padding:0px;
	color: black;
	}

h7 { 
	font-size: 10pt; 
	font-family: arial;
	font-weight:bold;
	font-style: normal;
	clear:left;
	text-align:center;
	margin:0px;
	margin-bottom:0px;
	line-height:16px; 
	color: #000080;
	}


p { 
	font-family:arial;
	font-style:normal; 
	font-size:10pt;
	line-height:16px;
	text-align:left;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	}
p.indent {
	font-family:arial;
	line-height:20px; 
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent:20px;
	}
	
p.clearleft {
	clear:left;
	}

a.nav:link { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color: #0000FF;
	}
a.nav:visited { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color: #0000FF;
	}
a.nav:hover { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration: underline;
	color: #5BADFF;
	}

a.site:link { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color:white;
	}
a.site:visited { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color:white;
	}
a.site:hover { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration: underline;
	color:white;
	}

a {
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	}
a:link { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color: #0000FF;
	}
a:visited { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration:underline;
	color: #800080;
	}
a:hover { 
	font-family:arial;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-decoration: underline;
	color: #5BADFF;
	}



li {
	padding:0px;
	line-height:20px; 
	margin:0px;
	margin-bottom:0px;
	}

ul {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	margin-left:5px;
	margin-top:10px;
	display:block;
	text-align:left;
	}

ul.content {
	list-style-type:disc;
	float:left;
	width:570px;
	padding:0px;
	padding-left:30px;
	padding-right:25px;
	margin:0px;
	margin-bottom:10px;
	display:block;
	text-align:left;
	}


/**********************************************************************************/
/* specific divs */
/**********************************************************************************/


div.container {
	width:760px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	border-width:1px;
	border-style:solid;
	border-color:#3E3EFF;
	line-height:150%;
	background-color:#FFFFFF;
	}
	
div.header {
	padding:0px;
	background: url('http://www.scuba-centre.com/images/ScubaCentre.jpg');
	width: 760px; 
	height: 140px; 
	}
	
div.left {
	float:left;
	width:150px;
	display:block;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	
	}
	
div.content {
	margin-left:150px;
	margin-right:5px;
	background-color:white;
	border-left-style:none;
	padding:5px;
	}
	
div.footer {
	width:600px;
	height:80px;
	font-size: 8pt; 
	font-family: times new roman;
	font-weight:normal ;
	font-style: normal;
	text-align:center;
	line-height:15px;
	margin-top: 60px;
	margin-bottom: 0px; 
	color: #808080;
	}

div.table28025 {
	width:280px;
	height:25px;
	border-style:solid;
	border-width:1px;
	border-color:#BFBFFF;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	}

div.table550100 {
	width:550px;
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#BFBFFF;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	}
	
div.tableTip {
	width:90%;
	font-size: 10pt; 
	font-family: arial;
	font-weight:normal ;
	font-style: normal;
	text-align:left;
	line-height:15px;
	margin:20px auto;
	padding:5px; 
	border-style:none;
	
	}

div.table90230 {
	width:90%;
	height:230px;
	font-size: 10pt; 
	font-family: arial;
	font-weight:normal ;
	font-style: normal;
	text-align:left;
	line-height:15px;
	margin:20px auto;
	padding:5px; 
	border-style:solid;
	border-width:1px;
	border-color:#BFBFFF;
	}
	




/**********************************************************************************/
/* image divs */
/**********************************************************************************/


div.imageWhale {
	background:url('http://www.scuba-centre.com/images/whaleshark.jpg');
	float:left;
	height:217px;
	width:300px;
	margin:5px;
	padding:0px;
	border-style:none;
	}

div.imageMenu {
	background:url('http://www.scuba-centre.com/images/Menu.jpg');
	background-repeat:no-repeat;
	float:none;
	height:40px;
	width:130px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-style:none;
	}
	
div.imageForums {
	background:url('http://www.scuba-centre.com/images/Forums.jpg');
	background-repeat:no-repeat;
	float:none;
	height:40px;
	width:130px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-style:none;
	}