/* Basic tags */
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: sans-serif;
}

#body {
	margin: 72px 12px 0px 12px;
	padding: 0px;
}

table {
	max-width: 100%;
}

img {
	max-width: 100%;
}

a img {
	border: 0px;
}

/* Anchors */
a {
  text-decoration: none;
  color: #516087;
}

a:visited {
  color: #516087;
}

a:active {
  color: #868686;
}

a:hover {
  text-decoration: underline;
  color: #5160fe;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}

/* Common page elements: Header, footer, etc. */

#logo {
	position: absolute;
	top: 2px;
	left: 8px;
	border: 0px;
	z-index: 10;

	background: url("") no-repeat;
}

#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 40px;

	text-align: right;

	background-color: #516087;
	border-bottom: 1px solid #343434;
}

#banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 48px;

	background: url("/images/spacer.png") no-repeat;
}

#banner a img {
	width: 300px;
	height: 48px;
}

#hdrNavTop {
/*        float: right; */
	position: relative; left: -2ex; top: 5px;
        font-size: 26px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
/*	font-weight: 900; */
}

#hdrNav {
	position: absolute;
	top: 42px;
	left: 0px;

	margin-left: 64px;
	text-align: left;
	vertical-align: middle;
}

#hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}


/* Search thingy */

#search {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #dddddd;
}

#search input {
	border: 1px solid #666666;
	background-color: #ffffff;

	vertical-align: middle;
}


/* Sidebar */

#sidebar {
	position: relative;
	left: 0px;

  padding-top: 0px;
  padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #516087;
	background-color: #efefef;
}

#sidebar img {
  border: 0px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

#sidebar img.cover {
}

#sidebar p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #efefef;
}

#sidebar p.section {
  margin-top: 0px;
  margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #efefef;
	background-color: #516087;
}

#sidebar p.title {
  text-align: center;
  font-size: small;
  font-weight: bold;
  color: #343434;
}

#sidebar p.album {
  text-align: center;
  font-size: small;
  color: #343434;
}

#sidebar ul {
  margin: 0em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

/* Content */

#content {
  position: relative;
  left: 0px;

  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #516087;
  background-color: #efefef;
}

#content p {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #efefef;
}

#content p.section {
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #efefef;
  background-color: #516087;
}

#content ul {
  margin: 0em;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

/* Copyright footer */

#copyright {
	text-align: center;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}

#copyright a {
  color: #343434;
  text-decoration: none;
}

#copyright a:hover {
  color: #516087;
}

#copyright a:visited {
  color: #343434;
}

/* Generic Classes */

div.code {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
}
