body {
/*	background: #e09339;
	background-image:url(/html/es/images/home_bg.jpg); */
	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;
}
.oneColFixCtrHdr #container {
	height: 613px;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
/*	background-image:url(/html/es/images/tile3.png);  */
	z-index:2; 
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* This is the colored pane */
#bdcontent{
	position:relative;
	width:685px;
	height:435px;
	top:17px;
	left: 5px;
	margin: 0 auto;
	padding: 50px 0 0 0;
/*	border:dotted; */
	z-index:2;
}
/* This is the text area in the colored pane */
#bdscroll{
	position:relative;
	width:570px;
	height:318px;
	top:20px;
	left:30px;
	margin: 0 auto;
	padding: 0 20px 0 50px;
	z-index:4;
}
p, li, table{
	font: 14px/1.2em "Segoe UI", Palatino, Optima, Arial, Helvetica, sans-serif; 
/*	text-indent: 33px; */ 
}
p	{margin: 0 10px 10px 0px;
}
li	{margin-left:-20px;}
ul	{margin-top:6px;}
p.block{
	font: 13px/1.2em; 
	text-indent: 0px;
	margin: 0 10px 5px 0;
}
p.small	{font-size:1em;}

#navigation	{
	z-index:101;
}
#heading	{
	position: relative;
	float: left;
	top: 2px;
	left: 110px;
	width: auto;
	height: 50px;
	margin: 0 auto;
	z-index:3;
}
#subNavContainer	{
	position:relative; 
	float:right; 
	top:40px; 
	right:240px; 
	height: 35px; 
	color:white; 
	margin-bottom:-50px; 
	z-index:101;
}
.tablehead	{
	font-weight:bold; 
}
.caption{
color: #993300;
font-family: "Segoe UI", Optima, Arial, Helvetica, serif;
font-size: 11px;
font-style: italic;
line-height: 12px;
margin-top: -10px;
text-align: center;
}
#aztec	{
	position: relative;
/*	background-image:url(/html/es/images/aztec-pattern.png); */
	float: left;
	top: 50px;
	left: -400px;
	width: 53px;
	height: 347px;
	z-index:3;
}
#logo	{
/*	background:url(/html/es/images/logo2.png) top center no-repeat; */
	position:relative;
	top: -38px;
	height:45px;
	text-align:center;
	margin: auto;
	width:100%;
}
#bottombanner	{
	position:relative;
	top: -12px;
	height:59px;
	width:100%;
}
#bdscroll h1, h2, h3, h4, h5{
color:#f2c500;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
#bdscroll h1{
font-size:120%;
margin-bottom:0px;
}
#bdscroll h2{
font-size:110%;
margin-bottom:0px;
}
#bdscroll h3{
font-size:100%;
font-style: italic;
margin-bottom:-6px;
}
#bdscroll h4{
font-size:95%;
font-weight: normal;
margin-bottom:-6px;
}
#bdscroll h5{
font-size:90%;
font-weight: normal;
font-style:italic;
margin-bottom:-6px;
}
a:link {color: black; text-decoration: none; }
a:visited {color: purple; text-decoration: none; }
a:hover {color: white; text-decoration: underline; }
a:active {color: white; } 

a.map {font: 12px/14px Arial, Helvetica, sans-serif; color: blue;}
a.map:link {color: blue;}
a.map:visited {color: blue;}
a.map:hover {color: black;}
a.map:active {color: black;} 

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1000;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cccccc;
	z-index:4;
	/*color: #7D9353;
	background-image:url(../images/75p_honey.png);*/
}
.jScrollPaneDrag {
	position: absolute;
	/*overflow: hidden;*/
	cursor: pointer;
/*	background-image:url(/html/images/scrollTab.gif); */
	background-repeat:no-repeat;
	background-position: center;
	z-index:4;	
	/*color: #CCCCCC;*/
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

