html {
	font-size: 95%;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
body {
	margin: 0;
}
h1, h2, h3, h4  {
	font-style : normal;
	font-weight : bold;
	color : #006699;
	margin-bottom:5px;
}
h1  { 
	font-size : 125%;
}
h2  {
	font-size : 120%;
}
h3 {
	font-size : 110%;
}
h4 {
	color : Black;
	font-size : medium;
	font-weight : lighter;
}
p {
	margin-top:5px;
	margin-bottom:8px;
}
hr {
	height : 1px;
	color : #BAC8E3;
	width:100%;
}
a {
	text-decoration: None;
	color: #006699;
	font-weight: normal;
}
a:link {
	color : #003399;
	font-weight: normal;
}
a:visited {
	color: #003399;
	font-weight: normal;
}
a:hover {
	color: #003399;
	text-decoration: underline;
	xbackground-color: #E1E1E1;
}
a.img:hover {
	background-color: transparent;
}
.header {
	height: 60px;
	position: relative;
}
.left {
	width: 93px;
}
.header-topleft {
	height: 30px;
	background-color: #3399cc;
}
.header-bottomleft {
	height: 30px;
	background-color: #003399;
}
.logo {
	position: absolute;
	top: 0;
	left: 93px;
	background-color: #000000;
	height: 60px;
	overflow: hidden;
}
.title {
	position: absolute;
	top: 0;
	left: 180px;
	right: 0;
}
.header-topRight {
	height: 16px;
	_height: 30px;
	right: 0;
	text-align: right;
	padding: 7px 10px;
	font-size:80%;
	color: #006699;
	background-color: #ffffff;
}
.header-bottomRight {
	height: 26px;
	_height: 30px; /* for ie */
	right: 0;
	background-color: #003399;
	padding: 2px 5px;
	_padding: 4px 5px; /* for ie */
	background-repeat:no-repeat;    
	font-weight: bold;
	font-family: sans-serif;
	font-size: 120%;
	text-decoration: none;
	color: White;
	/*    background-image: url(banner.gif); */
}

/* Stijn (with assistance from Michael) */

.mainarea {
	position: relative;
	width: 100%;
}
.leftcol {
	width: 180px;
}
.leftcol-top {
	background-color: white;
	padding: 10px;
}
.leftcol-bot {
	padding: 15px 0px 0px 0px;
	background-color: white;
}
.content {
	position: absolute;
	top: 0;
	left: 180px;
	right: 0;
	background-color: #f1f1f1;
	padding: 10px 5px 0 5px;
}
.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 85%;
	color: #006699;
	font-weight: normal;
	width: 100%;

}
.footer {
	position: absolute;
	bottom: -37px;
	height: 32px;
	background-color: #f6f6f6;
	color: #999999;
}

.footer a:link {
	color: #999999;
}

.footer a:hover {
	color: #003399;
}

.validation {
	position: absolute;
	bottom: -65px;
	height: 15px;
	width: 80px;
	right: 2px; 
	padding: 2px;
	background: url(button-xhtml.png) no-repeat;
}
.validation a img {
	border: 0;
}

/* Leigh (with assistance from Richard, and simplified by Michael) */

#nav-links {
	white-space: nowrap;
}

/* The main unordered list */
#nav-links ul {
	margin: 0px;
	list-style: none;
	padding: 0;
}

/* The main list items */
#nav-links ul li {
	background-color: #003399;
	color:            #ffffff;
	border-bottom: 1px solid #758faf;
	margin: 0;
	padding: 3px 5px;
}

#nav-links ul ul {
	padding: 5px 0 0 5px;
	margin: 0;
}

#nav-links ul ul li {
	border: 0;
}

/* The style of the anchors used with main list items */
#nav-links ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin: -3px -5px; 
	padding: 3px 5px; /* see ul li padding */
	_margin: 0; 
	_padding: 0; /* for ie */
}

#nav-links ul li a:hover {
	background-color: #002266;
}

div#nav-links ul li.current {
	background-color: #3399cc;
}
