HTML, BODY {
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY {

	background-color: #fff;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
	background-position: top center;
	align: center;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #213e93;
	line-height: 1.6em;
	font-size: 0.7em;
	/*
	line-height: 20px;
	font-size: 11px;
	*/
	height: 100%;
}

TD {
	
	line-height: 1.6em;
	font-size: 1em;
	/*
	line-height: 20px;
	font-size: 11px;
	*/
}

H1 {
	
	margin-top: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d8e9;
	line-height: 3.3em;
	font-size: 1em;
	/*
	line-height: 36px;
	font-size: 11px;
	*/
	font-weight: bold;
	text-transform: uppercase;
}

H2 {
	
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.8em;
	font-size: 1em;
	/*
	line-height: 20px;
	font-size: 11px;
	*/
	font-weight: bold;
	text-transform: uppercase;
}

H3 {
	
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.8em;
	font-size: 1em;
	/*
	line-height: 20px;
	font-size: 11px;
	*/
	font-weight: bold;
}

A, A:Visited {
	
	color: #d9316e;
	text-decoration: none;
}

A:Hover {
	
	color: #213e93;
	text-decoration: underline;
}

#main {
	
	display: table;
	background-color: #fff;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 818px;
	height: 100%;
}

#top {

	background-color: #fff;
	background-image: url(../images/top_w_logo.gif);
	background-repeat: no-repeat;
	width: 818px;
	height: 284px;
}

#section_img_wrapper {
	
	background-color: #d1d5e7;
	position: relative;
	float: right;
	top: 179px;
	width: 567px;
	height: 105px;
}

#section_img_1 {
	
	width: 100%;
	height: 100%;
}

#content {
	
	float: right;
	display: inline;
	margin-right: 47px;
	width: 520px;
	text-align: left;
}

#menu {

	float: right;
	display: inline;
	text-align: left;
	margin-top: 17px;
	margin-right: 47px;
	width: 180px;
	line-height: 14px;
}

#menu ul {

	list-style-type: none;
	padding: 0px;
  margin: 0px;
	color: #213e93;
	text-transform: uppercase;
}

#menu ul li {

	margin: 0px;
	padding: 9px 5px 11px 0px;
	border-bottom: 1px solid #f8d8e4;
}

#menu ul li.selected {
	
	padding-left: 12px;
	background-image: url(../images/arrow.gif);
	background-position: 0px 13px;
	background-repeat: no-repeat;
}

#menu ul ul li {

	margin: 0;
	padding: 12px 0px 1px 0px;
	border-bottom: none;
}

#menu ul ul li.selected {
	
	padding-left: 12px;
	background-image: url(../images/arrow.gif);
	background-position: 0px 16px;
	background-repeat: no-repeat;
}

#menu a, #menu a:visited {
	
	color: #d9316e;
	font-weight: bold;
	text-decoration: none;
}

#menu span.selected {

	color: #213e93;
}

#menu a:hover {

	color: #213e93;
	text-decoration: none;
}

#bottom_spacer {

	clear: right;
	width: 600px;
	height: 180px;
}

.donatiebutton
{
	border-width: 0px;
}