html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
	border: none;
}
html {
	background: #CBDDE0 url(../images/layout/bottom-background.jpg) bottom left repeat-x;
}
body {
	background: url(../images/layout/top-background.jpg) top left repeat-x;
}
#container {
	min-width: 750px;
	background: url(../images/layout/footer-background.jpg) bottom left repeat-x;
	position: relative;
}
html>body #container {
	height: auto;
}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
}
#header-container {
	width: 100%;
	height: 97px;
	position: absolute;
	top: 0px;
}
#logo-left {
	width: 114px;
	height: 97px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo-right {
	width: 227px;
	height: 82px;
	position: absolute;
	top: 0px;
	left: 114px;
}
#bda-logo {
	width: 60px;
	height: 84px;
	position: absolute;
	top: 10px;
	right: 3px;
}
#nav {
	width: 100%;
	height: 27px;
	position: absolute;
	top: 97px;
}
#nav a, #nav a:visited {
	font: bold 13px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#nav a:hover, #nav a.current {
	color: #EEEADF;
}
#nav ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
#nav li {
	padding: 4px 0px 3px 0px; margin: 0;
	display: block;
	float: left;
	background: url(../images/layout/nav-line.jpg) right no-repeat;
}
#nav li a {
	padding: 7px 12px 5px 12px; margin-right: 1px;
}
#nav li a:hover, #nav li a.current {
	background: #274D58 url(../images/layout/nav-background-over.gif) top repeat-x;
}
#heading {
	position: absolute;
	top: 145px;
	left: 30px;
}
#content, p {
	padding: 185px 30px 110px 30px;
	font: 12px Arial, Helvetica;
	color: #246D8B;
	text-align: justify;
}

p {
	padding: 0px;
}

#content a, #content a:visited {
	color: #184C5F;
}
#content a:hover {
	color: #246D8B;
}
h1, .h1, h2, .h2 {
	font: bold 12px Arial, Helvetica;
	color: #184C5F;
}

h2, .h2 {
	color: #FFFFFF;
}

td {
	padding: 0;
	vertical-align: top;
}

#paddedcell td {
	padding: 3px;
	vertical-align: top;
}
#listingtb {
	background: #B1CACF;
	border: 1px solid #20677D;
	width: 100%;
}

#listingtb2 {
	background: #B1CACF;
	border: 1px solid #20677D;
	width: 100%;
}

#listingtb td, #listingtb2 td {
	padding: 5px;
}
.img-left {
	border: 4px solid #558691;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img-right {
	border: 4px solid #558691;
	float: right;
	margin: 0px 0px 10px 15px;
}
.right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.img-left:hover, .img-right:hover {
	border: 4px solid #20667D;
}
.textfield, .textarea, .smallfield, .textfieldreport {
	width: 160px;
	height: 15px;
}


.widetextarea{
	padding: 2px;
	font: 12px Arial, Helvetica;
	color: #246D8B;
	background: #B1CACF;
	border: none;

}

.smallfield {
	width: 30px;
}

.textfieldreport {
	width: 96px;
}

.textarea {
	height: 120px;
}
.textfield:hover, .textarea:hover, .smallfield:hover, .fileinput:hover {
	background: #A2C0C8;
}
.fileinput {
	width: 160px;
	margin-top: 1px;
	font: 12px Arial, Helvetica;
	color:  #246D8B;
	background: #B1CACF;
	border: none;
	height: 15px;
	padding: 2px;
}
.button, .widebutton {
	width: 70px;
	height: 18px;
	background: #246D8B;
	border: none;
	font: 11px Arial, Helvetica;
	color: #FFFFFF;
}
.widebutton {
	width: 120px;
}
.button:hover, .widebutton:hover {
	background: #448092;
}
.photo {
	border: 4px solid #558691;
	margin: 5px 5px 5px 5px;
}
#footer {
	position: absolute;
	right: 7px;
	bottom:42px;
	font: 10px Arial, Helvetica;
	color: #246D8B;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #01466A;
}
#footer a:hover {
	color: #246D8B;
}
.fm-logo {
	float: right;
	margin: 6px 0px 0px 7px;
}
