/* Nota Bene Style Sheet */

body {
	font: 85%/133% "Trebuchet MS";
	padding: 0;
	background: #ddd  no-repeat;
	margin: 0 10%;
}

a {
	color: #990033;
	text-decoration: none;
}

a:link {
	color: #990033;	
}

a:hover {
	background: #fff;
}

div#top {
	margin: 0;
	padding: 2em 0 1em;
	position: relative;
}

#top .loc {
	font-style: italic;
	color: #999999;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

#top .moth {
	position: absolute;
	right: 0;
	display: block;
	bottom: 0.25em;
}

#top a.moth:hover {
	background: #ddd;
}

#top .moth img {
	border: none;
}

#top h1 {
	margin: 0;
	padding: 0;
	color: #53470f;
	background: no-repeat;
}

#top p {
	margin: 0;
	padding: 0;
	color: #cd9038;
}

div#nav {
	background: #ddd;
	margin: 0;
	padding: 0 2em;
	border-top: 4px solid #333;
	border-bottom: 1px solid #333;
	margin: 0;
	float: right;
	width: 15em;
	font-size: 84%;
	text-align: center;
}

#nav p {
	margin: 0;
	padding: 0;
}

#nav a {
	padding: .25em 0.5em;
}

div#content {
	background: white;
	margin: 0;
	padding: 0.5em 2em 1em;
	color: #333333;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
}

#content h1 {
	color: #cd9038;
	margin-top: 2em;
}

#content h1.first {
	margin-top: 0.5em;
}

#content h2 {
	color: #7f3f0f;
	margin-top: 1.5em;
}

#content .important {
	color: #e00;
	margin-left: 2em;
	margin-right: 2em;
}

#content li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 2em;
	padding: 0;
}

#content dt {
	margin-left: 2em;
	color: #a4120c;
}

#content dd {
	margin-bottom: 1em;
}

#content img {
	width: 100%;
}

#content a:hover {
	background: #ddd;
	text-decoration: underline;
}

#content .faq h2 {
	font-size: 100%;
}

#content .faq p {
	margin-left: 3em;
	margin-right: 2em;
}

#content p.doclink {
	margin-left: 3em;
}

.notecard {
	margin-right: 2em;
	margin-left: 2em;
	padding: 1em;
	background: #fdf0b7;
	border: 1px dotted #f8cc29;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.notecard pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.certificate, .shell {
	font: normal 110% Courier New, Courier, mono;
	color: #000000;
	margin: 0 2em;
	padding: 1em 2em 0 2em;
	background: #fdf0b7;
	border: 1px dotted #f8cc29;
}

div#bottom {
	margin: 0;
	padding: 0.5em 0;
	height: 2em;
	font-size: 80%;
	text-align: center;
}

#bottom a {
	padding: .25em 0.5em;
}

#bottom p {
	margin: 0;
	padding: 0;
}

#bottom .copy {
	float: left;
	font-style: italic;
}

#bottom .date {
	float: right;
	font-style: italic;
}

