html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html { background: #19313E url(../images/layout/background_test.gif) top repeat-x; }
a { text-decoration: none; }
img { border: none; }
#container { position: relative; }
html>body #container { height: auto; }
#top {
	width: 100%;
	height: 15px;
	background: url(../images/layout/top-background_new.gif) top right repeat-x;
	position: absolute;
	top: 0px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 15px;
}
#image {
	width: 100%;
	height: 159px;
	text-align: right;
	position: absolute;
	top: 87px;
}
.white { color:#FFFFFF; }
#nav1, #nav2 {
	width: 100%;
	height: 23px;
	background: url(../images/layout/nav-background.gif) repeat-x;
	position: absolute;
}
#nav1 {
	text-align: left;
	background-position: left;
	top: 246px;
}
#nav2 {
	text-align: right;
	background-position: right;
	top: 272px;
}
#nav3 {
	text-align: left;
	background-position: left;
	
}
#nav1 a {
	padding: 0 24px 0 6px;
	background: url(../images/layout/nav-break.gif) right no-repeat;
}
#nav2 a {
	padding: 0 6px 0 24px;
	background: url(../images/layout/nav-break.gif) left no-repeat;
}
#nav3 a {
	padding: 0px 24px 0 0px;
}
#nav1 a, #nav2 a, #nav3 a {
	font: bold 12px Tahoma;
	color: #B2CE17;
}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover { color: #FFFFFF; }
#nav1 a.current, #nav2 a.current, #nav3 a.current { color: #FFFFFF; }
#title {
	position: absolute;
	top: 311px;
	left: 110px;
}
#content {
	padding: 322px 40px 90px 110px;
	font: 12px tahoma;
	text-align: justify;
	color: #FFFFFF;
}
#content a { color: #B2CE17; }
#content a:hover { color: #FFFFFF; }
h1, .h1 { font: bold 12px tahoma; }
.h2, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B2CE17;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B2CE17;
}
#caltable td {
	border: 1px solid #41555F;
	margin: 0px;
}

.textfieldsmall {
	border: 1px solid #41555F;
	color: #FFFFFF;
	background: #465C67 !important;
}

.button {
	border: 1px solid #41555F;
	color: #FFFFFF;
	background: #465C67 !important;
}

#footer {
	width: 100%;
	height: 59px;
	text-align: right;
	background: #B2CE17;
	position: absolute;
	bottom: 0px;
}
#footer div {
	font: 10px arial;
	text-align: left;
	color: #4E6830;
	position: absolute;
	top: 18px;
	left: 101px;
}
#footer div a { color: #19313E; }
#footer div a:hover { color: #4E6830; }
.fm-logo {
	margin: 6px 7px 0 0;
	float: left;
}
#footer-left {
	width: 93px;
	height: 149px;
	background: url(../images/layout/footer-left.jpg);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
