@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #005BA1;
	margin: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #C60000;
	border-left-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #DBB417;
	padding-top: 15;
	padding-right: 10;
	padding-bottom: 15;
	padding-left: 20;
	color: #005BA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
}
a:link {
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #005BA1;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
a:link {
}
a:hover {
}
a:visited {
}
a:link {
}
a:link {
}

.twoColFixLtHdr #footer {
	background-color: #AA0000;
	padding: 0;
} 
.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 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding-bottom: 5px;
}h1 {
	font-size: 26px;
	color: #005BA1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #005BA1;
	background-color: #FFFFFF;
	text-transform: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #005BA1;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:visited {
	color: #AA0000;
	text-decoration: underline;
}
a:link {
	color: #005BA1;
	text-decoration: underline;
}
a:hover {
}

.tessinnimi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.takaisin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0080FF;
}
button {
	background-color: #9D0000;
}
