body {
	padding: 0;
	margin: 0;
	color: #006;
	background-color: white;
	font-size: 100%;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #006;
}

a:hover, a:active {
	color: #630;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Head */
#head {
	border-bottom: 1px solid #006;
	background: #b1cae6 url(../images/head-bg.gif) repeat-x;
	vertical-align: top;
	height: 132px;
	min-width: 740px;
	white-space: nowrap;
}

#head-image, #head-title {
	float: left;
}

#fugro {
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}

#skip {
	display: none;
}

/* Menu */
#menu {
	border-bottom: 1px solid #006;
	background: #9aacdb url(../images/menu-bg.gif) repeat-x;
	font-size: 0.75em;
	min-width: 82em;
	height: 1.8em;
}

/* Content Section */
#content {
	padding: 30px 30px 35px 35px;
}

#content h1 {
	margin-top: 0;
	font-size: 1.2em;
}

#content h2 {
	font-size: 1em;
}

#content h3 {
	font-size: 0.9em;
	line-height: 1.6;
}

#content h4 {
	font-size: 0.85em;
	line-height: 1.6;
}

#content p, #content li {
	font-size: 0.85em;
	line-height: 1.6;
}

#content blockquote {
	font-size: 0.85em;
	line-height: 1.6;
	font-style: italic;
}

#content blockquote p {
	font-size: 0.9em;
	line-height: 1.6;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
}

/* 2 Column Content Section */

#wrapper { 
	margin: 0;
	position: relative;
}

#wrapper #content {
	margin: 0 188px 0 0;
}

#sidebar {
	border-left: 1px solid #006;
	background-color: #e1edfd;
	padding: 35px 15px 35px 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

#sidebar img {
	display: block;
}

#sidebar p {
	margin-top: 0.25em;
	font-size: 0.7em;
	line-height: 1.2;
}

/* Footer */
#footer {
	border-top: 1px solid #006;
	background: #9aacdb url(../images/menu-bg.gif) repeat-x;
	font-size: 0.65em;
	padding: 0.55em 35px 0.65em 35px;
	clear: both;
}

/* classes */
.floatr {
	float: right;
	margin: 5px 0 5px 1em;
}
.floatl {
	float: left;
	margin: 5px 1em 5px 0;
}

.caption {
	font-size: 0.7em;
	font-style: italic;
}

.floatr .caption {
	text-align: right;
}

.floatl .caption {
	text-align: left;
}

.clearall {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.authors {
	padding-bottom: 1em;
}

.border {
	border: 1px solid #006;
}

.newsitems td {
	vertical-align: top;
}

#content .newsitems h3 {
	margin-bottom: 0.5em;
}

#content .newsitems blockquote {
	margin: 0 0 1em 0;
}

#content .newsitems blockquote p {
	margin: 0;
	font-size: 1em;
}

#content .newsitems p {
	margin: 0 0 1em 0;
}

.newsdate {
	padding-right: 1.5em;
	width: 115px;
}

.nowrap {
	white-space: nowrap;
}

img.language {
	float: right;
	margin: 2px 2px 0 0;
}

/* Data tables */
.data {
	background-color: #e1edfd;
	border-collapse: collapse;
	margin: 1em 0;
}

.data th, .data td {
	border: 1px solid #006;
	padding: 0.1em 0.3em 0.2em 0.3em;
	font-size: 0.85em;
	text-align: left;
	vertical-align: top;
}

.data th {
	background-color: #b1cae6
}

/* Dreamweaver styles */
.style4 {
	color: #6600CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	font-style: italic;
}
.style11 {
	font-size: larger;
}
.style12 {
	color: #6600CC;
}
