html {
	height: 100%;
}
body {
	height: 100%;
}
img {
	border: none;
}
body,
h1,
h2,
ul {
	font: normal 12px/15px arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
li {
	text-indent: -11px;
	margin-left: 11px;
}
h1 {
	text-transform: uppercase;
}
h1.about {
	font-weight: bold;
	text-transform: none;
}
.here h2 {
	font-weight: bold;
	margin: 0 0 15px 0;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
.subnav a:hover {
	color: #666666;
}
h2,
.subnav,
.subnav a {
	color: #93946D;
}
table {
	margin: 0;
	padding: 0;
	height: 100%;
}
td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
}
.here {
	font-weight: bold;
}
table.page td div.here a.link,
table.page td div.here p a,
table.page td.cola div.here a {
	text-decoration: none;
}

/* RULES */

div.rule, div.blackrule, div.grayrule, div.whiterule {
	border-bottom: 1px solid #cccccc;
	margin: 6px 0;
	height: 0px;
	width: 315px;
}
div.blackrule {
	border-bottom: 1px solid #000000;
}
div.grayrule {
	border-bottom: 1px solid #A6A8AB;
}
div.whiterule {
	border-bottom: 1px solid #ffffff;
	width: 135px;
}
div.rule hr, div.blackrule hr, div.grayrule hr, div.whiterule hr {
	display: none;
}

/* LAYOUT */

td.cola {
	width: 135px;
	padding: 0px 9px 0px 20px;
}
td.colb {
	border-left: 1px solid #000000;
	width: 315px;
	padding: 0px 9px;
}
td.colc {
	width: 500px;
	border-left: 1px solid #000000;
}
div.whitener {
	position: relative;
	height: 16px;
	left: -12px;
	background-color: #ffffff;
}
