/* CSS Document */


/* --------------------------------------------------
   Basis                                   
   -------------------------------------------------- */
*{
/*    font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
*/}
body {
	background-color: #428501;
	text-align: center;
	margin: 0px;
	padding: 0px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
	color:#3F2310; /* 336666; */
}
td {
	vertical-align: top;
    font-size: 14px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 0px;
}
p{
    margin-top: 7px;
    margin-bottom: 7px;
	padding-left:2px;
}
h4{
	padding-left:2px;
}
h3{
	margin-bottom:0px;
}

/* --------------------------------------------------
   Frame                                  
   -------------------------------------------------- */
#main{
	width: 781px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF;
}
#ghostlayer {
	z-index: 5;
	height: 3px;
	width: 500px;
	visibility: hidden;
	overflow: hidden;
}

/* --------------------------------------------------
   Header                                   
   -------------------------------------------------- */

#header{
	width: 100%;
	margin: 0px;
	background-color:#FFFFFF;
}
#nameheader{
	display:block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background-color:#70B926;
	padding:10px;
}

/* --------------------------------------------------
   TopNavigatie                                  
   -------------------------------------------------- */
#topnav{
	display:none;
}

/* --------------------------------------------------
   Content                                 
   -------------------------------------------------- */

#content{
/*	width: 779px; */
	width: 85%; 
	margin: 0px;
	padding: 0px;
	background-color:#FFFEE8;
}
#tdcontent{
	padding: 30px;
	width:100%;
	background-color:#FFFEE8;
	border-left: 2px dashed #3F2310;	
}
#tdcontent img{
	border:1px solid #000000;
}

#tbllinks a{
/*	font-weight: bold;*/
	text-decoration:underline;
	color:#3F2310; 
}
#leftsidebar{
	display:none;
}

/* --------------------------------------------------
   Bottommenu                                 
   -------------------------------------------------- */
   
#divfooter{
	display:none;
}






