.mainBg {
	background-attachment: scroll;
	background-image: url(bgCorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #72180F;
}
.photoCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #1D3D45;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16pt;
}
a:link {
	color: #1B3C44;
}
a:visited {
	color: #666666;
}
a:active {
	color: #1B3C44;
}
a:hover {
	font-weight: bold;
	color: #72180F;
}
.accentbox {
	float:right; width: 350px; margin:5px 0 0 5px; padding: 5px; background:#1D4C63; color:#FFF;font-size: 90%;
}
a.learn { margin-left: 15px; padding: 3px; background: #FFF; text-decoration: none; color: #1D4C63; border: 0;}
a.learn:hover { background:#72180f; color:#FFF; }