html{
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: Arial;
	font-size: 11pt;
	background-color: #BBBBBB; /* A2A2A2 is photo editor color, BBBBBB is more light */}

/* Header */

#WhitePane{
	background-color: #000000;
	position: absolute;
	left: 50%;
	top: 8px;
	width: 780px;
	height: 145px;
	margin-left: -394px;}

#Header{
	background-image: url("/images/header_logo2.png");
	background-color: white;
	background-repeat: no-repeat;
	/*position: absolute;*/
	width: 780px;
	height: 120px;
	/*left: 50%;
	top: 12px;
	margin-left: -394px;*/}

#Header p.Navigation{
	position: absolute;
	left: 660px;
	top: 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	cursor: default;}

#Header p.Navigation a{
	color: #FFFFFF;
	text-decoration: none;}

#Header p.Navigation a:hover{
	text-decoration: underline;}

#Header p.Login{
	position: absolute;
	text-align: right;
	left: 635px;
	top: 40px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	cursor: default;}

#Header p.Login a{
	color: #FFFFFF;
	text-decoration: none;}

#Header p.Login a:hover{
	text-decoration: underline;}

#Header img.Logo{
	float: right;
	margin-right: 8px;
	margin-top: 0px;}

/* Menu */

#Menu{
	background-color: #567AA9;
	position: absolute;
	width: 780px;
	height: 20px;
	top: 95px;
	left: 50%;
	margin-left: -390px;
	border-bottom: 4px solid #003C79;}

#Menu a{
	display: block;
	width: 95px;
	height: 16px;
	padding-top: 4px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;}

#Menu a:hover, #Menu li.Select a{
	background-color: #9DAFCE;}

#Menu ul{
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	list-style-type: none;}

#Menu ul li{
	float: left;}

/* Menu: Sub Menu */

#Menu ul li p{
	cursor: default;
	display: none;
	position: absolute;
	margin-top: 0px;
	padding: 5px;
	padding-top: 4px;
	font-size: 10px;
	white-space: nowrap;

	/* IE6 CSS Hack:
			onmouseover werkt niet boven transparante achtergrond,
			dus via een omweggetje hetzelfde effect met een witte achtergrond  */
	background-color: #FFFFFF;
	border-top: 4px solid #003C79;
	/* end */
	
	}

#Menu ul li p.Organisation{
	margin-left: -75px;}

#Menu ul li p a{
	display: inline;
	width: auto;
	color: #000000;
	font-weight: normal;
	padding: 0px;}

#Menu ul li.Select p a{
	background-color: transparent;}

#Menu ul li p a:hover{
	text-decoration: underline;
	color: #567AA9;
	background-color: transparent;}

/* Content */

#Content{
	/*position: absolute;*/
	width: 780px;
	/*top: 142px;
	left: 50%;
	margin-left: -394px;*/
	margin-top: 5px;
	background-color: #FFFFFF;
	
	background-image: url("/images/faux-columns2.png");
	background-repeat: repeat-y;}

#Content .Text{
	/*margin-left: 170px;*/
	/*position: relative;
	left: 8px;
	top: 0px;
	width: 610px;*/
	float: left;
	margin-left: 10px;
	width: 410px;
	}

#Content .Text img {
	float: none;
} 

#Content .Text img.Left {
	float: left;
} 

#Content .Text img.Right {
	float: right;
} 

#Content .Text p{
	margin-top: 0px;
	margin-bottom: 12px;}

#Content .Text label{
	font-weight: bold;}

#Content .Text label.Choice{
	font-weight: normal;}

#Content .Text h1{
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #FEBA01;}

#Content .Text h2{
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	color: #FEBA01;}

#Content .Text h3{
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 12px;}

#Content .Text input, #Content .Text select, #Content .Text textarea {
	font-family: Corbel, Arial;
	font-size: 11pt;
}

#Content .Text tr{
	vertical-align: top;}

#Content .Text a{
	color: #FEBA01;
	text-decoration: underline;}

#Content .Text a:hover{
	color: #8B4716;
	text-decoration: underline;}

/* Content: QuickLinks */

#Content .QuickLinks{
	float: left;
	width: 158px;
	height: 435px;
	/*background-color: #567AA9;*/
	background-image: url('/images/gradient.png');
	background-color: #8B4716;
	border-top: 1px solid #003C79;}

#Content .QuickLinks .Light{
	font-weight: normal;}

#Content .QuickLinks ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #FFFFFF solid;}

#Content .QuickLinks ul ul{
	margin-left: 30px;
	border-bottom: none;}

#Content .QuickLinks ul a{
	display: block;
	width: 143px;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 4px;
	padding-left: 10px;
	padding-right: 5px;}

#Content .QuickLinks ul a.Home{
	border-top: none;}

#Content .QuickLinks ul a:hover{
	/*background-color: #9DAFCE;*/
	background-color: #8B4716;}

#Content .QuickLinks ul ul li{
	list-style-image: url("/images/quicklinks_bullet.png");
	padding: 2px;
	padding-right: 5px;}

#Content .QuickLinks ul ul a{
	display: inline;
	border-top: none;
	font-weight: normal;
	font-size: 10pt;
	width: auto;
	padding: 0px;}

#Content .QuickLinks ul ul a:hover{
	background-color: transparent;
	text-decoration: underline;}




#Content .Banners
{
	border-top: 1px solid #003C79;
	float: right;
	width: 148px;
	min-height: 384px;
	color: #FFFFFF;
	padding: 5px;
	/*border-left: 4px solid #003C79;*/
	text-align: center;
	height: 425px;
	background-image: url('/images/gradient.png');
	background-color: #8B4716;
}




/* Content: Copyright */

#Content .Copyright{
	clear: both;	/*This line ensures the footer will always stay beneath the floating columns*/
	background-color: #FFFFFF;
	padding-bottom: 4px;
	border-top: 1px solid #003C79;
	padding-left: 162px;
	text-align: center;
	width: 618px;
	color: #666666;
	font-size: 12px;}

#Content .Copyright a{
	color: #666666;
	text-decoration: none;}

#Content .Copyright a:hover{
	color: #000000;
	text-decoration: underline;}

