body {
	background-color: #2c2f34;
}

body.mceContentBody {
   background: #ffffff;
}

body, table, td
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	font-size: 12px;
	font-weight: none;
	font-style: none;
	color: #2b3137;
	line-height: 20px;
}


#dolphincontainer {
	position: relative;
	height: 33px;
	color: #E0E0E0;
	background: #143D55;
	width: 782px;
	font-family: trebuchet, tahoma, arial, chicago, helvetica;
}

#dolphinnav {
	position: relative;
	height: 33px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff url(gfx/dolphin_bg.gif) repeat-x top left;
	padding: 0 0 0 20px;
}

#dolphinnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#dolphinnav ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#dolphinnav ul li a {
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0 0 0 30px;
	height: 33px;
}

#dolphinnav ul li a span {
	padding: 7px 30px 0 0;
	height: 21px;
	float: left;
}

#dolphinnav ul li a:hover {
	color: #fff;
	background: transparent url(gfx/dolphin_bg-OVER.gif) repeat-x top left;
}

#dolphinnav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover {
	color: #fff;
	background: #1D6893 url(gfx/dolphin_left-ON.gif) no-repeat top left;
	line-height: 275%;
}

#dolphinnav ul li a.current span {
	display: block;
	padding: 0 30px 0 0;
	width: auto;
	background: #1D6893 url(gfx/dolphin_right-ON.gif) no-repeat top right;
	height: 33px;
}


div.whover:hover {
	background-color: #ebebeb;
}

.footer a:link, .footer a:visited {
	color: #ffffff;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.wrapper
      {
      position: absolute;
      left: 50%;
      width: 800px;
      margin-left: -400px; /* half of width */
      }


a
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #304A65;
	font-weight: none;
	text-decoration: none;
}

a:link
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #304A65;
	font-weight: none;
	text-decoration: none;
}

a:visited
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #304A65;
	font-weight: none;
	text-decoration: none;
}

a:hover
{
	font-family: tahoma, arial, chicago, verdana, sans serif;
	color: #304A65;
	font-weight: none;
	text-decoration: underline;
}