@charset "utf-8";

body {
/*	background-image: url(brown2.png);
	background-repeat: repeat;*/
	background-color: #331310;

	padding: 0px;
	margin: 0px;
}

div.border {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 12px;
	background-image: url(green.png);
	background-repeat: repeat;
}

div#container {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 642px;
}

div#content {
	min-width: 480px;
	max-width: 840px; /* 1000 - (padding-left + padding-right) */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

	padding-left: 80px;
	padding-right: 80px;
	padding-top: 0px; /* this padding is in h2 */
	padding-bottom: 60px;

	border-left: 1px dotted #8A9A82;
	border-right: 1px dotted #8A9A82;
}

div.row {
	margin: 0px;
	padding: 0px;
	
	clear: both;
}

div.leftcol {
	display: table-cell;
	width: 50%;

	margin: 0px;

	padding-left: 0px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.rightcol {
	display: table-cell;
	width: 50%;

	margin: 0px;

	padding-left: 30px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/******************************************/

h1 {
	height: 30px;
	max-width: 978px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-top: 26px;
	padding-bottom: 22px;
	padding-left: 24px;
	padding-right: 0px;
}

h2 {
	clear: both;
	
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 24px;
	text-indent: -14px;

	margin: 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 34px;
	padding-bottom: 14px;
}

h3 {
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 18px;
	text-indent: -14px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h4 {
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 12px;
	text-indent: 0px;

	position: absolute;
	top: 95px;

	margin-left: -70px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding: 0px;
}

/******************************************/

p {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

ul {
	text-indent: 0px;
	list-style-type: disc;

	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}

ul.spaced-out li {
	padding-bottom: 5px;
}

li {
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	font-size: 14px;
	line-height: 18px;
}

.dotless {
	list-style: none;
}

ul.dotless {
	padding-left: 14px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img.inline {
	vertical-align: baseline;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

img.outlined {
	padding: 5px;

	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border: 5px solid #aaa;
}

img.downloadable:hover {
	border: 5px solid #af4444;
}

img.left {
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

em {
	font-weight: normal;
	font-style: italic;
}

code {
	font-family: Monaco, Courier, monospace;
	font-size: 12px;
	background-color: #eee7c4;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

pre {
	color: #000; 
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
	overflow: auto; 

	background-color: #eee; 
	border: solid 1px #aaa; 

	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
}

/******************************************/

a:link {
	color: #421d1d;
	text-decoration: none;
	border-bottom: 1px dotted #421d1d;
}

a:visited {
	color: #421d1d;
	text-decoration: none;
	border-bottom: 1px dotted #421d1d;
}

a:hover {
	color: #8f2222;
	text-decoration: none;
	border-bottom: 1px solid #8f2222;
}

a:active {
	color: #af2222;
	text-decoration: none;
	border-bottom: 1px solid #af2222;
}

/******************************************/

/*
span.download-box {
	background-color: #cde7bf;
	padding: 10px;
	line-height: 40px;
	margin: 0px;
	border: 2px solid #552e2a;
}

.download-box a:hover {
	background-color: #a0a0a0;
}
*/

a.download-box {
	line-height: 35px; /* force spacing around this */
	color: #421d1d;
	padding: 7px;
	border: 2px solid #552e2a;
	background-color: #cde7bf;
}

a.download-box:link {
	text-decoration: none;
}

a.download-box:visited {
	text-decoration: none;
}

a.download-box:hover {
	text-decoration: underline;
	background-color: #aecd94;
}

a.download-box:active {
	text-decoration: none;
}

/******************************************/

h1 a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

h1 a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

h1 a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

/******************************************/

h2 a:link {
	color: #421d1d;
	text-decoration: none;
	border-bottom: 1px dotted #421d1d;
}

h2 a:visited {
	color: #421d1d;
	text-decoration: none;
	border-bottom: 1px dotted #421d1d;
}

h2 a:hover {
	color: #8f2222;
	text-decoration: none;
	border-bottom: 1px solid #8f2222;
}

h2 a:active {
	color: #af2222;
	text-decoration: none;
	border-bottom: 1px solid #af2222;
}

/******************************************/

div#footer {
	min-width: 640px; /* content min-width - (content paddingleft + content paddingright) */
}

#footer p {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;

	text-align: center;
	color: #88776d;
	font-size: 12px;
	line-height: 12px;
}
