html, body, #container, #indexcontainer {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/bg_main4.gif) repeat-y top center;
	text-align: center;
}
html>body, html>body #container, html>body #indexcontainer {  
	height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/  
	} 
td {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
		 
}

H1 {
		 
		 font-size: 1.15em;
		 font-style: normal;
		 font-weight: bold;
		 }

H2 {
		 
		 font-size: small;
		 font-style: normal;
		 font-weight: bold;
		 }
		 
H3 {
		 
		 font-size: x-small;
		 font-style: normal;
		 font-weight: bold;
		 }


.newsdate{
		 
		 font-size: xx-small;
		 font-style: normal;
		 font-weight: bold;		 
		 }
		 
.boxheading{
		 
		 font-size: 12px;
		 font-style: normal;
		 font-weight: bold;
		 color: #0B3D6D;
		 }
		 
.pageheading{
		 
		 font-size: x-small;
		 font-style: normal;
		 font-weight: bold;
		 color: #000000;
		 }
		 
.mainheader{
		 
		 font-size: 18px;
		 font-style: italic;
		 font-weight: bold;
		 }
		 

.printheader{
		 
		 font-size: 11px;
		 font-style: normal;
		 }

.printfooter{
		 
		 font-size: 11px;
		 font-style: normal;
		 }

/* Linkkien tyylit */

a {
	font-style: normal;
	text-decoration: none;
	color: #1D5798;
}

a:visited {color: #79818B}
a:active{color: #79818B}
a:hover {text-decoration: underline;}
/* containers */
div.clearit   { clear: both }
#indexcontainer {
	position:absolute;
	width: 930px !important;
	top: 0;  
	left: 50%;
	margin-left:-465px;
	background: transparent url(../images/bg_gear3.gif) no-repeat 1px 174px;
	text-align: left;
}
#container {
	position:absolute;
	width: 930px !important;
	top: 0;  
	left: 50%;
	margin-left:-465px;
	background: transparent;
	text-align: left;
}
 

#siteheader {
	height: 153px;
	margin:0;
	padding: 0;
}
#content {
	margin-bottom: 3em; /*Modify value as needed for footer height.*/  
	height: auto;  
	padding: 7px 0 7px 0;
	padding-top:5px;
}
#sitefooter {
	position: absolute;
	bottom: -36px;
	width: 100%;
	text-align: left;
	margin-bottom:0px;
	font: normal xx-small arial, verdana, sans-serif;
	background-color: #ffffff;
	border-top: 0px solid #617fa1;
	padding:0;
	left: -10px;

}

#infoboxheading {
		 border:1px solid #ddd;
		 background:#ddd;
		 width:100%;
		 padding:4px;
		 margin-top:5px;
		 font:bold 12px Arial,Geneva,Helvetica,sans-serif;
		 color:#0B3D6D;
}

#subnavigation {
	border:1px solid #E1E5E7;
	background:#F0F2F3;
	width:100%;
	padding:4px;
	margin:0px
}

#news {
	width:100%;
	font-size: 11px;
	padding-left: 7px;
}

#news span.header {
	display:block;
	width:100%;
	padding: 2px 0 2px 7px;
	height:23px;
	background-color:#617fa1;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:4px;
}
#news a {font-size:11px;}
#news strong {font-size:11px;}
#news h1 {font-size:11px;display:inline;}

#sitesearch {
	background:transparent;
	padding:8px 0 8px 8px;
	margin:0;
	float:left;
}

#sitesearch form {
	padding:0;
	margin:0;
}

#sitesearch input {
	border:1px #687E87 solid;
	font:11px Arial, sans-serif;
	color:#000000;
	width:160px;	 
}

#footerlinks {
	float:right;
	padding:12px 8px 0 0;
}
