html, body {
	width: 100%;
	min-width: 780px;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #F2F2F2 url(../images/layout/background.gif) right repeat-y;
}
#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
}
html>body #container {
	height: auto;
}
img {border: none;}
#right {
	width: 60px;
	height: 100%;
	background: #999999 url(../images/layout/right-shadow.jpg) left repeat-y;
	position: absolute;
	right: 0px;
	z-index: 12;
}
#right-top {
	width: 60px;
	height: 420px;
	position: absolute;
	top: 0px;
}
#right-line {
	width: 5px;
	height: 100%;
	background-color: #333333;
	position: absolute;
	right: 60px;
	z-index: 14;
}
#header {
	width: 99%;
	height: 112px;
	background: #E5E5E5 url(../images/layout/header-background.jpg) repeat-x;
	position: absolute;
	top: 0px;
	z-index: 11;
}
#logo-top {
	width: 199px;
	height: 79px;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 50;
}
#logo-bottom {
	width: 56px;
	height: 30px;
	background-image: url(../images/layout/logo-bottom.gif);
	position: absolute;
	top: 137px;
	left: 47px;
	z-index: 51;
}
#bd-logo {
	position: absolute;
	top: 148px;
	right: 210px;
	z-index: 1000;
}
#nav-container {
	width: 98%;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #333333;
	position: absolute;
	top: 112px;
	z-index: 10;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
}
#nav-container ul {
	padding: 0px; margin: 0px;
	white-space: nowrap;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#nav-container ul li {
	display: block;
	float: left;
	text-align:left;
	padding: 2px;
	margin: 0px;
}
#nav-container a, #nav-container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-container a:hover {
	color: #999999;
}
#nav-container a.current {
	font-weight: bold;
}
#nav-bottom-container {
	width: 98%;
	height: 20px;
	position: absolute;
	bottom: 57px;
	left: 5px;
	z-index: 160;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #666666;
}
#nav-bottom-container ul {
	padding: 0px; margin: 0px;
	white-space: nowrap;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#nav-bottom-container ul li {
	display: block;
	float: left;
	text-align:left;
	padding: 1px; margin: 0px;
}
#nav-bottom-container a, #nav-bottom-container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav-bottom-container a:hover {
	color: #999999;
}
.nav-bottom-current {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
#shadow-bottom {
	width: 100%;
	height: 51px;
	background: url(../images/layout/shadow-bottom.jpg) repeat-x;
	position: absolute;
	bottom: 80px;
}
#shadow-top {
	width: 100%;
	height: 51px;
	background: url(../images/layout/shadow-top.jpg) repeat-x;
	position: absolute;
	top: 137px;
}
#content-container {
	padding: 188px 215px 131px 30px;
	text-align: left;
	z-index: 100;
}
#content-container ul {
	list-style-type: square;
}
#content-container a, #content-container a:visited, #news-content a, #news-content a:visited {
	color: #CA0000;
	text-decoration: none;
}
#content-container a:hover, #news-content a:hover {
	color: #333333;
}
h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CA0000;
}
h3, .h3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #CA0000;
}
hr {
	border: 1px dashed #CCCCCC;
}
.img-border {
	border: 1px solid #767676;
	margin: 1px;
}
.img-border:hover {
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	margin: 0px;
	margin-bottom: 1px;
}
#contact-form {
	width: 220px;
	float: right;
	margin-left: 30px;
	display: table;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 155px;
	height: 20px;
	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;
}
#news-container {
	width: 135px;
	height: 100%;
	background-color: #EAEAEA;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	right: 65px;
	z-index: 1;
}
#news-content {
	width: 115px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	position: absolute;
	top: 205px;
	right: 74px;
	z-index: 200;
}
#news-shadow {
	width: 135px;
	height: 146px;
	background: url(../images/layout/shadow-top_2.jpg) top repeat-x;
	position: absolute;
	top: 137px;
}
#footer-container {
	width: 99%;
	height: 80px;
	background: url(../images/layout/footer-background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
#footer-container a, #footer-container a:visited {
	color: #D6D6D6;
	text-decoration: none;
}
#footer-container a:hover {
	color: #FFFFFF;
}
.fm-logo {
	float: left;
	margin: 8px;
	margin-top: 5px;
}
#footer-logo {
	width: 205px;
	height: 202px;
	background-image: url(../images/layout/footer-logo.jpg);
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 150;
}