body {
	font: 10pt "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	color: #000;
	background: white;
	text-align: center;
}
#wrap {
	width: 7in;
	text-align: left;
	background: white;
	margin: 0 auto;
}
hr { background: #EEE; border: 0; color: #EEE; height: 1pt; margin: .4em 0; }


/* =TEXT STYLES
================================================ */
a { color: #7C271D; text-decoration: underline; border-bottom: 0; }
p { line-height: 1.5; margin: .25em 0 1.4em; font-size: 11pt; color: black; }
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: -.05em; margin: 0 0 .2em 0; color: #8B261A; }
h1 { font-size: 22pt; font-weight: normal; margin: .05in 0 .2in; }
h2 { font-size: 18pt; }
h3 { font-size: 15pt; }
h4 { font-size: 13pt; font-weight: bold; }
h5 { font-size: 11pt; font-weight: bold; }
p a { border-bottom: none; }

#content ul { margin-bottom: 1.5em; }
#content li {
	padding-left: 23pt; margin: .25em 1em;
	list-style-type: square;
	line-height: 1.5; 
}


/* =HEAD
================================================ */
#head { width: 7in; }
#head h1, #head h1 a { font-size: 28pt; width: 7in; padding-bottom: .15in; margin: .2in 0; border-bottom: 1pt solid #eee; text-decoration: none; }


/* =CONTENT
================================================ */
#content {
	float: none;
	width: 7in;
	padding-bottom: .15in;
	margin-bottom: .15in;
	border-bottom: 1pt solid #EEE;
}
#content img {
	float: right; display: inline;
	margin: 0 0 .75em .75em;
	padding: 10pt;
	background: #EDEBDC;
}
#content dl dt {
	font: normal 16pt Georgia, "Times New Roman", Times, serif; letter-spacing: -.05em; margin: 0; color: #954938;
	margin: 1em 0 0;
	padding: 6pt 0 6pt 0;
	color: black;
}
#content dl dd {
	line-height: 1.5;
	margin-bottom: .4em;
}
#content dl.class dt { padding: 0 0 2pt 0; }
#content dl.class dd { margin: 0; padding: 0; }
#content li { margin: 0; padding: 0; }



/* =SIDEBAR
================================================ */
#sidebar {
	float: none; display: inline;
	margin-top: .25in;
	width: 7in;
	padding-top: .4in;
}
#sidebar a { border-bottom: none; text-decoration: none; }
#sidebar img, #sidebar img.rsbPhoto, #sidebar ul { display: none; }



/* NAVIGATION (main)
======================================================== */
#nav { display: none; }




/* =FOOTER
================================================ */
#footer {
	width: 7in;
	padding-top: .15in;
	margin-top: .2in;
	color: #999;
	font-size: 8pt;
	border-top: 1pt solid #eee;
	clear: both;
}
#footer ul { list-style: square; padding: .05in 0; }
#footer ul li { margin: 0 0 .25em 0; display: inline; }
#footer ul li a { color: #999; text-decoration: none; }


/* =EXTRAS
================================================ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
