@charset "utf-8";
body {
	font-family:'Palatino Linotype','Cambria','Garamond','serif'; 
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	font-family:'Palatino Linotype','serif'; 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.centered-title {
	text-align: center;
	color: #060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
}
.byline {
	text-align: center;
	font-style: italic;
	color: #060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.oneColElsCtr #container #mainContent p span {
	font-family:'Palatino Linotype','serif';
}

.oneColElsCtr #container #mainContent hr{ 
	width: 100px;
	margin: 0 auto 0 auto;
	height: 2px;
	background: #2c180e;
	color: #2c180e;
}

a {
	background: transparent;
	color: black; 
}
a[href] { text-decoration: underline; }
a:link {
	background: transparent;
	color: #060; 
	text-decoration: underline; 
}
a:visited {
	background: transparent;
	color: #660066; 
	text-decoration: underline; 
}
a:active, a:hover {
	background: transparent;
	color: #ea0000; 
	text-decoration: underline; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #e7debc;
	color: black;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
.intro {
	font-size: 0.9em;
	font-style: italic;
}

