@charset "utf-8";
/* CSS Document */
body {
	min-width: 900px;
	background: #000000;
	height:100%;
	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: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.background {
	z-index:0;
	}
.r-transbox
{
  	background-color:#ffffff;
	overflow: auto;
  	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
   	position: absolute;
   	left: 518px;
	top:200px;
	max-height: 440px;
   	width: 378px;
}

.c-transbox
{
  	background-color:#ffffff;
	overflow: auto;
  	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
   	position: absolute;
   	left: 257px;
	top:300px;
	max-height: 300px;
   	width: 502px;
}
.l-transbox
{
  	background-color:#ffffff;
	overflow: auto;
  	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
   	position: absolute;
   	left: 60px;
	top:200px;
	max-height: 440px;
	margin-bottom: 50px;
   	width: 378px;
}

.transbox-text 
{
   	font-family: Futura, Helvetica, Arial, sans-serif;
    font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 15px 15px 15px 15px;
	background-color: transparent;
	color:#000000;
	opacity: 1.00;
 	filter:alpha(opacity=100);
 }


.signature
{
	text-indent:50px;
	font-style:italic;
	padding-top:3px;
	padding-bottom:20px;
}

.lowertitle {
   	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform:lowercase;
}
