@charset "UTF-8";
body  {
	font: 80% "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* voor IE */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColLiqLtHdr #container { 
	width: 100%;
	max-width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left;
} 
.twoColLiqLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
div.figure {
padding: 0px; 
border: 0px;
}
div.figure img {
	width:100%;
	height:inherit;
}
div.figuresplash img {
	width:100%;
	height:inherit;
}
a {
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	font-family:"Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
} 
a:visited { font-weight: normal; color:#000000; text-decoration: none;}
a:hover { font-style:normal; font-weight: normal; color:#FF0000; text-decoration: underline;}
a:active { color:#FF6600; text-decoration: none; font-weight: bold;
}
a.line {
	color:#0066FF;
	font-weight: normal;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	} 
a.line:visited { font-weight: normal; color:#0066FF; text-decoration: none;}
a.line:hover { font-style:normal; font-weight: normal; color:#FF0000; text-decoration: underline;}
a.line:active { color:#FF6600; text-decoration: none; font-weight: normal;
}
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 15%;
	background: #FFFFFF;
	padding: 6px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-top: 0;
	margin-right: 6%;
	margin-bottom: 0;
	margin-left: 26%;
} 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.style2 {
	font-size: 100%;
	color: #CC0000;
}
.twoColLiqLtHdr #container #sidebar1 img {
	left: 0px;
	bottom: 0px;
	width:100%;
	height:inherit;
}
.twoColLiqLtHdr #container #sidebar1 .twoColHybLtHdr img {
	height: 48px;
	width: 48px;
}
.twoColLiqLtHdr #container #sidebar1 .twoColHybLtHdr .style2 a {
	line-height: 50%;
}
.table {
	font: 100% "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
}