@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.bua #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding-top: 100px;
} 
.bua #rightColumn {
	width: 146px;
	float: right;
	height: 520px;
	min-height: 520px;
	position:relative;
}
.bua #contentcontainer {
	width: 740px;
	margin-right: 10px;
	float: left;
}
.bua #header {
} 
.bua #mainmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 6px;
}
.bua #submenu {
	margin-top: 7px;
}
.bua .submenu {
	position: absolute;
	width: 740px;
	visibility: hidden;
	;
}
.bua .submenu_on {
	position: absolute;
	width: 740px;
	visibility: visible;
}
.bua #mainContent {
	margin-top: 50px;
} 
.bua #footer {
	text-align: right;
	margin-top: 35px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.hidden {
	visibility: hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bua #imageDescription {
	margin: 20px 0px;
	top: auto;
	width: 146px;
	position: absolute;
	bottom: 0;
}
.bua #imageNav {
	text-align: left;
	width: 146px;
	position: absolute;
	bottom: 0;
}
.bua #imageNav img {
	margin-right: 12px;
}
.bua #imageNav.withPDF {
	margin-top: 0px;
}
.bua #downloadPDF {
	padding: 10px 0px 0px 0px;
	text-align: left;
	min-height: 50px;
}
