BODY {
	font-family: Arial;
	background-color: #CDCBB0;
}

.main {
	width: 770px;
	border: 2px solid #000000;
}

.header {
	background-color: #000000;
	width: 100%;
}

H1 {
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.leftpane {
	border-right: 2px solid #000000;
	background-color: #B4E4E9;
	width: 150px;
	vertical-align: top;
}

TABLE.nav {
	width: 100%;
	COLOR: #000000;
	font-weight: bold;
	height: 100%;
	font-size: 11pt;
}

.rightpane {
	background-color: #FFFFFF;
	width: 615px;
	vertical-align: top;
}

.content {
	background-color: #FFFFFF;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	width: 100%;
}

A:link {
	COLOR: #333366;
	font-weight: normal;
	text-decoration: underline;
}
A:visited {
	COLOR: #333366;
	font-weight: normal;
	text-decoration: underline;
}
A:hover {
	COLOR: #333366;
	font-weight: normal;
	text-decoration: none;
}
A:active {
	COLOR: #333366;
	font-weight: normal;
	text-decoration: none;
}
.nav:link {
	COLOR: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nav:visited {
	COLOR: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover {
	COLOR: #CC3724;
	font-weight: bold;
	text-decoration: none;
}
.nav:active {
	COLOR: #000000;
	font-weight: bold;
	text-decoration: none;
}
