
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: White;
	Color: Black;
}

a:link, a:visited {
	text-decoration: none;
}

a:link {
	color: #0030D0;
}

a:visited {
	color: #030367;
}

a:hover {
	text-decoration: underline;
}

a:hover.anchor {
	text-decoration: none;
}

img {
	border: none;
}

h2 {
	font-size: 18px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(title1.jpg) no-repeat bottom left;
}

li {
	margin-bottom: 0.3em;
}

.condenselist li {
	margin-bottom: 0;
}

#titlelogo {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

#sidenav {
	float: left;
	width: 20%;
	background-color: #EBF0F0;
	padding: 0px;
	border: 1px Black solid;
}

#sidenav ul {
  /* Prevent list bullets */
  list-style: none;
  margin-left: 4px;
  margin-right: 4px;
  /* Other */
  padding: 0px;
  margin-bottom: 0px;
}

#sidenav li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	width: 100%;
}

#sidenav a {
   color: Black;
	/*padding: 6px;*/
}

#sidenav a:hover {
   text-decoration: none;
	background-color: #030367;
	color: White;
}

#main {
	float: left;
	margin-left: 15px;
	width: 70%;
	/*border: thin solid;*/
}

#main > H2:first-child {
	/*border: thin solid;*/
	margin-top: 0px;
}

#sidenav > UL:first-child {
	margin-top: 0px;
}

#endmarker {
	clear: left;
	margin-top: 1em;
	height: 1px;
	border: 1px solid Gray;
}

#endblock p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.screenshot {
	border: 1px solid Black;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}