/**********GLOBALS*/
html, body {
	margin: 1em 0 10em 0; padding: 0; font-size: 100%; font-family: Arial, Verdana, Helvetica, sans-serif; behavior: url(../hover.htc);
}
.bg-b {
	background: #fff4e1 url(../images/backgrounds/white-brown-108.jpg);
}
a {
	text-decoration: none;
}
a:visited {
	color: #900;
}
a:hover {
	color: #900; text-decoration: underline;
}
.visited-color-a a {
	color: #008080;
}
.clear-left {
	clear: left;
}
.under {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
/**********X marks the spot link.*/
.visited-color-a a:visited {
	color: #f00;
}
.visited-color-a a:hover {
	color: #f00;
}
/**********EXPRESS ELEVATOR LINK*/
a.top {
	color: green;
}
a:visited.top {
	color: #900;
}
a:hover.top {
	color: #900;
}
#wrapper {
	font-size: 1.1em;
}
h1.header {
	text-align: center; font-size: 2em; text-decoration: underline;
}
h2 {
	font-weight: 600; font-size: 1.2em;
}
.indent-1 {
	margin-left: 1em;
}
.indent-2 {
	margin-left: 2em;
}
.indent-3 {
	margin-left: 3em;
}
.indent-5 {
	margin-left: 5em;
}
.indent-7 {
	margin-left: 7em;
}
.indent-9 {
	margin-left: 9em;

}
.margin-b-2 {
	margin-bottom: 2em;
}
.margin-b-4 {
	margin-bottom: 4em;
}
.quotes {
 	margin: 2em 1em;  padding: .5em; border: .2em solid #000; background-color: #fff;
}
.link-jump p {
	float: left; margin: .5em;
}
