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 {
    position: relative;
    width: 884px;
    height: 70px;
    background-color: #004500;
    border-bottom: 1px solid #ffcc66;
}

#headertext
{
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: right;
	background: #004500;
	display: block;
	margin: 0px;
	padding: 14px 20px 18px 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 18px;
}

#headertext a, #headertext a.hover, #headertext a.visited
{
	text-decoration: none;
	color: #ffcc66;
	font-family: verdana, arial, helvetica;
	font-size: 18px;
}

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


.content_wrapper {
	background-color: #FFF;
	width: 850px;
	margin: 15px;

}

.content_container_noleftnav {
	width: 850px;
}


.content_right {
	bottom: 70px;
}

.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;
}



