body {
  font-size: 12px;
}
p, ul {
  margin-left: 3em;
}
h1 {
  text-align: left;
	font-weight: normal;
	color: rgb(61, 85, 179);
	font-size: 24px !important;
	text-transform: lowercase;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #3d55b3;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #3d55b3;
  padding-bottom: 10px;
}
div#docsmenu {
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: 100%;	
	border: 1px solid rgb(125, 173, 216);
	padding: 4px;
	margin-top: 0px;
	background-color: rgb(188, 213, 235);
  text-align: right;
}
div#docsmenu a {
	color: #000;
	text-decoration: none;
	line-height: 11px;
	height: 11px;
	padding:1px 4px 4px 4px;
}
div#docsmenu a:hover {
	text-decoration: underline;
}
h2 {
  background-color: #fff;
  font-weight: normal;
  padding-bottom: 3px;
  border-style: none none solid none;
  border-color: #edefef;
  font-size: 120%;
}
h3 {
  font-weight: normal;
  padding-bottom: 3px;
	color: #666;
  margin-left: 1.2em;
  border: none;
  text-decoration: underline;
  font-size: 100%;
}
a {
  color:  #3d55b3;
}

div#footer_docs {
  padding-top: 8px;
  border-top: 1px solid #3d55b3;
  margin-top: 3em;
}
div#footnav {
  margin-top: 4em !important;
  border-top: 1px solid #efefef;
  padding-top: 5px;
}
a.prev {
  float: left;
}
a.next {
  float: right;
}
div#footnav div {
  clear: both;
}