body {
	background-color: #fafae4;
	background-image: url(img/page_bgnd_tile.png);
	background-repeat: repeat-y;
	color: #445551;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
h1, h2, h3 { font-size: 150%; color: #980037; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
p { margin: 0 0 1em 0; }
a:link, a:active, a:visited { color: #980037; }
/*a:visited { color: #445551; } */

.dark { background-color: #e2e772; }
.red { color: #980037 }

/* Layout */
div#topedge {
	position: absolute;
	left: 0;
	top: 0;
}
div#leftedge {
	position: absolute;
	left: 0;
	top: 63px;
	z-index:1;
}
div#logo {
	position: absolute;
	left: 802px;
	top: 14px;
}
div#contentbox {
	position:absolute;
	left: 0;
	top: 95px;
	width: 950px;
}

td#leftcol_index {
	width: 240px;
	background-image: url(img/left_edge_bgnd_tile.gif);
	background-repeat: repeat-y;
}

td#leftcol {
	width: 215px;
	background-image: url(img/left_edge_bgnd_tile.gif);
	background-repeat: repeat-y;
}

td#content {
	width: 567px;
	margin-right: 18px;
	vertical-align:top;
}
td#navigation {
	width: 150px;
	vertical-align:top;
	padding-top: 48px;
}

/* Navigation */

#navigation a { display: block; }

a.navlevel1:link,
a.navlevel1:visited,
a.navlevel1:active {
	background-image: url(img/navlevel1_bgnd.jpg);
	background-repeat: no-repeat;
	height: 17px;
	color: #fff;
	padding: 3px 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 6px;
}

a.navlevel1active:link,
a.navlevel1active:visited,
a.navlevel1active:active {
	background-image: url(img/navlevel1_bgnd.jpg);
	background-repeat: no-repeat;
	height: 17px;
	color: #E3E872;
	padding: 3px 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 6px;
}

a.navlevel2:link,
a.navlevel2:visited,
a.navlevel2:active {
	background-color: #e2e870;
	color: #790c37;
	padding-left: 6px;
	line-height: 180%;
	font-size: 10px;
	margin: 0 6px 0 6px;
}

a.navlevel2active:link,
a.navlevel2active:visited,
a.navlevel2active:active {
	background-color: #e2e870;
	color: #790c37;
	padding-left: 6px;
	line-height: 180%;
	font-size: 10px;
	font-weight: bold;
	margin: 0 6px 0 6px;
}