BODY {
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

H1 {
	margin: 10px 0 20px 0;
	font-size: 24px;	
	border-bottom: 1px solid #e0e0e0;
}

H2 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	clear: both;
}

H3 {
	margin: 20px 0 10px 0;
	font-size: 14px;
}

P {
	margin: 5px 10px 15px 0;
	text-align: justify;
	line-height: 16px;
}

HR {
	clear: both;
}

TABLE {
	margin: 20px 20px;
}

OL, UL {
	padding-left: 20px;
}

A {
	color: #36c;
}

A:visited {
	color: #39c;
}

#contentalignhack {
	text-align: center;
}

#contentholder {
	top: 0;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	background-color: white;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
}

#header {
	position: relative;
	background-image: url(../pix/header.jpg);
	height: 115px;
	width: 760px;
}

.navi {
	padding-top: 95px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	width: auto;
}

.naviright {
	position: absolute;
	right: 20px;
	text-align: right;
}

A.navimain, A.navimain:visited {
	color: white;
	text-decoration: none;
}

A.navimain:hover {
	color: white;
	text-decoration: underline;
}

A.navimainsel, A.navimainsel:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.navimainsel:hover {
	text-decoration: underline;
}

#main {
	margin: 20px;
}

#crumbs {
	height: 16px;
	padding: 5px 20px 0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;

	color: #666;
	font-size: 11px;
	line-height: 1em;
}

.righthalf {
	float: right;
	width: 350px;
	margin: 3px 20px;
}

.rightquad {
	float: right;
	width: 165px;
	margin: 3px 20px;
}

.lefthalf {
	float: left;
	width: 350px;
	margin: 5px 20px;
}

.leftquad {
	float: left;
	width: 165px;
	margin: 5px 20px;
}

.adressirivi {
	border-bottom: 1px solid #e0e0e0;
}

.adressilinkit {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
}

.notice {
	border: 1px solid maroon;
	padding: 8px;
	font-style: italic;
	color: maroon;
	background-color: #ffdddd;
}

.imagetable {
	margin 15px 0;
}

.imagetableleft {
	float: left;
	text-align: left;
	margin: 5px 20px 5px 0;
}

.imagetableright {
	float: right;
	text-align: right;
	margin: 5px 10px 5px 20px;
}

.imagetablecenter {
	float: center;
	text-align: center;
	margin: 5px 20px 5px 20px;
}

.imagecaption {
	font-style: italic;
}
