body
{
	margin: 34px 0 2em 0;
	background-color: white;
	font-family: serif, georgia;
	font-size: 10pt;
}

/* right border grey */
.rb
{
	border-right: #BFBFBF;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}

#subnavbox
{
	background-image: url(../img/bg_lhs_subnav.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 440px;
	min-height: 440px;
}

#navlines
{
	background-image: url(../img/nav/bg_nav_lines.gif);
	background-repeat: no-repeat;
	padding: 22px 0 0 0;
}

#lighthatch
{
	width: 100%;
	height: 124px;
	min-height: 124px;
	background-image: url(../img/bg_hatch_lt.gif);
	background-repeat: repeat;
}

#darkhatch
{
	width: 100%;
	height: 266px;
	min-height: 266px;
	background-image: url(../img/bg_hatch_dk.gif);
	background-repeat: repeat;
}

.lighthatch_bg {
	background-image: url(../img/bg_hatch_lt.gif);
	background-repeat: repeat;
}

.fineprint
{
	color: #999;
	font-family: helvetica, arial, san-serif;
	font-size: 7pt;
}

.finerprint { color: #ccc; }

address
{
	color: #888;
	font-family: georgia, serif;
	font-size: .77em;
	font-style: normal;
	font-weight: normal;
}

a { text-decoration: none; }

/* terms of service link */
a:link.finerprint, a:visited.finerprint { color: #d6d6d6; }
a:hover.finerprint, a:active.finerprint { color: #d4cc6e; }

/* email link */
address a:link, address a:visited { color: #888; }
address a:hover, address a:active { color: #d4cc6e; }

