#mainheader {
	position: relative;
	background: url(images/main3_01_2.png);
	width:833px; height: 200px;
}

#mainheader div#links {
	position: absolute;
	top: 12px; left: 30px;
	font-weight: bold;
}

#mainheader div#bookmark {
	position: absolute;
	top: 12px; left: 666px;
	font-weight: bold;
}

#mainheader div#sitename {
	position: absolute;
	top: 35px; left: 15px;
	font-family: Arial;
	font-size: 30pt;
	color: #003366;
	font-weight: bold;
}
#mainheader div#siteslogan {
	position: absolute;
	top: 75px; left: 125px;
	font-family: Arial;
	font-size: 11pt;
	color: #003366;
	font-weight: bold;
}
#mainheader div#sitelogo {
	position: absolute;
	top: 113px; left: 20px;
}
#mainheader div#directionsfon {
	position: absolute;
	top: 41px; left: 475px;
	width: 335px; height: 64px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	/*background: green;*/
}

#mainheader div#directions {
	position: absolute;
	top: 15px; left: 12px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

#mainheader div#calculatorfon {
	position: absolute;
	top: 120px; left: 475px;
	width: 335px; height: 64px;
}

#mainheader div#calculator {
	position: absolute;
	top: 15px; left: 85px;
	font-family: Arial;
	font-size: 10pt;
}

#mainbody {
	position: relative;
	text-align: center;
	color: #003366;
}

#mainbody div#relative {
	position: static;
	top: 0; left: 0;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#status {
	position: relative;
	top: 0; left: 0;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.selectcurr{
	width: 170px;
	font-size: 12pt;
	background-color: #33CC33;
	color: white;
}

.whitegreen {
	font-size: 12pt;
	background-color: #33CC33;
	color: white;
}

.currexist {
	color: white;
	font-size: 12pt;
}
.currnotexist {
	color: #c0c0c0;
	font-size: 8pt;
}
