body {
background: #446ba5 url(img/page-bg.gif);
margin-top:50px;
margin-bottom:30px;
text-align:center; 
}

body,table,td {
font-size: 9pt;
font-family: Verdana, Tahoma, Arial, sans-serif;
color:#161a1f;
line-height:130%;
}

h1,h2,h3,h4,h5  { font-weight:normal; color: #2d55a6; }
a:link    { color: #4e7bbe; text-decoration: underline; }
a:visited { text-decoration: underline; color: #4a5c80; }
a:hover   { text-decoration: none; color: #8db2de; }

#main {
text-align: left;
width:605px;
padding:0;
margin:0px auto;
background:#fff url(img/bg.gif);
border:1px solid #4169a5;
}

#logo {
width:605px;
height:130px;
border:none;
margin-bottom:15px;
}

#content {
padding:0 25px;
}

#content h1 { margin-top:0; padding-top:0; }

#menu {
text-align:left;
width:590px;
}

#menu ul { list-style:none; margin:0px; padding:0px; height:24px !important; float:right;}
#menu ul li { float:left; margin:0px 0px }

#menu a { line-height:18px; height:18px !important;; }

#legal { color:#8db2de; margin:0px auto; padding-top:5px; font-size:80%; }

#dolphincontainer{
	float:left;
	padding-left:11px;
	color:#E0E0E0;
	width:583px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(img/menu_bg.gif) repeat-x bottom;
	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 20px;
	height:33px;
	}

#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
	}

#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(img/menu_bg-OVER.gif) repeat-x bottom 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(img/menu_left-ON.gif) no-repeat top left;
	line-height:275%;
	}

#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(img/menu_right-ON.gif) no-repeat top right;
	height:33px;
	}

.button, input.button:focus {
  border-style: solid;
  border-width:1px;
  border-top-color: #4E7BBE;
  border-left-color: #4E7BBE;
  border-bottom-color: #153E56;
  border-right-color: #4E7BBE;
  background: #153E56 url(img/bg_button.gif) repeat-x;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  height: 2.8em;
  -moz-border-radius: 0.3em;
  text-align: center; height: 30px; }
  
  form { margin:0; padding:0; }

input,select,textarea { font-family: Arial,Verdana,Tahoma,sans-serif; background:#fff; font-size:10pt; line-height:155%; padding:2px; }
.inputform .frow { position: relative; text-align: left; clear: left; min-height: 30px; margin-top:2pt; }
.inputform label { float: left; width: 9em; clear: left; text-align:right; margin-right:1em; }

.inputform input,
.inputform select { float: left; margin: 0 0.5em 0 0; }
.inputform select { width: 16.5em; border: 1px solid #c0c0c0; -moz-border-radius-bottomleft: 0.3em; -moz-border-radius-topleft: 0.3em; }
.inputform textarea { height: 7em; width:24em; border: 1px solid #c0c0c0; -moz-border-radius: 0.3em; }
.inputform .frow .note { float:left; clear:both; }
.inputform input.narrow { border: 1px solid #c0c0c0; width:16em; -moz-border-radius: 0.3em; }

.inputform input:focus,
.inputform textarea:focus,
.inputform select:focus { border:1px solid #3184c6; background:#e7f2fb; }
