body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
	
}
#header
{
	background-image:url(../images/header_background.png);
	background-repeat:repeat-x;
	height:124px;
}
.block
{
	width:420px;
	float:left;
}
.cleaner
{
	clear:both;
}
.logo
{
	width:860px;
	text-align:left;
	padding:10px 0px 0px 0px;
}
#navigationContainer
{
	background-image:url(../images/nav_background.png);
	background-repeat:repeat-x;
	height:31px;
	margin:1px 0px 0px 0px;
}
.container
{
	width:860px;
	text-align:left;
}

/* Navigation CSS starts Here */
#navigation
{
	margin:0px;
	padding:0px;
}
#navigation a
{
background: url(../images/left-tab.gif) left top no-repeat;
text-decoration: none;
height:31px;
color:#fff;
font-weight:bold;
}

#navigation a span
{
background: url(../images/right-tab.gif) right top no-repeat;
padding: 4px 20px 0px 20px;
height:27px;
cursor:pointer;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}
#navigation a:hover
{
color: #fff;
background: #00203b url(../images/left-tab-hover.gif) left top no-repeat;
}

#navigation a:hover span
{
background: url(../images/right-tab-hover.gif) right top no-repeat;
}

#navigation ul
{
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
list-style-type:none;
cursor:pointer;
} 






.selectedTab a
{
color: #000;
background: url(../images/left-tab-hover.gif) left top no-repeat !important;
text-decoration: none;
height:31px;
color:#fff;
background-color:#00203b !important;
}

.selectedTab a span
{
background: url(../images/right-tab-hover.gif) right top no-repeat !important;
padding: 4px 20px 0px 20px;
height:27px;
cursor:pointer;
}

.selectedTab a, .selectedTab a span
{
display: block;
float: left;
}
/* Navigation CSS Ends Here */

.subNavigation
{
	height:27px;
	color:#fff;
	padding:3px 0px 0px 25px;
	width:860px;
	text-align:left;
	display:block;
}

.subNavigation a{
	color:#fff;
	text-decoration:none;
	padding:0px 7px 0px 7px;
}
.subNavigation a:hover{
	text-decoration:underline;
}

#dolphin_inner{color: white; padding: 0px; font-size: 12px; background-color:#00203b; display:block}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{color: white}
#dolphin_inner a:hover{color: yellow; text-decoration:none	}

.innercontent{display: none;}

#bodyArea
{
	padding:15px 0px 10px 0px;
}

h1
{
	color:#155e01;
	font-size:23px;
	font-weight:bold;
	line-height:28px;
	margin:0px;
	padding:0px;
}
h2
{
	font-size:16px;
	font-weight:bold;
}
a{
	color:#155e01;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#footer
{
	background-image:url(../images/footer_background.png);
	background-repeat:repeat-x;
	height:56px;
	padding:12px 0px 0px 0px;
}
#footer a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:0px 7px 0px 7px;
}
#footer a:hover
{
	text-decoration:underline;
}
