body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #eaeeef;
	/*background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 10px;*/
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1,h2,h3 {
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	margin: 5px 0px 5px 0px;
}
h1 {
font-size: 26px;
color: #e67644;
border-bottom: 1px solid #e67644;
letter-spacing: 0.05em;
}
h2 {
font-size: 18px;
color: #004a9f;
padding-top:5px;
text-transform: uppercase;
}
h3 {
font-size: 15px;
color: #2d2d2d;
padding-top:5px;
text-transform: uppercase;
}
.korostus { font-weight: bold; color: #004A9F; }
img { border: 0px; }



/*
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.menu {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #003366;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #003366;
	text-decoration: none;
}
.menu a:hover {
	background-color: #336699;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
*/

.menu-default {
list-style-type: none;
font-weight: bold;
line-spacing: 20px;
}



* {
padding: 0px;
margin: 0px;
}

p {
margin-bottom: 15px;
padding-left:10px;
line-height: 20px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

strong {
color:#004a9f;
}

#content ul {
	list-style-image: url(img/arrow_blue.gif);
	margin: 0px 0px 10px 70px;
	line-height: 1.5em;
	padding-top: 0px;
}
#content ul li {
	padding: 2px 0px;
}
#content ol {
	margin: 0px 0px 10px 80px;
	line-height: 1.5em;
	padding-top: 0px;
}

#wrapper {
margin: 0px auto;
width: 840px;
background-image: url(img/bg_site_content.jpg);
background-repeat: repeat-y;
}
#header {
width: 840px;
height: 100px;
background-image: url(img/bg_header.jpg);
}
#headercontact {
position: relative;
float:left;
left:530px;
top: 25px;
height: 70px;
width: 280px;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.logo {
position:relative;
top:25px;
right: 250px;
float:left;
}
#contentwrapper {
width: 840px;

}
#footer {
clear:left;
width: 840px;
height: 100px;
background-image: url(img/bg_footer.jpg);
}
#navigation {
float: left;
width: 160px;
margin: 50px 0px 0px 40px;
}
#navigation ul {
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
font-weight: bold;
}
a.menu_default {
color: #2d2d2d;
}
a.menu_default:hover {
color: #e67644;
}
a.menu_current {
color: #e67644;
font-size: 13px;
}

#content {
float: left;
width: 600px;
margin-left: 7px;
}

.footertxt, a.footertxt, a.footertxt:visited {
font-size: 11px;
line-height: 15px;
color: #444444;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footertxt:hover {
	color: #003366;
	text-decoration: underline;
}



/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label, form .field_title{
	/*display:block;*/
	color:#777;
	padding-right:5px;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}*/
form .submit {
padding: 5px;
text-transform: uppercase;
}
form .field_radio {
border: 0px;
margin:5px 0px;
}

