body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
}

#banner {
  border-bottom: 1px solid black;
}

#divider {
	height: 10px;
	background-color: silver;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#projectLogo {
	font-weight: bold;
	font-size: x-large;
}

#organizationLogo {
	float: right;
}

#footer {
  font-size: small;
  text-align: center;
}

#navigation {
	float: left;
	padding: 3px;
	width: 18%;
	border-right : 1px solid black;
	border-bottom: 1px solid black;
	font-size: small;
}

#navigation h5 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid black;
}

#navigation_menu {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#navigation_menu li {
  padding-left: 0px;
  list-style-position: outside;
  line-height: 1.2em;
  font-size: smaller;
}

#content {
  margin-left: 20%;
  padding-top: 25px;
}

h1 {
	font-size: x-large;
	border-bottom: 1px solid gray;
}

h2 {
	font-size: large;
	border-bottom: 1px solid gray;
}

img.rightimg {
	float: right;
	padding: 10px;
}

dl {
	padding-left: 10px;
}

dl dt {
	font-weight: bold;
}

a.backtotop {
  float: right;
}

table.bodyTable {
	width: 100%;
	font-size: small;
}

table.bodyTable th {
	text-align: left;
  color: white;
  padding: 2px;
}

table.bodyTable tr.a {
	background-color: lightgrey;
}

table.bodyTable td {
	padding: 2px;
}

table.bodyTable tr.b {
	background-color: silver;
}

dd {
	padding-bottom: 10px;
}

blockquote {
	font-style: italic;
	border: 1px dotted black;
	padding: 5px;
	background-color: #fff3ee
}

pre {
	font-size: larger;
	border: 1px dotted black;
	padding: 5px;
	background-color: #fff3ee	
}

ul.folderlayout li {
  list-style-type: none;
}