/* CSS Document */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003378;
}

#all{
	background-color: #B7B6B6;
	margin-top: 20px;
	width: 1015px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

#Container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 0 0px 0px 0px;
		background-color: #B7B6B6;
	}
	/* background-color: #B7B6B6; */
	
#header {
	width: 1000px;
	height: 150px;
	font-size: 5px;

	border: 5px solid #B7B6B6;
	background-image: url(kuvat/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 5px;
	}
	
#header a
{
	border: 0px;
	text-decoration: none;
}

#header a:link, #header a:visited
{
	border: 0px;
	text-decoration: none;
}


/* Navigation --------------------------------------------*/

#nav
{
	padding: 0px 5px 0px 5px;
	float: left;
	width: 200px;
	height: 500px;
	background-color: #B7B6B6;
}

#navcontainer ul
{
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
}

#navcontainer li {
	margin: 0;
	padding: 10px 5px 5px 5px;
	height: 30px;
	}

#navcontainer a
{
	display: block;
	padding: 10px 5px 5px 5px;
	width: 165px;
	background-image: url(kuvat/button.gif);
	color: #FFFFFF;
	height: 30px;
}

#navcontainer a:link, #navlist a:visited
{
	border: 0px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	height: 30px;
}

#navcontainer a:hover
{
	border: 0px solid #FEC010;
	color: #003378;
	height: 30px;
	background-color: #B7B6B6;
	background-image: none;
}

.facebook {
	display: block;
	padding: 15px 5px 5px 15px;
	width: 170px;
	margin: 5;
	height: 32px;
	border: 0px solid;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	}

/* End of Navigation --------------------------------------------*/

	
#pagemaintitle {
	margin-left: 210px;
	padding: 20px 3px 0px 10px;
	width: 790px;
	background-color: #B7B6B6;
}

#content {
	margin-top: 0;
	margin-left: 210px;
	padding: 0 3px 3px 10px;
	width: 790px;
	height: 500px;
	background-color: #B7B6B6;
	}
	

#footer {
	width: 1000px;
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	padding: 7px;
	margin-top: 0px;
	float: left;
	font-size: 12px;
	color: #000000;
	border-top: thin solid #003378;
	background-color: #B7B6B6;
	}


/* Fonts --------------------------------------------*/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 28px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #003378;
}

a {
	color: #000033;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.normaltext {
	font-size: 14px;
	color: #003378;
}

.bigtext {
	font-size: 18px;
	color: #003378;
}

.normaltextFooter {
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.small {
	font-size: 10px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#breadCrumb{
	font-size: 80%;
	font-weight: normal;
	padding: 5px 0px 5px 20px;
}

.Biggertext {
	font-size: 16px;
	color: #003378;
}

