/* CSS Document */
body {
	background-color: #000000;
	background-position: center top;
}

table {
	font-family: arial, helvetica, sans-serif;
	font-color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}	

td {
	font-family: arial, helvetica, sans-serif;
	font-color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	align: left;
	valign: top;
}	

p {
	font-family: arial, helvetica, sans-serif;
	font-color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

h1  {
	font-family: arial, helvetica, sans-serif;
	font-color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

hr {
	border: thin dashed #C1C1C1;
}	

.ylasolu {
	background-color: #000000;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	float: none;
	height: 115px;
	width: 974px;
	align: center;
	valign: top;
}

.sisaltosolu {
	background-color: #000000;
	background-image: url(images/pohja.jpg);
	background-position: center center;
	background-repeat: repeat-x
    padding: 0px;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 0;
	width: 750;
	clear: none;
	align: left;
	valign: top;
}

.ajankohtaista {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px ;
	margin-bottom: 10px;
	clear: none;
	height: 100%;
	width: 700px;
	align: left;
	valign: top;
}

.oiksolu {
	height: 100%;
	width: 220px;
	align: center;
	valign: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.alasolu {
	font-family: arial, helvetica, sans-serif;
	font-color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
    margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px ;
	margin-bottom: 10px;
	clear: none;
	height: 100%;
	width: 700px;
	align: left;
	valign: top;
}	


/*navikointi*/
i {
	font-family: arial, helvetica, sans-serif;
	font-color: #333333;
	font-weight: italic;
	font-size: 12px;
	text-decoration: none;
}

a {
	font-family: arial, helvetica, sans-serif;
	font-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a:link {
	font-family: arial, helvetica, sans-serif;
	font-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
	font-family: arial, helvetica, sans-serif;
	font-color: #6B6A6A;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a:active {
	font-family: arial, helvetica, sans-serif;
	font-color: #8B6D6D;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: #C1C1C1;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	font-color: #8B6D6D;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-decoration: underline;
	background-color: #C1C1C1;
}

.divlink a {
	font-family: arial, helvetica, sans-serif;
	font-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.divlink a:hover {
	font-family: arial, helvetica, sans-serif;
	font-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li li a {
	font-weight: bold;
	color: #FFFFFF;

}

#nav li li a:hover {
	width: 120px;
	font-weight: bold;
    color: #000000;
}

li {
	float: left;
	position: relative;
	text-align: left;
	font-weight: bold;
	cursor: default;
	background-color: #000000;
	border: none;

}

li#first {
	border-left-width: none;
}

li#last {
	border-right-width: none;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	background-color: #C1C1C1;
	border-right: solid 1px #666666;
             border-left: solid 1px #666666;
             border-bottom: solid 1px #666666;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

