/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #FFFFFF;
    border-spacing:0px;
    /* background-image: url(akte-Pius-mensink.jpg); */	
}
.footer {
	vertical-align: center;
	text-align: center;	
}

/* link: normal links, active: links in use */
a:link {
	color: #023202;
}
a:visited {
	color: #023202;	
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #023202;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #211a16;
	border-bottom-color: #211a16;
	/*background-image: url(fieldbg.jpg);*/
}
a.snlink:hover, .snlinkact {
	background-color: #023202;	
	color: #fff;
	border-left:1px solid #e9cfa2;
	border-top:1px solid #e9cfa2;
	border-bottom:1px solid #211a16;
	border-right:1px solid #211a16;
}
.headerrow {
	/*	background: #211a16 url(top_background.gif) repeat-x; */ 
	background: #FFFFFF url(top_background.gif) repeat-x; 
	font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	vertical-align: middle;
	text-align: center;	
	/* height: 47px; */
}
.headerrowleft {
	/*	background: #211a16 url(top_background.gif) repeat-x; */ 
	background: #FFFFFF url(top_background.gif) repeat-x; 
	font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	vertical-align: top;
	text-align: left;	
	/* height: 47px; */
}
.headerrowright {
	/*	background: #211a16 url(top_background.gif) repeat-x; */ 
	background: #FFFFFF url(top_background.gif) repeat-x; 
	font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	vertical-align: top;
	text-align: right;	
}
/* header: heading text */
.header {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #023202;
}
.templatebody {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	width: 100%;
}
.searchtext {
	font-size: 12px;
	color: #023202;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 5px;
	border:1px solid #023202;	
	/* height: 47px; */
	/*line-height: 1.6; */
}
.searchimg {
	text-align: right;
	vertical-align: center;
}
.aleft {
	text-align: left;
	vertical-align: center;
}
.aright {
	text-align: right;
	vertical-align: center;
}
.home_section {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	/*background: #ffffff url(akte-Pius-mensink.jpg);*/
	vertical-align: top;
}

hr {
  	border: 0;
  	width: 100%;
	color: #023202;
	background-color: #023202;
	height: 2px;
}
.page {
	padding-left: 10px; 
	margin: 0;
	width: 100%;
	background: #ffffff url(akte-Pius-mensink.jpg);
}
.latest_news {
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #023202;
	padding-top: 10px;
	/* background-color: #fff; */
	vertical-align: top;
}

.main_section {
	width: 100%;
}

