text/css

html 
{
    height:100%;
}
body 
{    
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color:#D6D6D6; 
    text-align:center;
    height:100%;
    font:12px/1.5em Arial, Helvetica, sans-serif
}
ul
{
    /*list-style-type:none;*/
}
li {padding-bottom:10px;}
img 
{
    border:none
}
h1 
{
    font-size:20px;
    font-weight:normal;
    color:#1b6ab1;
    color:#1B6AB1; 
    padding-bottom: 10px;
    border-bottom:solid 1px #f0ca00;
    margin-bottom:20px
}
h2 
{
    font-size:16px;
    font-weight:normal;
    color:#1b6ab1;
    padding-bottom: 8px;
    border-bottom:solid 1px #1b6ab1;
    margin-bottom:15px;
    padding-top:10px;
}
h3
{
    font-size:16px;
    font-weight:normal;
    color:#1b6ab1;
    padding-bottom: 8px;
    margin-bottom:15px
}
h4 
{
    font-size:14px;
    font-weight:normal;
    color:#1b6ab1;
}
h5 
{
    font-size:14px;
    font-weight:normal;
    color:#1b6ab1;
    margin:0px;
    padding:0px;
}
A {
    color:#00b0f0;	TEXT-DECORATION: none
}
A:link {
	color:#00b0f0;	TEXT-DECORATION: none
}
A:active {
	color:#00b0f0;	TEXT-DECORATION: none
}
A:visited {
	color:#00b0f0;	TEXT-DECORATION: none
}
A:hover {
	color:#f0ca00;	TEXT-DECORATION: none
}
#envelope 
{
    width:920px;
    background-color:#fff;
    text-align:left;
    height:100%;
    margin: 0px auto !important;
}
.padding 
{
    padding-left:10px;
    padding-right:10px;
}
#top 
{
    background: #b6b6b6;
    width:100%;
    height:168px;
    margin:0px;
    padding:0px;
    padding-top:6px;
}
#banner
{
    width:100%;
    background: #fff url(../img/header/deventer_1.jpg) no-repeat;
    height:168px;
    margin:0px;
    padding:0px; 
}
#logo_wrapper
{
    position:relative;
    left:79px;
    top:0px;
    height:0px;display:block
}
#logo 
{
    position:absolute;
    background: url(../img/logo_bg.png) repeat-x;
    left:0px;
    top:0px;
    width: auto;
    height:60px
}
#logo span
{
    line-height:38pt;
    float:left;
    color: #278F38;
    font-family:Franklin Gothic Heavy; 
    font-size:15pt;
    text-transform: uppercase
}
.menu 
{
    width:900px;
    border-top: solid 1px #000;
    margin-bottom: 10px;
}
.menu .tableContainer 
{
    width:900px;
    height:33px;
    background-color:#000;
    color:#fff;
    margin:0px;
    padding:0px;
    overflow:hidden;
}
.menu TABLE {
	TEXT-ALIGN: center; 
	BORDER-RIGHT-WIDTH: 0px; 
	WIDTH: 100%; 
	BORDER-COLLAPSE: collapse; 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	FONT-SIZE: 1em; 
	BORDER-LEFT-WIDTH: 0px
}
.menu TD {
	PADDING-BOTTOM: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	WHITE-SPACE: nowrap; 
	BACKGROUND: url(../img/header/menu_bg_hover.gif) #000 repeat-x 0px 0px; 
	PADDING-TOP: 0px
}
.menu TD A .separator {
	WIDTH: 100%; 
	BACKGROUND: url(../img/header/menu_bg_divider.gif) no-repeat right center; 
	HEIGHT: 33px; CURSOR: pointer; PADDING-TOP: 0px
}
.menu TD A .padding {
	PADDING-BOTTOM: 0px; 
	LINE-HEIGHT: 2.6em; 
	PADDING-LEFT: 1.2em; 
	PADDING-RIGHT: 1.2em; 
	CURSOR: pointer; 
	PADDING-TOP: 0px
}
.menu TD A {
	TEXT-ALIGN: center; 
	DISPLAY: block; 
	HEIGHT: 44px; 
	FONT-WEIGHT: bold;
	color: #fff;
}
.menu TD A:hover {
	BACKGROUND: url(../img/header/menu_bg.gif) #000 repeat-x 0px 0px;
	color:#f0ca00; 
}
.menu TD A.active {
	BACKGROUND: url(../img/header/menu_bg.gif) #000 repeat-x 0px 0px; 
	color:#f0ca00;
}
.menu TD.logOn {
	BACKGROUND: url(../img/header/menu_bg_logon.gif) #305d7d repeat-x;
}
.menu TD.logOn A:hover {
	BACKGROUND: url(../img/header/menu_bg_hover_logon.gif) #305d7d repeat-x;
	color:#fff;
}
.menu TD.logOn A.active {
	BACKGROUND: url(../img/header/menu_bg_hover_logon.gif) #305d7d repeat-x;
	color:#fff;
}
#menu_footer 
{
    width:100%;
    height:6px;
    background-color:#fff;
    text-align:right;
    margin:0px;
    padding:0px;
}

#crumbs {
    border:1px solid #efefef;
    height:2.3em;
    list-style:none;
    margin: 0px;
    padding:0px;
}
#crumbs li {
    float:left;
    line-height:2.3em;
    padding-left:.75em;
    color:#777;
}
#crumbs li a {
    display:block;
    padding:0 15px 0 0;
    background:url(../img/crumbs.gif) no-repeat right center;
}
#crumbs li a:link, #crumbs li a:visited {
    text-decoration:none;
    color:#777;
}
#crumbs li a:hover, #crumbs li a:focus {
    color:#00b0f0;
}

#content_wrapper 
{
    min-height: 450px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    width:100% auto;
}
#content 
{
    float: right;
    width:600px;
    color:#2f2f2f;
    margin-right:40px;
    margin-bottom:20px;
}
#content H3
{
    padding-bottom:8px;
}
#content_right 
{
    float: left;
    width:200px;
    text-align:left;
}
#content_right DIV
{
    margin-bottom:50px;
}
#contactinfo 
{
    color:#444;
}
#submenu ul
{
    list-style:none;
    padding:0px;
    margin:0px;
    border:none;
}
#submenu li 
{
    margin:0px;
    padding:0px;
}
#submenu li a 
{
    display:block;
    border-bottom:#cceffc 1px solid;
    padding: 5px 0px 2px 4px;
    width: 100% auto;
}
#submenu li a.active 
{
    font-weight:bold;
    color:#1b6ab1;
}
#footer 
{
    position:relative;
    bottom:10px;
}
#footer_links 
{
    text-align:right;
    width:100% auto;
}
#footer_copy 
{    
    background-color:#000;
    color:#dedede;
    width:100% auto;
    padding:10px;
    height:20px;
    text-align:center;
    font-size:10px;
}
#statement
{
    width: 100%;
}
#statement tr
{
    height:70px
}
#statement td
{
    padding: 5px;
}
#statement tr.header
{
    background-color:#7f9db9; 
    color:#fff; 
    font-weight:bold;
    height: auto
}
#statement tr.odd
{
    background-color:#efefef;
    height:70px
}

.required,
.validation-advice { color:#D40707 !important; font-weight:bold !important; }
.validation-advice { clear:both; min-height:15px; margin:3px 0 0 9px; background:url(../img/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:16px; font-size:.95em; font-weight:bold; line-height:1.25em; }

.watermarked
{
    color:#ababab;
}