@charset "UTF-8";
body  {
	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;
	background-image: url(../images/www-tausta_0007917b.jpg);
	font-family: "Eurostile", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #2b3c4c;
	background-position: top left;
    background-repeat: no-repeat;
}
body, p, th, td, h1, h2, h3 {
	font-family: "Eurostile", Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin-top: 0px;
}	
body, p, td {
	font-size: 11px;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2  {
	font-size: 11px;
	color: #476779;
}
h3, th {
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: bold;
}
h4 {
	font-size: 8px;
}
h5 {
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}
h6 {
	font-size: 11px;
	margin-bottom: 5px
	
}
sup {						/*T�ll� "sup" ja alemana olevalla "sub" -s��d�ill� saadaan yl�- ja alaindeksit esitetty� siten ett� eiv�t vaikuta riviv�listukseen.*/
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
a:hover {
	color: #069;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul { /*T�ll� saadaan sidebar:in sis�lt� listamuotoisen navikon pollat pois ja listan margin sek� padding nolliin. */
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#mainContent ul { /*T�ll� ul- ja allaolevalla li -s��d�ill� vaikutetaan siihen milt� "unordered list" n�ytt�� mainContent:in sis�ll�. */
	margin: 0px;
	padding-top: 2px;
	padding-left: 15px;
	list-style-position: outside;	
}
#mainContent ul li {
	padding-top: 2px;
}	
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/main_02.jpg);
	background-position: top;
	background-color: #cccccc;
	background-repeat: repeat-x;
} 
#header  {
	background-color: #cccccc;
	height: 72px;
	width: 900px;
} 
#navi {
	width: 900px;
	background-color: #cccccc;
	background-image: url(../images/navi.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 12px;
	height: 28px;
}
#header2 {
	background-color: #cccccc;
	width: 900px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(../images/main_02.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	vertical-align: bottom;
}
#mainContent {
	margin: 20px;
	padding: 0px;
} 
#footer {
	background-image: url(../images/footer.jpg);
	background-color: #cccccc;
	height: 40px;
	width: 900px;
	font-family: "Eurostile", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-top: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header div {
	font-family: "Eurostile", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-right: 5px;
	margin-top: 44px;
	width: 27px;
	float: right;
	color: #333333;
	height: 26px;
	text-transform: uppercase;
	font-weight: normal;
}
.caption {
	font-style: italic;
	padding-top: 5px;
}
.text_center {
	text-align: center;
}
.image_brd {
	border: 1px solid #666;
}
.image_brd_left_margin {
	border: 1px solid #666;
	margin-left: 10px;
}
.image_brd_bottom_margin {
	border: 1px solid #666;
	margin-bottom: 10px;
}
.image_brd_left_bottom_margin {
	border: 1px solid #666;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_brd_right_bottom_margin {
	border: 1px solid #666;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_left_margin {
	margin-left: 10px;
}
.image_left_bottom_margin {
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_right_margin {
	margin-right: 10px;
}
.image_right_bottom_margin {
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_bottom_margin {
	margin-bottom: 10px;
}
.red_notes_txt {
	color: #C00;
	font-style: italic;
}
