body {
	background-color: #F4EB93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #605806;
	
}

h1 {
	border-bottom: 1px solid black;
	color: black;
}

h2{
	color: #CFC561;
}

ol li {
	color: #605806;
}
a{
	text-decoration:none;
}
/* unvisited link */
#menu a:link {
    color: #F4EB93;
}

/* visited link */
#menu a:visited {
    color: #F4EB93;
}

/* mouse over link */
#menu a:hover {
    color: red;
	font-size: 105%
}

/* selected link */
#menu a:active {
    color: blue;
}

div.content {
    margin-left: 250px;
}
#menu {
    position: fixed;
    height: 98%;
    top: 0;
    left: 0;
    background: #605806;
    width: 220px;
    padding: 10px;
	overflow: auto;
}


a:hover{
	color: red;
	font-size: 103%;
}

a:link {
	color: black;
}

a:visited {
	color: brown;
}

div.chunk {
	padding-top: 24px;
	padding-bottom: 2000px;
	border: 0px solid black;
}

ul {
	margin: 0;
    padding: 0;
	list-style-type: none;
}

li {
	margin: 0.6em 0;
    color: #F4EB93;
}

.body {
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.body ol li {
	color: black;
}

input {
  border: solid 1px somecolor;
  color: #eee;
  border-radius:5px;
 -moz-border-radius:5px;
  background: -moz-linear-gradient(top, #5E5E5E 0%, #474747 51%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E5E5E), color-stop(51%,#474747), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
  background: -ms-linear-gradient(top, #5E5E5E 0%, #474747 51%, #0a0e0a 51%, #0a0809 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E5E5E', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
  
}

input:hover {
  color: white;

}

.abstract {
	border: 1px solid black;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.scroll-pane
{
	width: 50%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
	
