/* <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;
}

#layoutTable {
	width: 960px;
	height: 100%;
	margin: 0 auto;	/* centering */
	text-align: left;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 960px;
}

/* palstat */
#sidebar {
	width: 240px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
	width: 680px;
	float: left;
}

.front #sidebar {
	display: none;
}

.front #content {
	width: 960px;
}

#header {
	width: 960px;
	height: 39px;
}

#menuTopArea {
	width: 960px;
	height: 204px;
}

#columns {
	width: 960px;
	display: inline-block;
}

#pathAndSearch {
	height: 40px;
	margin-top: 8px;
}

#banners img {
	margin-bottom: 2px;
	display: block;
}

#logot {
	width: 960px;
	height: 140px;
	vertical-align: top;
	text-align: center;
}

#logot div {
	width: 600px;
	margin: 0 auto;
}

#logot img {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 25px;
}

#footer	{
	height: 50px;
	border-top: 1px solid #aa7b21;
	background-color: #ededed;
	font-size: 8pt;
}

/* </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;
}
