@CHARSET "ISO-8859-1";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003e7e;
	margin: auto; /* 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;
	width: 1000px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #8099E6;
}
.twoColLiqLtHdr #container { 
	width: 900px;
	background: #003e7e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLiqLtHdr #header { 
	background: #EEEEEE; 
	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. */
	font-family: Arial Black, serif;
	height: auto;
	overflow: auto;
	margin: -10px 0 10px 0;
	border: 2px solid gray;
	border-radius: 5px;
} 

.twoColLiqLtHdr #header h1 {
	margin: auto; /* 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: 20px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-shadow: 2px 2px 5px gray;
	color: #003e7e;
	overflow: auto;
	margin-left: 160px;
	margin-top: 25px;
}

#ersllogo {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px 5px 10px 5px;
}

#deslogo {
	float: left;
	margin: auto;
	margin-left: 20px;
}

#utlogo {
	vertical-align: middle;
}

.twoColLiqLtHdr .sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 2px 10px 2px; /* top and bottom padding create visual space within this div  */
	border: 2px solid gray;
	border-radius: 5px;
	font-size: 16px;
}

#intro {
	background-color: #CCCCCC;
	color: #000000;
	border: solid 1px gray;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-radius: 5px;
	height: 30px;
	text-shadow: 2px 2px 5px gray;
	padding: 2px;
	margin: 10px 5px 5px 5px;
}

.twoColLiqLtHdr .sidebar1 h4 {
	margin: 2px 0 0 10px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.twoColLiqLtHdr .sidebar1 p {
	margin: 0 10px 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
}

.twoColLiqLtHdr .sidebar1 h5 {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 20px;
	font-weight: normal;
	font-size: 14px;
}

.twoColLiqLtHdr #mainContent { 
	margin: 0; 
	padding: 5px 10px;
	float: right;
	width: 660px;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid gray;
} 

#slideshow {
	height: 500px;
}

#slideshow img {
	width: 90%;
	margin: auto;
	display: block;
	vertical-align: middle;
}

.imagefull {
	width: 100%;
	margin: auto;
	height: auto;
	clear: both;
}

.imagepartial img {
	align: center;
	margin: auto;
}

#yearlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#map3d {
	height: 700px;
	width: 100%;
}

<!--[if IE]>

<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->