body {
	background-image: url("2400Background-blues.png");
	/*background-repeat: repeat; */
	background-position: top left;
	background-size: 500px;
	background-color:#646869;
	font-size: 12 pt;
	overflow: fixed;
}

h1 {
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
}
h1 a {
	color: #000;
	text-decoration: none;
}

p {margin-top: 0;}

#frame {
	background-color: white;
	border: 2px solid black;
	margin: 40px auto 80px;
	overflow: auto;
	padding: 30px;
	text-align: left;
	width: 1040px;
}

.menu {
	border-right: 1px solid black;
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}
.menu a {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	letter-spacing:2px;
	line-height:2;
}
.menu a:hover {
	font-weight: bold;
	color: #FC0;
}
.menu .hl {color:#C90;}


.content {
	display: table-cell;
	padding-left: 30px;
}

.sections table {border-collapse: collapse;}
.sections table th {
	background-color: #ddd;
	text-align: left;
}
.sections table th, .sections table td {padding: 2px 5px;}
