body {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	width: 720px;
	background-color: black;
	color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

b {
   color: #FFFFFF;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	color: #AAE0BB;
}

a {
	color: #6699FF;
	text-decoration: none;
}

a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

a:visited {
	color: #66CC66;
}

a:active {
	color: white;
	text-decoration: underline;
}

ul.navbar {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding-bottom: 14px;
}

.navitem, .navitem-selected {
	font-size: 11px;
	text-align: center;
	padding: 1px;
	background-color: #336677;
	text-transform: uppercase;
}

li.navitem,  li.navitem-selected {
  position: absolute;
}

.navitem-selected {
	background-color: #333333;
}

.navitem a {
	font-size: 11px;
	color: #FFFFFF;
}

.navitem a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.navitem a:visited {
	color: #FFFFFF;
}

.pullquote {
  text-align: center;
	font-size: 13px;
	font-style: italic;
}

.quote-attrib {
  text-align: center;
	color: #AAE0BB;
	font-size: 13px;
	font-variant: small-caps;
}

.quote-backdrop {
	background-color: #222233;
	padding: 4px;
	margin: 0;
}

.home-table {
	width: 100%;
}

.home-text {
	width: 450px;
	vertical-align: top;
	padding: 3px;
}

