/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
}

/* containeriin laitetaan koko leiskan leveys */

#container {
	width: 756px;

	margin: 0 auto;	/* centering */

	text-align: left;
}

/* sidebariin laitetaan vasemman sarakkeen leveys */

#sidebar {
	width: 225px;
	float: left;
}

#leftBox {
	border-bottom: 2px solid #eaecf3;
	border-top: 2px solid #eaecf3;
	background-image: url(../images/leftBoxBg.gif);
	background-repeat: repeat-y;

	margin-left: 25px;
	margin-top: 15px;
	width: 200px;
	padding-top: 3px;
}

#leftContainer {
	width: 190px;
	margin-left: 5px;
	overflow-x: hidden;
}

/* contentiin laitetaan oikean sarakkeen leveys */

#content {
	width: 520px;
	float: left;
}

#header {
	width:100%;
	height: 179px;
	background-image: url(../images/topBg.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

#menuTopArea {
	width:100%;
	height: 40px;
	background-image: url(../images/menuBg.gif);
	background-repeat: no-repeat;
}

#columns {
	width: 100%;
	display: table;
}

#columnsBg {
	background-image: url(../images/columnsBgRepeat.gif);
	background-repeat: repeat-y;
}

#columnsBgTop {
	background-image: url(../images/columnsBgTop.gif);
	background-repeat: no-repeat;
}

#columns {
	background-image: url(../images/columnsBgBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#footer	{
	height: 88px;
	background-image: url(../images/bottomBg.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#signature {
	margin-left: 660px;
	margin-top: 66px;
	width: 70px;
	height: 20px;
	border: 0px;
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}

