html, body{ 
	margin:0; 
	padding:0;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #0065a8;
	background-color: #fbe6bd;
}

a {
/* 	text-decoration: none;
 */	color: #0065a8;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

a.menu-item {
 	color: #0065a8;
	font-size: 125%;
	text-decoration: none;
}
	
a.menu-item:link, li.menu-item:active, li.menu-item:visited {
	color: #0065a8;
	text-decoration: none;
}
	
a.menu-item:hover {
	color: #0065a8;
	text-decoration: underline;
}
	
a.menu-item-selected {
	color: #0065a8;
	font-weight:bold;
	font-size: 125%;
	text-decoration: underline;
}
	
a.sub-menu-item {
 	color: #0065a8;
	font-size: 110%;
	text-decoration: none;
}
	
a.sub-menu-item:link, li.menu-item:active, li.menu-item:visited {
	color: #0065a8;
	text-decoration: none;
}
	
a.sub-menu-item:hover {
	color: #0065a8;
	text-decoration: underline;
}
	
a.sub-menu-item-selected {
	color: #0065a8;
	font-weight:bold;
	font-size: 110%;
	text-decoration: underline;
}
	
	
img {
/*	border: 0px;*/
	border: 1px solid #0065a8;
	margin: 0px 10px 10px 10px;
}

a > img {
	border: 0px;
	margin: 0px;
}

.hidden-note {
   display: none;
}

/* ============= used bij overlabel.js ============================ */
	
div#username,
div#password {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field {
	width:10em;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	font-size: 100%;
	z-index:1;
	color:#999;
}
/* make submitbutton look like a link!! */
input.submitlink
{
    display: inline;
    border: none;
}
.submitlink
{
    color: #000000;
	background-color: transparent;
    text-decoration: underline;
	text-align: left;
	font-size: 100%;
}

/* ================== end overlabel ========================== */

/*----for bottom oriented background image: ------*/
#canvas {
	border: 0px solid blue;
	max-width: 900px;
	width: expression(this.clientWidth > 900 ? 900: true);
	margin-left: auto;
	margin-right: auto;
/* 	background-image: url(../images/bkg.gif);
	background-repeat: no-repeat;
	background-position: left 90%;
 */	height: 100%;
}
/*-------------------------------------------------*/

#banner {
	background-color: #fbe6bd;
	padding-top: 10px;
	height:104px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:103px;
}
html>body #banner {
	height:103px;
}

#sub_header_aligned_with_rightcol{
/* to align image in header with main conten block */
	padding-left: 205px;
	text-align: left;
	}

#main {
	border:0px solid #000;
	padding-left: 220px;
	background:#fbe6bd;
	}
	
#static_left_menu {
	border:0px solid #000; 
	padding-top: 10px;
	float:left;
	width:200px; 
	height: 100%;
	background:#fbe6bd;
	}

#messages {
	border:0px solid #000;
	padding-left: 220px;
	}
	
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 7% 10px;
	height: 185px;
}
#login-logout {
	width: 200px;
	padding-top: 20px;
	z-index: 5;
	text-align: left;
}
#top-right {
	right: 10%;
	top: 0px;
	padding-top: 20px;
	position: absolute;
	text-align: right;
	line-height: 28px;
	font-style: italic;
	font-size: 200%;
}

/* ============ navigation menu ========================= */

#nav-vertical {
	background-color: #fbe6bd;
 	color: #0065a8;
	width: 8em
}

#nav-vertical ul {
	background-color: #fbe6bd;
 	color: #0065a8;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none
}

#nav-vertical li {
	background-color: #fbe6bd;
 	color: #0065a8;
	margin: 0;
	padding: 0.25em 0.5em 0.25em 1em;
	width: 100%;
	display: block
}

html>body #nav-vertical li {
	width: auto;
}

#nav-vertical li:first-child {
	border: none
}

/* ======================= end navigation menu ============================== */

/* #menu-bar {
	height: 40px;
	padding-top: 10px;
	border: none;
	font-style: italic;
	font-size: 200%;
}
.centered-table {
	margin-left: auto;
	margin-right: auto;
	width: 80%; 
	text-align: center; 
	border-collapse: collapse;
}
 */
 
/* #content {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 80%;
	max-width: 700px;
	padding-top: 10px;
	font-size: 140%;
}
 */
#footer {
	clear: both;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 76%;
	color: #bbb;
}
.footer_text{
	color: #bbb;
}
a.footer_text:link, a.footer_text:active, a.footer_text:visited, a.footer_text:hover {
	color: #bbb;
}
	
.contact-form-label {
	text-align: left;
}

.contact-form-field {
	border: 1px solid #7F9DB9; 
	background: #ffecc4;
/* 	background: #fbe6bd transparent;
 */}
 
.contact-form-message {
	text-align: left; 
/* 	font-size: 85%; 
 */	padding: 5px 0px 5px 0px; 
	color: #f00
}

/* for three-column float */
/* #leftcontent {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
	
#centercontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	border:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}
 *//* end three column float */

