body 
	{ 
		font-family: trebuchet ms, verdana, sans-serif;
		font-size: 13px;
		line-height: 1.5em; 
		color: #333; 
		background: #EEEEEE;
		margin: 0;
		padding: 0;
		width: 930px;
		margin-left: 60px;
	}

p 
	{ 
		margin-top: 0px; 
	}

h3, div.itemtitle
	{ 
		font: 140% trebuchet ms;
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}

a:link
	{ 
		text-decoration: none;
		border-bottom: none;
		color: #963;
	}
	
a:visited 
	{ 
		text-decoration: none;
		border-bottom: none;
		color: #963;
	}
	
a:hover, a:active 
	{ 
		text-decoration: none;
		border-bottom: none;
		color: #563;
	}

a.mngmnlink
	{
		color: #963;
		border-bottom: none;
	}

a.news_mngmntlink
	{
		color: #963;
		border-bottom: none;
	}

a.news_mngmntlink:hover
	{
		color: #543;
		border-bottom: none;
	}

a.calendar_mngmntlink
	{
		font: 130% trebuchet ms;
		color: #c96;
		border-bottom: none;
	}

a.calendar_mngmntlink:hover
	{
		font: 130% trebuchet ms;
		color: #963;
		border-bottom: none;
	}

h4 
	{
		font-style: italic;
		font-size: 140%; 
		font-family: "trebuchet ms";
		font-weight: bold;
		line-height: 1.5em;
		color: #444;
	}

/* ---( specific divs )----------------------------- */

#container 
	{
	
		position: relative;
		background: #ffffff;
		margin: 0 auto 10px auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		text-align: left;
 		width: 930px;
	}

div.container_editheader
	{
		background: #ffffff;
	}

#pageHeader
	{
		height: 124px;
		background: url(./images/skyline-boven.jpg) no-repeat top left;
		border-bottom: 1px solid #CDC4AC;
	}

#pageHeader h1, #pageHeader h2 span
	{ 
		margin: 0;
		padding: 0;
		display: none;
	}
	
#pageHeader h2 
	{ 
		position: absolute;
		top: 110px;
		left: 20px;
		padding: 0;
		margin: 0;
		width: 528px;
		height: 74px;
	}

/* ---( quick summary)---------------------------- */

#quickSummary
	{
		padding-left: 20px; 
	}

#preamble 
	{
		margin: 50px 340px 0px 20px;
	}
	
#supportingText
	{
		padding-left: 20px; 
		margin: 0 150px 0px 0;
		min-height: 700px;
		padding-top: 12px;
	}

#footer 
	{ 
		border-top: 1px dotted #CDC4AC;
		padding-top: 6px;
		text-align: center;
	}
	
#footer a:link, #footer a:visited 
	{ 
		margin-right: 6px;
	}

/* ---( right side nav)----------------------------- */

#linkList
	{
		position: absolute; 
		top: 124px; 
		right: 0;
		left: auto;
		width: 136px;
		padding: 0;
		border-top: 1px solid #CDC4AC;
		border-left: 1px solid #CDC4AC;
		border-bottom: 1px solid #CDC4AC;
		background: #cec;
		z-index: 1;
		display: block; 
		margin-bottom: 0px;
		padding-left: 0px;
		list-style-type: none;
		min-height: 400px;
	}
	
#linkList2
	{ 
		font-size: 100%; 
		margin: 30px 8px 8px 8px; 
	}

#linkList h3, div.moduletitle 
	{
		color: #635F57;
		font-family: trebuchet ms;
		font-size: 140%;
		margin: 0 0 0px 0;
		padding: 0px 0 12px 0;
	}	
	
#linkList a:link
	{ 
		color: #963;
		border-bottom: none;
	}
	
#linkList a:visited
	{
		color: #963;
		border-bottom: none;
	}
	
#linkList a:hover
	{
		color: #543;
	}

