html{
 background-color: #eeede9;
}
body.inv{
}
#ksu-header{
	width: 100%;
}
#ksu-header-top{
	background: url(/client/jpg/header-top-bg.jpg);
}
#ksu-header-masthead {
	height: 130px;
	width: 960px;
	background: url(/client/jpg/header-masthead-bg.jpg) no-repeat;
	margin: auto;
	position: relative;
}
#ksu-header h1{
	float: left;
	margin: 23px 0 0 9px;
	width: 350px;
	height: 90px;
	padding: 0;
	text-indent: -9999px;
	background: url(/client/png/wordmark.png) no-repeat 5px 5px;
}
#menu-div{
	position: absolute;
	top: 130px;
}
#page-title{
	max-width: 960px;
	margin: auto;
	
}
main.inv{
	max-width: 960px;
	margin: auto;
	background-color: #FFFFFF;
}
ul.inv{
	list-style: outside;
	margin-left: 1em;
}
li.inv{
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: circle;
}
a.inv{
	color: #512888;
	text-decoration: underline;
}
figure img{
	display: block;
	width: 80%;
	max-width: 60em;
	max-height:40em;
	margin: auto;
}
figure figcaption{
	width: 80%;
	max-width: 40em;
	margin: auto;
}
table tr{
	font-size: 0.9em;
}
table td,table th{
	padding: 0.2em 0.5em;
	border: solid 2px #D2D1CD;
}
table tr td:first-child{
	text-align: right;
	color
}
