html {
	overflow: -moz-scrollbars-vertical !important;
}

html, body {
	height: 100%;
}

body {
	background-color: #f6f6f6;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.05em;
	margin: 0px;
	padding: 0px;
}

body.white {
	background-color: white;
}

a {
	color: #3672cb;
	border-bottom: 1px solid #9db0cb;
	text-decoration: none;
}
a.none {
	color: black;
	border-bottom: 0px;
}

p.bigleadin, div.bigleadin {
	font-weight: bold;
	font-size: 12pt;
}

p.otsikko, div.otsikko {
        font-weight: bold;
        font-size: 16pt;
}


span.pheader {
    font-weight: bold;
}


div#headerinside, div#maincontent, div#footerinside {
	width: 800px;
}

div#header {
	background-color: #eeeeee;
	border-bottom: 4px solid #e0e0e0;
	padding-bottom: 10px;
	padding-top: 3px;
}

div#headerinside {
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	vertical-align: middle;
}

div#headerlinks {
	color: gray;
	margin-top: 32px;
	float: right;
}
div#headerlinks a, div#headerlinks strong {
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
}

div#headerlinks strong {
	color: black;
}

div#headerinside img#text {
	margin-top: 20px;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -75px;
}

div#maincontent {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

div#onecol {
	line-height: 1.5em;
}

div#contact label {
	display: block;
	float: left;
	margin-bottom: 5px;
    font-weight: bold;
    width: 80px;
}

div#contact label, div#contact span {
	line-height: 1.25em;
}
div#contact br {
	clear: left;
}


div#stretch {
	height: 8em;
}

div#footer {
	background-color: #eeeeee;
	border-top: 4px solid #e0e0e0;
	height: 56px;
	padding-top: 15px;
	overflow: hidden;
}

div#footerinside {
	color: #000000;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}


