body, td, p {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	color: #351701;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #50290c;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	color: #d27321;
	margin-bottom: 7px;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	color: #d27321;
}

a,
.orange {
	color: #d27321;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	list-style-type: none;
}
ul li {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
	padding-bottom: 1em;
}
ul li.fancy {
	background-image: url("images/bullet-fancy.png");
	background-repeat: no-repeat;
	background-position: 14px 3px;
	padding-left: 45px;
	padding-bottom: 1em;
	font-style: italic;
}

.paperBox {
	position: relative;
	display: inline-block;
}
.paperBox .content {
	position: relative;
	min-height: 100px;
	background-color: #fdf8f1;
}
.home .paperBox .content {
	width: 768px;
	height: 399px;
	overflow: hidden;
	border: solid 1px #9c8968;
}

.paperBox .top {
	background-image: url("images/paperBox/top.png");
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 18px;
	margin-left: 2px;
	margin-right: 2px;
}
.paperBox .bottom {
	background-image: url("images/paperBox/bottom.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 18px;
}
.paperBox .left {
	background-image: url("images/paperBox/left.png");
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 18px;
	margin-left: -2px;
}
.paperBox .right {
	background-image: url("images/paperBox/right.png");
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 18px;
	margin-right: -2px;
}
.paperBox .ctl,
.paperBox .ctr,
.paperBox .cll,
.paperBox .clr {
	position: absolute;
}
.paperBox .ctr {
	right: 0px;
}
.paperBox .clr {
	bottom: 0px;
	right: 0px;
}
.paperBox .cll {
	bottom: 0px;
}

.contentLeft {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contentRight {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentImage {
	border: solid 1px #9c8968;
}

.citation {
	color: #d27321;
}

.hr {
	display: block;
	background-image: url("images/hr-dots.png");
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.hrFancy {
	display: block;
	background-image: url("images/filigree.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 14px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.chart {
}
.chart td {
	padding-top: 5px;
	border: solid 1px #ac895f;
}
.chart td td {
	padding: 10px;
}


