﻿body {
	background-color: white;
	padding: 2%;
	color: #0e4346;
	background-color: #e5f1f4;
	font-size: 90%;
}


h1 {
	margin: 0;
}



a:link {
	color: #916f50;
	border-bottom: 1px solid #916f50;
	text-decoration: none;
}

a:hover {
	border-bottom: 0px;
}



a:active {
	border-bottom: 0px;
}

#pagewrapper {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	background-color: white;
	padding: 50px;
	font-family: sans-serif;
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 1.2;
}

.header_fin {
	height: 150px;
	width: 150px;
	margin: 0 auto 50px;
	background-image: url('logo2026fin.png');
	background-size: 100% 100%;
}

.header_eng {
	height: 150px;
	width: 150px;
	margin: 0 auto 50px;
	background-image: url('logo2026eng.png');
	background-size: 100% 100%;
}




div#footerleft {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 24px;
	width: 0px;
	float: left;
}

div#footermiddle {
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 24px;
	float: left;
	width: 560px;
}


div#footerright {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 24px;
	float: left;
	width: 100;
}

input {
	padding: 5px;
	border-color: #0e4346;
	border-style: solid;
	border-width: 1px;
	font-size: 1.0em;
	font-family: Verdana, sans-serif;
}

textarea {
	padding: 5px;
	border-color: #0e4346;
	border-style: solid;
	border-width: 1px;
	font-size: 1.0em;
	font-family: Verdana, sans-serif;
}

select {
	padding: 5px;
	border-color: #0e4346;
	border-style: solid;
	border-width: 1px;
	font-size: 1.0em;
	font-family: Verdana, sans-serif;
}

/*
input { padding-left:2px; font-size:1.0em ;font-family:Verdana, sans-serif ;}
textarea { padding-left:2px; font-size:1.0em ; font-family:Verdana, sans-serif ;  }
select { font-size:1.0em ; font-family:Verdana, sans-serif ; }
*/

#ctl00_ContentPlaceHolder1_Login1 {
	background-color: white !important;
	border-color: #0e4346 !important;
}

	#ctl00_ContentPlaceHolder1_Login1 td[align="center"] {
		padding: 10px;
	}

#ctl00_ContentPlaceHolder1_Login1_LoginButton {
	border-color: #0e4346 !important;
	color: #0e4346 !important;
	margin: 10px;
}

/*IE8 table header fix*/
th {
	text-align: left;
}
