body {
	margin: 0;
	padding: 0;
	color: rgb(102, 102, 102);
	font-family: Verdana, Arial;
	font-size: 9pt;
}

h1 {
	font-size: 11pt;
	color: rgb(29, 61, 137);
}

h2 {
	font-size: 9pt;
	color: rgb(102, 102, 102);
}

h3, h4, h5, h6 {
	font-size: 9pt;
	color: rgb(29, 61, 137);
}

p, li, td {
	color: rgb(102, 102, 102);
	font-size: 9pt;
}

a:link, a:hover, a:visited {
	color: rgb(75, 168, 214);
	font-size: 9pt;
	text-decoration: none;
}

.topbar {
	background-color: #93b633;
	height: 30px;
}

.topbar2 {
	float: right;
	background-color: #729e2e;
	height: 30px;
	width: 330px;
	color: rgb(202, 218, 132);
	font-size: 10pt;
}

.topbar2 a:link, .topbar2 a:hover, .topbar2 a:visited {
	color: rgb(202, 218, 132);
	font-size: 10pt;
	text-decoration: none;
}

.topbar2 form {
	margin: 0;
	padding: 0;
	display: inline;
}

.topbar2 input {
	width: 160px;
	height: 15px;
	margin-top: 3px;
}

.menubar {
	height: 30px;
	background-color: rgb(29, 61, 137);
	text-align: center;
}

.menubar a:link, .menubar a:hover, .menubar a:visited {
	color: rgb(143, 200, 229);
	font-size: 10pt;
	text-decoration: none;
	margin-right: 15px;
}

.selected {
	color: #fff !important;
}

.line {
	float: right;
	width: 1px;
	height: 280px;
	border-right: 1px solid rgb(102, 102, 102);
}

.menu {
}

.menu ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}

.menu li {
}

.menu li a:link, .menu li a:hover, .menu li a:visited {
	color: rgb(29, 61, 137);
	font-size: 10pt;
}

.sel {
	color: rgb(75, 168, 214) !important;
}

.bottombar {
	height: 5px;
	background-color: rgb(147, 182, 51);
	font-size: 5px;
	line-height: 0;
}

.addr {
	color: rgb(139, 157, 179);
	font-size: 9pt;
	text-align: center;
	padding-top: 5px;
}

.addr a:link, .addr a:link, .addr a:visited {
	color: rgb(75, 168, 214);
	font-size: 9pt;
	text-decoration: none;
}

.content {
	padding: 0 0 0 20px;
}

.green {
	background-color: rgb(114, 158, 46);
	color: rgb(202, 218, 132);
	height: 22px;
	font-size: 11pt;
	text-align: center;
	padding: 2px 0;
}

.blue {
	background-color: rgb(29, 61, 137);
	color: rgb(143, 200, 229);
	height: 22px;
	font-size: 11pt;
	text-align: center;
	padding: 2px 0;
}

a:link.sitemap1, a:link.sitemap1, a:visited.sitemap1 {
	color: rgb(29, 61, 137);
	font-size: 8pt;
}

a:link.sitemap2, a:link.sitemap2, a:visited.sitemap2 {
	color: rgb(102, 102, 102);
	font-size: 8pt;
}

a:link.sitemap3, a:link.sitemap3, a:visited.sitemap3 {
	color: rgb(102, 102, 102);
	font-size: 8pt;
	font-style: italic;
}

.finput {
	border: 1px solid rgb(29, 61, 137);
}

.fsubmit {
	background-color: rgb(29, 61, 137);
	border: 0;
	color: rgb(143, 200, 229);
	padding: 2px 10px;
}

/* uutiset */

a:link.uutinen_link, a:hover.uutinen_link, a:visited.uutinen_link {
	color: rgb(29, 61, 137);
	font-size: 11pt;
}

.uutinen_div {
	border-bottom: 1px solid rgb(102, 102, 102);
	margin-bottom: 10px;
}

/* galleria */
.main_container {
	width: 100%;
}

.pic_container, .pic_container_hidden {
	width: 100%;
}

.pic_container:after, .pic_container_hidden:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .pic_container {height: 1%;}
/* Hides from IE-mac \*/
* html .pic_container_hidden {height: 1%;}

.pic_container_hidden {
	display: none;
}

.picture {
	float: left;
	width: 170px;
	min-height: 154px;
	margin: 5px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	/* IE fixes */
	_height: 154px;
	_display: inline;
}

.picture img {
	padding: 8px;
	border: 1px solid rgb(29, 61, 137);
}

.navi_bar {
	width: 100%;
}

.navi_bar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .navi_bar {height: 1%;}

.navi_button, .navi_button_sel {
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	padding: 0 4px 0 4px;
	background-color: rgb(29, 61, 137);
}

.navi_button a:link {
	color: rgb(143, 200, 229);
	text-decoration: none;
}

.navi_button a:hover {
	color: rgb(143, 200, 229);
	text-decoration: none;
}

.navi_button a:visited {
	color: rgb(143, 200, 229);
	text-decoration: none;
}

.navi_button_sel a:link {
	color: #fff;
	text-decoration: none;
}

.navi_button_sel a:hover {
	color: #fff;
	text-decoration: none;
}

.navi_button_sel a:visited {
	color: #fff;
	text-decoration: none;
}

.gallery_list {

}

a:link.gallery_list_link, a:visited.gallery_list_link, a:hover.gallery_list_link {
	color: rgb(29, 61, 137);
	font-size: 10pt;
}

a:link.gallery_list_link_sel, a:visited.gallery_list_link_sel, a:hover.gallery_list_link_sel {
	color: rgb(29, 61, 137);
	font-weight: bold;
	font-size: 10pt;
}

.gallery_title {
	color: rgb(29, 61, 137);
	font-size: 10pt;
}

.gallery_description {
	color: rgb(102, 102, 102);
	font-size: 9pt;
}

.gallery_list_container {
	margin-bottom: 10px;
	width: 100%;
}

.gallery_list_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gallery_list_image {
	float: left;
	padding: 8px;
	border: 1px solid rgb(29, 61, 137);
}

.gallery_list_text {
	float: left;
	padding: 0 10px;
}

#lightboxCaption {
}

#lightbox {
	background-color: #fff !important;
	border: 1px solid rgb(29, 61, 137) !important;
	padding: 30px !important;
}
