/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
}

#container {
	width: 860px;
	margin: 0 auto;	/* centering */
	text-align: left;
}

#stretch {
	width: 860px;
	display: inline-block;
	height: auto important!;
	height: 326px;
	min-height: 326px;
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	width: 260px;
	float: left;
	background-image: url(../images/leftBg.jpg);
	background-repeat: no-repeat;

	display: table;
	height: auto important!;
	height: 300px;
	min-height: 300px;

}

#sidebar.navi {
	background-image: url(../images/leftBgNavi.jpg);
}


#content {
	width: 600px;
	float: left;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;

	display: table;
	height: auto important!;
	height: 300px;
	min-height: 300px;
}

#header {
	width: 100%;
	height: 129px;
	overflow: hidden;
}

#menuTopArea {
	width: 100%;
	height: 36px;
}

#columns {
	width: 100%;
	float: none;
	clear: both;
}

#footer	{
	width: 100%;
	display: table;
	float: none;
	clear: both;
	height: 30px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	color: #999999;
	font-size: 10px;
	line-height: 30px;
}

#footer a {
	color: #999999;
}

#footer .bullet {
	margin-left: 1em;
	color: #009ee0;
	margin-right: 1em;
}

/* </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;
	display: inline-block;
	border-bottom: 1px solid #a8def4;
	text-decoration: none;
	color: #009ee0;
	margin-top: 0.5em;
}

.readMore:hover {
	border-bottom: 1px solid #009ee0;
	text-decoration: none;
}

.readMore:active {
	border-bottom: 1px solid #009ee0;
	text-decoration: none;
}

