html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
#container { position: relative; }
html>body #container { height: auto; }
img { border: none; }
a { text-decoration: none; }
#logo {
	text-align:center;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
}
#bottom_dec {
	position: absolute;
	background: url(../images/layout/bottom_dec.jpg) repeat-x;
	width: 100%;
	height: 4px;
	left: 0px;
	top: 450px;
}
#nav {
	width: 100%;
	font: bold 11px tahoma;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 158px;
}
#nav a {
	padding: 0 4px 0 4px;
	color: #FFFFFF;
}
#nav a:hover, #nav a.current { color: #35b5b4; }
#main {
	width: 100%;
	background: #35b5b4 url(../images/layout/background.jpg) top repeat-x;
	text-align: center;
	border-bottom: 1px solid #0e6282;
}
#content {
	width: 780px;
	padding: 205px 0 0 0;
	margin: 0 auto 0 auto;
	font: 11px Tahoma;
	color: #004c66;
	letter-spacing: 0.4px;
	line-height: 16px;
}
#content a { color: #004c66; }
#content a:hover { color: #ffffff; }
hr { width: 555px; border-top: 1px solid #0e6282; border-bottom: 1px solid #0e6282; }
.fine { font-size: 9px; }
h1, .h1 { font: bold 11px Tahoma; color: #ffffff; }
.bold { font: bold 11px Tahoma; color: #0e6282;}
td { vertical-align: top; }
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 80px;
	height: 16px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 150px;
	height: 15px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 208px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #D6D6D6;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}
.fineprint {
	font-size: 9px;
}
#footer {
	font: 10px Arial;
	color: #0e6282;
	text-align: center;
	width: 100%;
	bottom: 0px;
}
#footer a { color: #2dacac; }
#footer a:hover { color: #0e6282; }
.fm-logo {  margin: 0 0 0 0; }