body {
	text-align: center; /* ie */ 
	font-family: "Trebuchet MS", helvetica, arial, sans-serif; 
	font-size: 12px;
	margin: 10; 
	padding: 0;
	color: #444;
}

/* Hide from IE-Mac \*/
body {
	text-align: -moz-center; /* firefox */
}
/* End hide */ 

h1 {
	font-size: 16px;
	color:#00547f;
	text-transform:uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #00547f;
	margin-top: 3px;
	margin-bottom: 2px;
	padding:1px;

}
h2 {
	font-size: 12px;
	color:#000;
	border-bottom: 1px solid #ccc;
	text-transform:uppercase;
}
h3 a {
	font-size: 11px;
	color:#040732;
	text-transform:uppercase;
	text-decoration: underline;
}

td.test {
	border-bottom: 1px solid #F26521;
}

td {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif; 
	font-size: 12px;
}

a {
	font-weight:bold;
	text-decoration: none;
	color:#00547f;
}

a:hover {
	text-decoration: underline;
	color:#59BFF7;
}

a.oranje {
	font-weight:normal;
	text-decoration: underline;
	color:#000033;
}

#page {
	width:875px;
}

#header	{
	width:875px;
	height:130px;
	clear:both;
	background-color:#4D82AE;
} 

#left {
/*	margin-top:10px; */
	text-align:left;
	float:left; 
	width:225px;
	position:relative;
}

#right {
	margin-top:10px;
	float:right;
	width:650px;
	text-align:left;
	position:relative;
	padding-left:0px;
}

#footer	{
	margin-top:10px;
	border-top: 2px solid #4D82AE;
	width:875px;
	height:30px; 
	clear:both;
} 

div.footerleft {
	padding-top:4px;
	float: left;
	width:600px;
	height:30px;
	text-align:left;
}

div.footerright {
	padding-top:4px;
	float:right;
	width:200px;
	height:30px;
	text-align:right;
}

div.butnn a {
	padding:4px;
	height:22px;
	float:right;
	font-weight:bold;
	font-size: 13px;
	font-style: italic;
	color:#fff;
}

.top {
	margin-top: 14px;
	border-bottom: 1px solid #00547f;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
  padding-left: 16px;
  font-weight: bold;
	font-size: 13px;
  color : #00547f;
}

.sub {
	border-bottom: 1px solid #ccc;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
  padding-left: 16px;
  font-weight: normal;
  background-image: url(http://www.maritimeoffshorecareerevent.com/images/dart3.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px; 
}

.sub a {
	text-decoration: underline;
  color: #00547f;
	font-size: 14px;
	font-weight:normal;
}

.sub a:hover {
  color: #3399CC;
}

.wit {
  color: #fff;
	text-decoration: underline;
}
.end {
/*
  padding-left: 16px;
	border-bottom: 1px solid #4D82AE;
*/
}

a.crum {
	font-size: 11px;
  color: #000033;
	text-decoration: underline;
}

fieldset {
	padding:10px;
	border:1px solid #ccc;
}

legend {
	font-size: 13px;
	font-weight:bold;
	color:#00547f;
}

input {
	font-size: 11px;
}

small {
	font-size: 11px;
	font-style: italic;
}

.line {
	border-bottom: 1px solid #ccc;

}