@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #5474AF url(/images/timeline/bg.jpg) repeat-x;
	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;
}

.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}

a {
	outline:none;
}


.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #ubFooter {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 578px;
	background: #506EA8 url(/images/timeline/bg.jpg) repeat-x;
	position: relative;
}

#mainContent #ubHeader {
	position: relative;
	height:102px;
}
#mainContent #ubHeader #mainNav {
	margin: 0px;
	padding: 0px;
	width: 168px;
	position:absolute;
	bottom:5px;
	left: 220px;
}

#mainContent #ubHeader #logo {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
}
#mainContent #ubHeader #genNav {
	margin: 0px;
	padding: 0px 9px 0px 0px;
	float: right;
}
#mainContent #ubBody {
	margin: 0px 0px 0px 21px;
	padding: 0px;
	width: 760px;
	background: #4E7AB3 url(/images/timeline/bg_image.jpg) no-repeat;
	height: 480px;
}



#mainContent #ubBody #slider {
	margin: 0px;
	padding: 0px 0px 0px 17px;
	height: 316px;
	width: 566px;
	background: url(/images/timeline/bg_slider.jpg) no-repeat;
	position: relative;
	top: 37px;
	left: 98px;
}
#mainContent #ubBody #arrowL {
	position: absolute;
	left: 92px;
	top: 390px;
	cursor: pointer;
	border:none;
	outline:none;
}
#mainContent #ubBody #arrowR {
	position: absolute;
	left: 696px;
	top: 390px;
	cursor: pointer;
	border:none;
	outline:none;
}
