@charset "utf-8";
/* CSS Document */

/* body of the page on every page */
body {
	background-image: url(../backgroundimages/logobackground.jpg);
} 
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #252519;
}
.style1 {
font-size: x-small;
}

a:link {
	color: #006666;
	font-size:small;
}

.menu{width:1058px; 
height:24px; 
background-color:#006666; 
z-index: 9;}


/*this is for the sponsored divers news page*/
.tabmenu{
width:1058px;
float:left;
height:40px;
}
.tabs{
	position: relative;
	float: left;
	padding: 3px 15px 5px;
	margin: 0px 10px 10px 0px;
	font: bold 0.8em sans-serif;
	background: url(../backgroundimages/menusgradient.jpg) 0% 0% repeat-x;
	cursor:pointer;
	color: #FFFFFF;
	border-radius: 5px;
	font-size:x-small;
	

}

.newsarticle {
	height:600px;
	width:1029px;
	margin-bottom:9px;
	background-image:url(../backgroundimages/newstile.jpg);
	background-repeat:repeat-x;
	padding: 6px;
	float:left;
	height:90%;
	}
	
.piccontainer{
	height:224px;
	width:224px;
	float:left
}

.newspic{
height:100px;
width:100px;
padding:6px;
float:left;
}

.newscontent {
	width:760px;
	height:100%;
	padding:6px;
	overflow:auto;
	float:left;
}
