html, body, p {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	letter-spacing: .05em;
	color: #000000;
	background-color: #767676;
	background-image: url(../generic/bck.gif);
	background-repeat: repeat-x;
	background-position: top;

}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
color: #0000FF;
	text-decoration: none;
}
a:hover {
color: #0000FF;
	text-decoration: underline;
}
a:active {
color: #0000FF;
	text-decoration: underline;

}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
	border-bottom: 2px solid #000000;
	width: 654px;
	margin-right: auto;
	margin-left: auto;

}

.ddoverlap ul{
	padding: 0;
	margin: 0;
	font: bold 105% Tahoma, Verdana, Arial;
	list-style-type: none;
	

}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 2px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #000000;
background: transparent url(../cornell/default_tab.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 2px solid #none;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
text-decoration: none;

}

.ddoverlap li a:visited{
color: #000000;
}

.ddoverlap li a:hover{
color: #fff;
background: transparent url(../cornell/selected_tab.gif) 100% 0 no-repeat;
text-decoration: none;
}

#slideshow .ddoverlap li.slideshow a, #vts .ddoverlap li.vts a, #map360 .ddoverlap li.map360 a, #brochure .ddoverlap li.brochure a, #send .ddoverlap li.send a { /*selected tab style*/
color: #fff;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../cornell/selected_tab.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}
#show {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#show p {
	margin: 10px;
	padding: 3px;
}

.desc {
	background-image: url(../cornell/desc_bck.gif);
	background-repeat: repeat-y;
	text-align: justify;
	width: 325px;


}
#instruction {
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-left: 5px;
}
#agent {
	text-align: left;
	float: right;
	width: 275px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#footer {
	background-color: #000000;
	width: 650px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

	
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px;
	
}
#footer ul li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#footer ul li.last {

	border-right-color: #000000;
}
#footer p {

}
#copyright {
	font-size: 90%;
	color: #d7d7d7;
	text-align: right;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#copyright a {
	color: #d7d7d7;
}
#copyright a:hover {
	text-decoration: underline;

}
ul#tour {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]-->
