html, body {
	font-family: verdana, sans-serif;
	font-size: 10pt;
}
body {
	text-align: center;
	padding: 3em;
	background-color: rgb(245,245,245);
}
h1 {
	color: #008B1C;
	font-size: 1.4em;
}
h2 {
	color: #008B1C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0;
}
p {
	text-align: justify;
	padding: 0 2em;
	margin: 0.7em 0;
}
p.signature {
	font-style: italic;
	text-align: right;
}
p.center {
	text-align: center;
}
a:link, a:visited {
	color: #008B1C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img, a img {
	border-width: 0;
}
ul, ol {
	text-align: left;
}
li.pdf {
	list-style: url(../pics/pdf.gif) inside;
}
.spacer {
	padding: 0 1.5em;
}
#layout {
	width: 100%;
}
#header {
	margin: 0;
	width: 790px;
	height: 130px;
}
#header p {
	/* mini text with contact info */
	margin: 0;
	padding: 105px 2em 0 2em;
	font-size: 10px;
	color: #008B1C;
	text-align: right;
}
#frame
{
	border: #008B1C 1px solid;
	width: 790px;
	background-color: #FFF;
	background-image: url(../pics/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#frame td, #frame th {
	padding: 1ex 1em;
	text-align: left;
}
#frame td.center {
	text-align: center;
}
#navigation {
	border: #008B1C 1px solid;
	width: 790px;
	background-color: #008B1C;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -1px;
	padding: 0.3ex 0;
	text-align: left;
}
#navigation a:link, #navigation a:visited {
	border: #008B1C 1px solid;
	background-color: #008B1C;
	color: #fff;
	text-decoration: none;
	padding: 0.3ex 1em;
	margin: -1px 0 0 -1px;
}
#navigation a:hover, #navigation a.active {
	background-color: #fff;
	color: #008B1C;
}
#navigation a.active {
	border-top-color: #fff;
	padding-left: 0.5em;
}
#navigation a.active:before{
	content: "\00BB" " ";
}
#navigation ul, #navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-position: outset;
}

/* ONO */

#canvas {
	width: 450px;
	height: 276px;
	overflow: hidden;
	margin: 2em auto 1.4em;
	border: 1px solid rgb(230,230,230);
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

.tile {
	position: absolute;
	border-width: 0;
	margin: 0;
}

#kwc {
	padding: 0pt;
	z-index: 12; 
	position: absolute; 
	top: 210px; 
	text-align: center; 
	width: 450px; 
	font-size: 21px; 
	background-color: rgb(255, 255, 255);
}
