/**********************************************************************************   items met een * ervoor zijn IE6 hacked.                                       *
*   Een fatsoenlijke browser leest hierover heen terwijl IE 6 ze wel accepteert.  *
*   Op deze mannier kan je dus voor IE6 specifieke dingen overrulen.              *
\*********************************************************************************/
#bannerImage img
{
    *margin-bottom: -4px;
}
img
{
    border: none;
}
html
{
    height: 100%;
}

body 
{
    margin: 0;
    height: 100%;
}

#wrapper
{
    height: 100%;
}

#banner
{
    background-image: url('../images/header-bg.gif');
    background-repeat: repeat-x;    
    height: 144px;
}

#bannerImage
{
    float: left;
}

#bannerText
{
    float: right; 
    position: absolute;
    right: 0;
    margin-right: 150px;
}

#bannerText h1, #bannerText h2
{
    font-family: Arial;
    font-weight: bold;
}

#bannerText h1
{
    color: #fff;
    font-size: 16pt;
    margin-top: 50px;
    margin-bottom: 0;
}

#bannerText h2
{
    color: #BFDAEE;
    font-size: 10pt;
    margin-top: 5px;
    margin-left: 5px;
}

#blueSpacer
{
    background-color: #2e6287;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 5px;
}

#menu
{
    background-color: #2c3942;
    color: #fff;
    *height: 38px;
}

#nav
{
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li
{
    float: left;
    padding: 11px 14px 0 14px;
    height: 27px;
}

#nav .menuSpacer
{
    padding: 0;
}

#nav li a
{
    color: #fff;
    font-size: 10pt;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
}

#centerWrapper
{
    background-color: #dee6ec;
    min-height: 345px;
overflow: hidden;
}

#leftBar
{
    width: 15%;
    float: left;
    background-color: #51606A;
}

#rightBar
{
    background-color: #fff;
    float:right;
    width: 85%;
    height: 100%;
    padding: 0;
    min-height: 345px;
    font-family: Tahoma;
    font-size: 8pt;
}

#rightBar p
{
    margin: 10px 15px;
    width: 50%;
}

#rightBar ol, #rightBar ul
{
	width: 50%;
}

#rightBar table
{
   margin: 0 15px;
}

#rightBar table p
{
	width: 90%;
}

#rightBar a
{
    color: #2e6287;
}

.redSpacer
{
    height: 10px;
    background-color: #C70404;
    border-top: 1px solid #fff;
    border-bottom: 1ps solid #fff;
}

#footer
{
    background-color: #fff;
}

#footerNav
{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 21px;
    width: 850px;
    padding-top: 5px;
}

#footerNav li
{
    float: left;
    margin: 0 10px;
}

#footerNav li a
{
    font-family: Arial;
    font-size: 8pt;
    color: #C70404;
    text-decoration: underline;
}

#subNav
{
    background-color: #51606A;
    list-style-image: url('../images/2ndmenumark.gif');
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#subNav li a
{
    color: #fff;
    font-family: Arial;
    font-size: 9pt;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.rightMargin {
margin-right: 5px;
}

.HeaderRed {
color: #c70404;
font-family: arial;
font-size: 14pt;
}

.HeaderBlue {
color: #5795d2;
font-size: 10pt;
}

