html, body
{
	background-color:Black;
	margin:0px;
	height:100%;
	color:White;
}

body
{
	background:#000;
	background-repeat:repeat-y;
}

img
{
	display:block;
	border:0px;
}

DIV.clear
{
	clear:both;
}

DIV.Main
{
	width:737px;
	position:relative;
	margin:0 auto;
	padding-top:48px;
}

DIV.Header
{
	background:url(Header.jpg) 3px top no-repeat;
	height:83px;
	position:relative;
}

DIV.UIContentDIV
{
	float:right;
	width:721px;
	padding-top:3px;
	border-right:solid 1px white;
	background:url(ContentBG.jpg) White bottom repeat-x;
	min-height:500px;
}

DIV.UIContent
{
	padding:50px 0px 0px 0px;
}

/*-------------------*/
/*--------Menu-------*/
/*-------------------*/

UL.UIMenu
{
	margin:0px;
	padding:0px;
	width:360px;
	position:absolute;
	bottom:-23px;
	left:0px;
}

UL.UIMenu LI
{
	background:url(MenuBG.jpg);
	list-style-type:none;
	display:block;
	float:left;
	margin:0px 5px 3px 0px;
}

UL.UIMenu LI:hover, UL.UIMenu LI.UIMenuItemSelected
{
	background:url(MenuBGSel.jpg);
}

/*-------------------*/
/*-------Content-----*/
/*-------------------*/

DIV.LeftColumn
{
	float:left;
	width:219px;
}

DIV.RightColumn
{
	float:right;
	width:488px;
	height:580px;
}

SPAN.Date
{
	padding:0px 2px 3px 0px;
	font-size:0.9em;
}

DIV.SideBox
{
	margin-bottom:25px;
}

DIV.UIScroll
{
	overflow:scroll;
	height:540px;
	padding-right:3px;
	CURSOR: default;
	overflow-x:hidden;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR:#000000;
	SCROLLBAR-SHADOW-COLOR:#000000;
	SCROLLBAR-3DLIGHT-COLOR:#000000;
	SCROLLBAR-ARROW-COLOR:#ffffff;
	SCROLLBAR-TRACK-COLOR:#ffffff;
	SCROLLBAR-DARKSHADOW-COLOR:#ffffff;
	SCROLLBAR-BASE-COLOR:#000000;
}

/*--------------------*/
/*-------AGENDA-------*/
/*--------------------*/

.UpcomingAgendaItems 
{ 
    color:White; 
    text-decoration:none; 
}


/*--------------------*/
/*-------NEWS---------*/
/*--------------------*/

.UITitle H3
{
    font-size:1.2em;
	font-weight:bold;
	color:#cbd33c;
	background-color:#666a1e;
	border-top:solid 1px #292a0b;
}

.UITitle
{
    width:520px;
}

.UIBlockContent a
{
    color:White;
}

.UINewsItem
{
    color:White !important;
}

.UIGBLink a
{
    color:White;
}

.GBNav a
{
    color:White;
}

.ds9 a
{
    color:White !important;
}

.ds9
{
    font-size:12px;
}

.LeesMeerButton
{
    color:#666a1e;
    text-decoration:none;
}

.HyverTwitterDIV img
{
  
    display:block; 
}

.HyverTwitterDIV A img, .HyverTwitterDIV A:hover img
{
    text-decoration:none !important;
    border-bottom:none !important;
   
}

DIV.SocialProfiles
{
   position:absolute;
   right:50px;
   top:93px; 
}