@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;
	background-color: #102647;
}


#container {
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #102647;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header  img  {
	text-align: right;
	float: none;
	
}
#header1 {
	background: #102647;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
}
#header1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9BB8C8;
	text-decoration: none;
}

.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #6A6026;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A7C31;
	font-weight: bolder;
}

#header2  {
	height: 198px;
	background-color: #0b0a32;
}
#navigation  {
	background-color: #9bb8c8;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #315157;
	background-position: center center;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	list-style-image: none;
	height: 42px;
}
#navigation  td  {
	text-align: center;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #315157;
	text-decoration: none;
	font-weight: bolder;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00728A;
	text-decoration: none;
	font-weight: bold;
}
.alignright {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9BB8C8;
	background-position: center;
	vertical-align: middle;
	padding-bottom: 5px;
}

#promotions a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 100%;
}
#promotions a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003A75;
	text-decoration: none;
}
.harvateksti_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.3em;
	padding-top: 5px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}





#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 1px;
	top: 1px;
	bottom: 1px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
}

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #636060;
	font-size: 16px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4297FF;
	text-decoration: underline;
	font-weight: normal;
}





#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #8c8d84;
	text-transform: none;
	font-size: 16px;
} 
#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 */
}
.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;
}
.linkcontactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #55809F;
	text-decoration: underline;
	font-weight: normal;
}
.darkbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #102647;
	font-weight: bold;
}
.link_style_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.light_small_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D44;
}
.light_small_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C87BE;
}
.footergreylinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.lightsmallgreena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B9D44;
	text-decoration: underline;
}
.pienitiivisteksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
}
