body {
	background-color: #d9d9d9;
	background-image: url("https://www.baylor.edu/content/images/baylorbg_top_gray.jpg");
	background-repeat: repeat-x;
	margin: 0px 0px; 
}

.clear { clear: both;}

*>html .clear {height: 0px;}

html,body {
	height: 100%;
}

#pagetable_holder {
	height: 100%;
}

.header {
	width: 884px;
	height: 70px;
	background-color: #004500;
	border-bottom: 1px solid #ffcc66;
}

.blackbar {
	background-color: #000;
	border-bottom: 8px solid #FFF;
}

.content_wrapper {
	background-image: url("https://www.baylor.edu/content/images/leftnav_bg.jpg");
	width: 884px;
}

.content_wrapper_noleftnav {
	background-color: #FFF;
	width: 884px;
}

.content_container {
	float: right;
	width: 664px;
}

.content_container_noleftnav {
	width: 884px;
}

.content_right {
	float: right;
	/*\*/
	width: auto;
	height: auto;
	/* */
	padding-left: 10px;
}

*>html .content_right {margin-right: 0px; width: 1px;}

.leftnav_wrapper {
	position: relative;
	width: 200px;
}

.leftnav_title {
	width: 202px;
	height: 18px;
	background-color: #004500;
	color: #FC6;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
}

.leftnav_title2 {
	width: 202px;
	height: 18px;
	background-color: #004500;
	color: #FC6;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	float: left;
}

.footerbar {
	background-color: #004500;
	width: 884px;
	padding: 4px 0px 4px 0px;
	border-top: 8px solid #FFF;
}

.pageaddress {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.baylorsearch {
	width: 192px;
	height: 20px;
	background-color: #CCC;
	float: left;
	padding: 10px;
}

.baylorsearch_textbox {
	margin-bottom: 10px;
	padding: 0px;
}

.baylorsearch input { 
  border: 1px solid black;
  padding: 2px;
  color: #060;
}