/* Style sheet for Jamestownbook.com website. */

a {
	color: #993333;
}

a:visited {
	color: #CC9999;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	margin: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.highlighted {
	color: #993333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.imgAttribution {
	color: #999999;
	font-size: 11px;
}

#mainTable {
	border-collapse: collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 7px solid black;
	border-bottom: 4px solid black;
	width: 780px;
}

p.copyright {
	color: #999999;
	margin-top: 55px;
}

p.copyright a, p.copyright a:visited {
	color: #999999;
	text-decoration: none;
}

p.copyright a:hover, p.copyright a:visited:hover {
	text-decoration: underline;
}

td.centerCol {
	font-size: 13px;
	line-height: 20px;
	padding: 15px;
	vertical-align: top;
	width: 345px;
}

td.leftCol {
	background-image: url('images/common-leftcol-bg.jpg');
	padding: 15px;
	text-align: center;
	width: 195px;
	vertical-align: top;
}

td.rightCol {
	background-image: url('images/common-rightcol-bg.jpg');
	line-height: 23px;
	padding: 15px;
	vertical-align: top;
	width: 148px;
}

td.rightCol a, td.rightCol a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

td.rightCol a:hover, td.rightCol a:visited:hover {
	color: #993333;
}
