body {
	margin: 0;
	background: #000 url(images/bg.jpg) center top no-repeat;
	font-family: arial, sans-serif;
}

#main {
	background: url(images/black.png);
	width: 80%;
	left:10%;
	height: 100%;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

.pane{
	height: 80%;
	padding: 2%;
	margin: 0.5%;
	display: inline;
}

.smallcaps {
	font-variant: small-caps;
}

.acronymLetter {
	text-decoration: underline;
}

#main a:hover, .green {
	color: #688135;
}

#header {
	padding-top: 5px;
	padding-bottom: 2px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #000 url(images/bg_black_blur.jpg) center top no-repeat;
	border-bottom: 2px solid #688135;
	z-index: 5;
}

#title {
	margin-left: 80px;
	margin-top: 8px;
	float: left;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

#caption {
	margin-right: 80px;
	margin-top: 8px;
	float: right;
	text-align: right;
	line-height: 16px;
	color: #fff;
}

#header #caption span{
	font-size: 20px;
	font-weight: bold;
	color: #688135;
}

#header #caption em{
	font-size: 11px;
	color: #fff;
}

#header #caption p{
	display: none;
}

#header #caption p#overviewHeader, #nav span#overviewBar, #core div#overview {
	display: inline;
}

#nav {
	width: 12%;
	margin-left: 2.5%;
	float: left;
	text-align: right;
	font-size: 13px;
	background: url(images/white.png);
}

#nav ul {
	padding: 0;
	display: inline;
	text-indent: -12px;
	line-height: 18px;
	list-style: none;
	list-style-position: outside;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav a#overviewButton {
	color: #fff;
	font-weight: bold;
}

#nav span {
	color: #fff;
	font-weight: bold;
	display: none;
}

#core {
	width: 73%;
	margin-right: 2.5%;
	float: right;
	text-align: justify;
	background: url(images/white75.png);
	overflow: auto;
}

#core p {
	font-size: 13px;
	line-height: 20px;
	text-indent: 30px;
}

#core h1 {
	color: #fff;
	display: inline;
}

#core h2 {
	border-bottom: 1px solid #688135;
}

#core #glossary h2 {
	color: #fff;
	border-bottom: 1px dashed #688135;
}

#core h3 {
	border-bottom: 1px solid #688135;
}

#core span.subNav {
	display: block;
	text-align: right;
	font-size: 14px;
	border-bottom: 1px dashed #000;
}

#core a {
	color: #688135;
	text-decoration: none;
}

#core a:hover {
	color: #000;
}

#core a.def {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #688135;
	cursor: help;
}

#core a.def:hover, #core a.ref {
	color: #688135;
}

#core a.ref:hover {
	color: #000;
}

#core div {
	display: none;
	font-size: 13px;
}

#footer {
	color: #fff;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 14px;
	background: #000;
	border-top: 2px solid #688135;
	z-index: 4;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
