/* Print styles */

body{
	width: 7.5in;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	background: #fff;
	color: #333;
}
p, ul, ol{
	line-height: 140%;
}

/* Links */

a{ /* all links */
	color: #663434;
}
a:visited{ /* visited links */
	color: #777;
}
a:hover{ /* hover state */
	text-decoration: none;
}

/* Body headings */
#side h3{
	font-size: 100%;
}
#side p, #side ul{
	font-size: 90%;
}
#side ul#nav{
	font-size: 110%;
}

/* Header, Footer */

#header, #footer{
	background: #663434;
	padding: 0.5em 1em;
	color: #fff;
}
#header a, #footer a, #header a:visited, #footer a:visited{ /* header, footer links */
	color: #fff;
	text-decoration: none;
}
address{
	font-style: normal;
	font-size: 90%;
}
#footer-links{
	border-top: 2px solid #aaa;
	padding: 0.5em 0.35em;
	font-size: 90%;
	letter-spacing: 0.125em;
	color: #999;
	clear: both;
}
#footer-links a{
	letter-spacing: normal;
}


/* Misc styles */
blockquote, p.callout, #contents address, .callout{
	background: #ddd;
	border-left: 4px solid #ccc; 
	padding: 0;
	margin-left: 0.25em;
	font-size: 120%; 
}
blockquote p{
	margin: 0.5em;
	padding: 0.5em 0;
}
p.callout, #contents address, .callout{
	padding: 0.5em;
	font-size: 115%;
	line-height: 1.2;
}
.floatright{
	float: right;
	margin: 0 0 10px 10px;
}
#contents img{
	border: 4px solid #ccc;
}
#contents h2{
	margin-top: 0;
	padding-top: 0;
	font-size: 160%;
}
#contents h3{
	font-size: 140%;
}
.super-important{
	font-size: 120%;
	font-weight: bold;
}
.hidden{
	text-align: left;
	text-indent: -10000px;
	font-size: 1px;
}

