img { display: block; }

html, body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

body
{
	background-color: #d9d9d9;
	background-image: url("https://www.baylor.edu/content/images/baylorbg_top_gray.jpg");
	background-repeat: repeat-x;
	margin: 0px 0px; 
}

#framework
{
	height: 100%;
	width: 900px;
	display: block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#container
{
	background-color: #fff;
	width: 900px;
	margin: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	padding: 0px;
}

#header
{
	width: 900px;
	background: #003800;
	display: block;
	border-bottom: 1px solid #ffcc66;
	margin: 0px 0px;
	padding: 10px 0px;
	left: 0px;
	position: relative;
}

* html body #framework #container #header
{
	width: 900px;
	w\idth: 902px;
}

#headertext
{
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 20px;
	text-align: right;
	background: #003800;
	display: block;
	margin: 0px;
	padding: 20px 20px 22px 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#headertext a, #headertext a.hover, #headertext a.visited
{
	text-decoration: none;
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 20px;
}

#topnav
{
	width: 900px;
	background: #000000;
	display: block;
	margin: 0px 0px;
	padding: 0px;
	left: 0px;
	height: 1px;
	position: relative;
	border-bottom: 8px solid #000000;
	overflow: hidden;
}

* html body #framework #container #topnav
{
	width: 900px;
	w\idth: 902px;
}

#bcnav
{
	background: #e0e0e0;
	width: 676px;
	padding: 6px 8px 5px 8px;
	color: #444444;
	margin: 0px 0px 8px 0px;
}

#bcnav a
{
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

#bcnav a:hover { text-decoration: underline; }

#footer
{
	background-color: #fff;
	clear: right;
	width: 900px;
	display: block;
	margin: 0px;
	padding: 0px;
	left: 0px;
	border-top: 2px solid #003800;
}

* html body #framework #container #footer
{
	width: 900px;
	w\idth: 902px;
}

#footer_links
{
	width: 900px;
	padding: 2px 0px 4px 0px;
	background: #003800;
	display: block;
	left: 0px;
	position: relative;
	text-align: center;
	margin: 0px 0px 8px 0px;
}

* html body #framework #container #footer #footer_links
{
	width: 900px;
	w\idth: 902px;
}

#copyright
{
	background: #fff;
	display: block;
	margin: 2px 10px 10px 10px;
	text-align: center;
}

#layout
{
	width: 890px;
	margin: 6px;
	display: block;
	background-image: url(https://www.baylor.edu/content/images/frame_content_bgrd.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#content
{
	background-color: #fff;
	width: 696px;
	display: block;
/*	background: red; */
	float: right;
	margin: 0px 0px 12px 0px;
}

#content_right
{
	margin: 0px 5px;
}

#leftnav
{
	width: 185px;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	display: block;
	background: #003800;
	height: 100%
}

div.greenbox
{
	width: 185px;
	padding: 0px;
	margin: 0px;
	background: #003800;
	color: #fff;
	border-bottom: 2px solid #003800;
}

div.yellowbox
{
	width: 185px;
	padding: 0px;
	margin: 0px;
	background: #003800;
	color: #000;
	border-bottom: 2px solid #003800;
}

div.box_title
{
	padding: 6px 8px;
	font-weight: bold;
	text-transform: uppercase;
	background: #003800;
	color: #fff;
}

div.yellowbox .box_content
{
	padding: 4px;
	margin: 0px 1px;
	background: #FDC210;
	color: #000;
}

.greenbox .box_title
{
	padding: 6px 8px;
	font-weight: bold;
	text-transform: uppercase;
	background: #003800;
	color: #fff;
}

.greenbox .box_title a, .greenbox .box_title a:hover, .greenbox .box_title a#visited, .greenbox .box_title a#visited:hover
{
	color: #fff;
	text-decoration: none;
}

#leftnav .greenbox .box_content ul
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftnav .greenbox .box_content ul li { margin: 0px; }

#leftnav .greenbox .box_content ul li a
{
	display: block;
	background-color: #267026;
	color: #FFF;
	width: 169px;
	padding: 6px 8px;
	text-decoration: none;
	border-bottom: 1px solid #003800;
	font-weight: bold;
}

#leftnav .greenbox .box_content ul li a:hover
{
	background-color: #99bb99;
	color: #003800;
	font-weight: bold;
}

