body {
   background: white;
   font-size: 11pt;
   }

#heading {
display: none;
	}

#logo {
display: none;
	}

#banner {
display: none;
	}
	
#menu {
display: none;
	}

#content{
	position: relative;
	padding: 1cm; 
	left: 1cm;
	top: 0cm;
	bottom: 1cm;
	right: 1cm;
	float: none !important;
	color: black; 
	background: transparent;
	}
	

	
#contenthome{
	position: relative;
	padding: 1cm; 
	left: 1cm;
	top: 0cm;
	bottom: 1cm;
	right: 1cm;
	float: none !important;
	color: black; 
	background: transparent;
	}
	


img.right {
	float: right;
	display: block;
	}
	
img.righthome {
	float: right;
	display: block;
	}

img.left {
	float: left;
	display: block;
	}
	
p, p.righthome {
	font: 11pt/13pt Verdana, Arial, sans-serif;
	color:#000;
	display: block;
	margin:3pt 0px 12pt 0px;
	text-indent:5px;
	background-color: transparent;
	}
	
table.contact, tr.contact, td.contact {
	font: 11pt/13pt Verdana, Arial, sans-serif;
	color:#000;
	}
	
@page { size 21cm 29.7cm; margin: 2cm }

input, textarea, select {
	background-color : #69C;
	font: 11pt/13pt Verdana, Arial, sans-serif;
	color: #000;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #eee;
	border-right:solid 1px #eee;
}
	
li, ul {
	font: 11pt/14pt Verdana, Arial, sans-serif;
	color:#000;
	}
	
h1 {
	font: bold 13pt/15pt Verdana, Arial, sans-serif;
	color:#000;
	background-color: transparent;
	}
	
h2 {
	font: bold 12pt/14pt Verdana, Arial, sans-serif;
	color:#000;
	background-color: transparent;
	}
	
h2.question {
	font: bold 12pt/16pt Verdana, Arial, sans-serif;
	color:#000;
	background-color: transparent;
	margin: 15pt 0px 0px 10pt;
	}
	
p.answer, ul.answer {
	margin: 5pt 16pt 12pt 20pt;
	background-color: transparent;
	}
	
li.answer {
	margin: 0px 0px 0px 20pt;
	background-color: transparent;
	}

	
a.link {
	color:#000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:link {
	color:#000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:visited {
	color:#000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:active	 {
	color:#000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:hover {
	color:#000;
	text-decoration: underline;
	background-color: transparent;
	}
	

	
.copyright {
	font: 10pt/12pt Verdana, Arial, sans-serif;
	margin:50px 0px 0px 0px;
	letter-spacing : 0px;
	color:#000;
	text-align: left;
	background-color: transparent;
	}

.producer {
display: none;
	}
	
.producerlink {
	background-color: transparent; 
	}
	
a.producerlink:visited { 
	color:#66a; background-color: transparent;
	}
	
a.producerlink:link { 
	color:#66a; background-color: transparent;
	}
	
a.producerlink:hover { 
	color:#88B; text-decoration: none; background-color: transparent;
	}

.ahem{
	display:none;
	}


/* Nav Button code. Big thanks to all at css-discuss! */


#button {
		width: 180px;
		padding: 0px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-color: #90bade;
		color: #333;
		float: left;
		}
	
	#button ul {
		list-style: none;
		margin: -30px; /*this is for netscape 4.7 only, it is redefined in the url linked style sheet to 0px */
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0px;
		}
	
	#button li.unselected a {
		display: block;
		padding: 4px 5px 4px 5px;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li.unselected a {
		width: auto;
		}

	#button li.selected a {
		display: block;
		padding: 4px 5px 4px 5px;
		border-left: 10px solid #0948a7;
		border-right: 10px solid #407fb4;
		background-color: #1958b7;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li.selected a {
		width: auto;
		}
		
		
		
	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
