html
{
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height:1.8em;
  	font-size: 10px; 
  	font-size: 0.76em;	
}

/* Links */

a:link, a:visited { color: #335577; text-decoration: underline; }

a:hover, a:active { color: #114455; }

#sidebar a { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }


/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
	color: #335577;
}

h1 { font-size: 20pt; }

h2 { 
	font-size: 10pt; 
	font-weight: bold;
}


h1.title, 
h2.title
{
	padding-top: 16px;
}

h1.title a, 
h2.title a
{
	text-decoration: none;
	font-size: 16pt;
	border-bottom: 1px solid #ccc;
}

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 url(images/back.gif) left repeat-y;
}

#topnav
{
	width: 100%;
	float: left;
	color: #000;
	background: #224455;
}

#header
{
	clear: both;
	border-bottom: 2px solid #336688;
	border-top: 2px solid #336688;
	background: #333 url(images/logo.jpg);
	height: 165px;
	
}

#header strong a
{
	display: block;
	padding: 10px;
	padding-bottom: 4px;
	margin: 0;
	font-size: 18pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#header strong.slogan 
{
	margin: 0;
	padding-left: 12px;
	display: block;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

#wrapper
{
	clear: both;
	margin: 0 auto2;	
	width: 920px;		
	color: #444444;
}

#sidebar-wrapper
{
	float: left;
	width: 224px;	
}


#sidebar
{
	float: left;
	padding: 20px;
	margin-top: 16px;	
	font-size: 8pt;
	line-height:1.3em;	
}

#sidebar p
{
	line-height:1.3em;	
}

#content-wrapper
{
	float: right; 
	width: 600px;
	margin-right: 96px;
	border-left: #DBDBDA;
}

#content
{
	float: left;
	padding: 20px 0;
	margin-left: 24px;
}



#footer
{
	clear: both;
	padding: 16px 0;
	text-align: center; 
	font-size: 8pt;
}

/* Top-Nav */

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 10px; width: 95%; line-height: 1.0em; }

#topnav li { float: right; margin: 0; padding: 0; }

#topnav a 
{ 
	display: block; 
	float: left; 
	margin: 10px 0; 
	padding: 0 10px; 
	font-weight: bold;
}

#topnav a:link, 
#topnav a:visited
{ 
	color: #fff; 
	font-weight: bold;
	font-size: 8pt;
}

#topnav a:hover, 
#topnav a:active
{ 
	text-decoration:none; 
}

#topnav li#skip a { border-left-width: 0; }

/* Header */

#header img
{
	border-bottom: 2px solid #000000;
}

/* sidebar */

#sidebar ul 
{
	margin: 0;
	padding: 0;	
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	width: 190px;
}

#sidebar ul li h2
{
	padding: 4px 8px;
	font-variant: small-caps;
	font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.4em;	
	line-height:1.4em;	
	margin: 0;
	font-weight: bold;
	background-color: #cccc99;
	color: #fff;
	background: #447DBC url(images/tabtop.gif) no-repeat;
}

#sidebar li p
{
	padding: 6px 10px;
	margin: 0;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px dotted #aaaaaa;
	line-height:1.4em;
}

/* content */




/* Footer */


.kuvitus {
	float: right; 
	padding: 16px; 
	margin: 0 8px; 
	margin-right: 0;	
}

.kuvitusleft {
	float: left; 
	padding: 16px; 
	margin: 0; 
	margin-right: 16px;	
}


.kuvitus img,
.kuvitusleft img
{
	padding: 8px;
	margin: 0;
	border: 1px solid #ccf; 
}

.kuvitus p,
.kuvitusleft p
{
	clear: both;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	text-align: center;
}

.kuvitus p a,
.kuvitusleft p a 
{
	text-decoration: none;
	border-bottom: 1px dotted #ccc;	
}

.kuvitus p a:hover,
.kuvitusleft p a:hover
{
	color: #335577;
	text-decoration: none;
	border-bottom: 1px solid #ccc;	
}


textarea {
	width: 400px;
}

p.overview {
	font-size: 8pt;
	color: #999;
}