@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 940px;
	background-color: #0033FF;
	left: 0px;
	margin-left: 160px;
	border: 1px solid #333333;
	background-image: url(../images/lauhala.gif);
}
.twoColFixLtHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	background-image: url(../images/sb1_bkg-2.png);
}

* html .twoColFixLtHdr #container {
	margin-right: -160px;
}

.twoColFixLtHdr #header {
	padding: 0;
	width: 940px;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	height: 0px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	color: #00FF00;
	
}
#sidebar1 a {
	padding-left: 10px;
}
#sidebar1 .text  {
	text-decoration: none;
	color: #0F9
	padding-left: 10px;
}
* html .twoColFixLtHdr #sidebar1 {
	margin-right: -160px;
}
/** html .twoColFixLtHdr #sidebar1 {
	display: inline;
} may not need this (as margins are set to zero), but leaving in just in case it's needed later*/

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 162px;
	width: 780px;
	background-color: #EBEBEB;
	padding: 0px;
}
* html .twoColFixLtHdr #maincontent {
	margin-right: -160;
}

/*  * html .twoColFixLtHdr #maincontent {
	margin-right: -180px;
}  */

.twoColFixLtHdr #mainContent H2{
	font-weight: bold;
	padding-left: 365px;
}
.twoColFixLtHdr #mainContent p{
	padding-left: 12px;
}


#mainContent td, th {
	margin: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 0px;
}
#mainContent #border {
	margin-top:0;
}

#mainContent tr.content {
	background-color: #0FC;
}
#mainContent .content, td {
	text-align: left;
	padding-left: 35px;
}
.twoColFixLtHdr #reader {
	padding-left: 335px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	float: left;
	width: 941px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 62.5%;
	color: #666666;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: left;
}


.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible div .content {
	text-align: center;
}

