@charset "UTF-8";
body {
	background: #000000;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.history #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(img/abstract_history_header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border-right-color: #000000;
}
.history #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. */
	width: 1000px;
	height: 332px;
	margin: 0;
	border: 0;
}
.history #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.history #isimbox {
	margin: 0;
	position:absolute;
	top: 290px;
	left: 66px;
	width: 69px;

}

.history #ucscbox {
	margin: 0;
	position:absolute;
	top: 289px;
	left: 1px;

}

.history #mainContent {
	/* background: #FFFFFF; */
	/* background-image: url(img/diversity-change.jpg); 
	background-repeat: no-repeat; */
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-right: 0px;
	padding-left: 312px;
	padding-right: 200px;
	border-color: #000000;
	outline-color: #000000;
	line-height: 150%;
}
.history #footer {
	padding: 0;
	width: 1000px;
}
.history #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#c2def6;
	margin: 0;
	letter-spacing: 1pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#faeada;
}
a:link {
	color: #02de94;
	text-decoration: underline;
}
a:visited {
	color: #9933CC;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
