body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, Arial, Geneva, helvetica, sans-serif; color: #fff;
  background-color:#5E7E9B;
}
a:link 		{ color: #fff; font-weight: normal; text-decoration: underline; background-color: transparent;}
a:visited	{ color: #fff;; font-weight: normal; text-decoration: underline; background-color: transparent;}
a:hover		{ color: #fff;  text-decoration: underline; background-color: transparent;}
a:active	{ color: #666666;  text-decoration: none; background-color: transparent;}

.huom{
	color: #FF0000;
	font-weight: bold;
}
p {
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	font-size: 12px;
}
h1, h1 a {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  margin: 0px 0 15px 0;
  }
h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding:0px;
  }
h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  }
h5 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 10px 0;
  padding:0px;
  }

#header{background-color: #5E7E9B; background:url(img/header.jpg) 0 0 repeat-x; padding:5px 15px 5px 15px; margin: 0 auto 0; width:760px; height:80px;  text-align:left; border:1px solid #30404F; border-bottom:0px;}
#Menu{
	position:absolute;
	visibility:hidden;
	}
#left {float:left; width:auto; margin: 5px; text-align: left;}
#right {float:right; width:auto; margin: 5px; text-align: center;}
#right a {padding: 2px; text-align: center;  font: bold 13px Verdana, Arial, Geneva, helvetica, sans-serif;  text-decoration: none; color: #fff;}
#right a:hover{ text-decoration: underline; color: #fff;}
#right a#current{  color: #fff; }

#container {
	background-color: #42586D;
	min-height:300px;
	width: 828px;
	margin: 0 auto 0;
	padding:5px 15px 0px 15px;
	position: relative;
	text-align: left;
	border: 1px solid #30404F;
	border-bottom:0px;
	border-top:0px;
	top: 3px;
	height: 858px;


}
#image {float:right; max-width:350px; height:auto; margin:0px 0px 5px 10px; text-align:right; clear:both;}
#copy {background-color: #42586D;  color: #5E7E9B; padding:0px; margin: 0px; clear:both; text-align:right;}
#footer {background-color: #4258ff; background-image:url(img/footer.jpg);  color: #8FADC8; padding:5px 15px 5px 15px; margin: 0px auto 0; width:760px; height:14px; clear:both; border: 1px solid #30404F; border-top:0px;}

ul{font: normal 12px Verdana, Arial, Geneva, helvetica, sans-serif; margin:0px;  padding: 10px 0px 20px 20px; list-style-type:square; list-style-image:url(img/listStyle.gif); list-style-position:center;}
ul li{margin:0px; padding:0px 0px 5px 0px;}

.border{border:1px solid #8FADC8;}
