/* CSS Document for MR diving 03/04/08*/

body {
	background-color: #3366ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 798px;
	height: 114px;
}

.nav {
	background-color: #ffffff;
	height: 30px;
	text-align:center;
	vertical-align:middle;
}

.nav_fade {
	background-image:url(images/navigation_fade2.jpg);
	background-repeat: repeat-x;
}

.nav_item {
	color: #0033CC;
	padding: 2px;
	font-size: 12px;
	text-decoration:none;
	vertical-align:middle;
}
.nav_item:link {
	color: #0033CC;
	padding: 2px;
	font-size: 12px;
	text-decoration:none;
	
}
.nav_item:visited {
	color: #0033CC;
	padding: 2px;
	font-size: 12px;
	text-decoration:none;
}
.nav_item:hover {
	color: #D8A800;
	padding: 2px;
	font-size: 12px;
	text-decoration:none;
}
.nav_item:active {
	color: #0033CC;
	padding: 2px;
	font-size: 12px;
	text-decoration:none;
}
/******************************************      CONTENT         ****************************************/
h1 {
	font-size:16pt;
	color:#D8A800;
}
A:link {
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}
A:visited {
	font-weight: bold;
	text-decoration: none;	
	color:#ffffff;	
}
A:hover {
	font-weight: bold;
	text-decoration:underline;
	color:#ffffff;
}
A:active {
	font-weight: bold;
	color:#ffffff;
}

.highlight {
	width: 273px;
	height: 23px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.highlight:link {
	width: 273px;
	height: 23px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.highlight:visited {
	width: 273px;
	height: 23px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.highlight:hover {
	width: 273px;
	height: 23px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
}
.highlight:active {
	width: 273px;
	height: 23px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

/******************************************      FOOTER          ****************************************/
.footer {
	background-color: #0033CC;
	color: #66ffff;
	text-decoration:none;
	font-size: 8pt;
}
.footer_text:link {
	background-color: #0033CC;
	color: #33CCFF;
	text-decoration:none;
	font-size: 8pt;
}
.footer_text:visited {
	background-color: #0033CC;
	color: #33CCFF;	
	text-decoration:none;
	font-size: 8pt;
}
.footer_text:hover {
	background-color: #0033CC;
	color: #33CCFF;
	text-decoration:underline;	
	font-size: 8pt;
}
.footer_text:active {
	background-color: #0033CC;
	color: #33CCFF;
	text-decoration:none;
	font-size: 8pt;
}