/*----------------------------------------------------------------------------*
 *
 ***** style.css -- Internet style sheet
 *
 * Purpose:
 * --------
 *
 * Define extras for the looks of the Internet site
 *
 *top right bottom left
 *margin=outer
 *padding=inner
 *============================================================================*/

body {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
		color: #003366; background-color: #FFFFFF; }

p {	margin: 10px 20px 10px 20px; /*text-align: justify;*/ }
p.hbox {	margin: 0px 10px 0px 10px;}

a:link		{ color: #003333; text-decoration: none; font-weight: bolder; }
a:visited	{ color: #003333; text-decoration: none; font-weight: bolder; }
a:hover		{ color: #6FC5E2; text-decoration: none; font-weight: bolder; }
a:active	{ color: #6FC5E2; text-decoration: none; font-weight: bolder; }

h1 { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 145%;
		font-weight: bold; color: #993333;
		margin: 10px 20px 2px 30px; background-color: transparent; }
h2 {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%;
		font-weight: bold; color: #993333;
		margin: 15px 20px 0px 30px; background-color: transparent; }
h3 {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
		font-weight: bold; color: #993333;
		margin: 5px 20px 0px 30px; background-color: transparent; }
h4 {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
		font-weight: bold; color: #003366;
		margin: 5px 20px 0px 30px; background-color: transparent; }

div.outerbox {	width: 900px; text-align: left; color: #003366; 
				background-color: #FFFFFF; margin: 30px auto 20px auto; 
				padding: 0px; border: 4px solid #6699CC; }

div.hbox_2004 {	width: 880px; height: 110px; text-align: right; color: #003366; 
				font-weight: bold; font-size: 130%; line-height:150%; 
				background: url(../files/zeeland_banner.jpg) #FFFFFF no-repeat center;
				margin: 10px auto 0px auto; padding: 0px; border: 2px solid #6699CC; }
div.hbox_2011 {	width: 880px; height: 110px; text-align: left; color: #FFFFFF; 
				font-weight: bold; font-size: 130%; line-height:150%; 
				background: url(../files/zeeland_banner.jpg) #FFFFFF no-repeat center;
				margin: 10px auto 0px auto; padding: 0px; border: 2px solid #6699CC; }

div.menubox {	width: 880px; height: 40px;
				background: url(files/logoimau.jpg) #FFFFFF no-repeat;
				margin: 0px auto 0px auto; padding: 0px;
				border-left: 1px dashed #6699CC; border-right: 1px dashed #6699CC;
				border-top: 1px solid #FFFFFF; /*border-bottom: 1px dashed #6699CC;*/ }

div.innerbox {	width: 880px; text-align: left; color: #003366; 
				background-color: #FFFFFF; margin: 0px auto 10px auto; 
				padding: 0px; min-height: 100px;
				border-left: 1px dashed #6699CC; border-right: 1px dashed #6699CC;
				/*border-top: 1px dashed #6699CC;*/ }

div.boxleft { 	font-size: 90%; background-color: #FFFFFF ;
				float: left; width: 637px; min-height: 200px;
				margin: 10px 0px 0px 0px; padding: 0px; }

div.boxright {	font-size: 80%; background-color: #FFFFFF ; color: #993333;
				float: right; width: 240px;  min-height: 200px;
				padding: 0px; margin: 50px 0px 0px 0px;
				border-top: 1px dashed #6699CC; border-bottom: 1px dashed #6699CC;
				border-left: 1px dashed #6699CC; }
div.boxrightdata {	font-size: 80%; background-color: #FFFFFF ; color: #993333;
				float: right; width: 200px;  min-height: 200px;
				padding: 0px; margin: 50px 0px 0px 0px;
				border-top: 1px dashed #6699CC; border-bottom: 1px dashed #6699CC;
				border-left: 1px dashed #6699CC; }
				
div.footer {	width: 880px; height: 30px; background-color: #6699CC; color: #FFFFFF;
				clear: both; margin: 5px 0px 0px 0px; font-size: 70%; }

div.headright {	width: 240px; height: 30px; background-color: #6699CC; color: #FFFFFF;
				margin: 0px; font-size: 130%; font-weight: bold; line-height: 180%; }
div.headrightdata {	width: 200px; height: 30px; background-color: #6699CC; color: #FFFFFF;
				margin: 0px; font-size: 130%; font-weight: bold; line-height: 180%; }

div.line {	border-top: 1px dashed #6699CC; margin: 10px 15px 10px 15px; }

div.arrow { margin: 5px 15px 5px 0px; text-align: right; }

div.picture {	float: none; color: #6699CC; margin: 5px 20px 5px 20px; }
