img.jumpButton {
	width: 13px;
	height: 13px;
	margin-bottom: 1px;
	margin-left: 5px;
}
img#one {
	background-image: url(../menu/imageFiles/jumpButton-01.jpg);
}
a:hover img#one {
	background-image: url(../menu/imageFiles/jumpButton-01-over.jpg);
}
a.current img#one, a.current:hover img#one {
	background-image: url(../menu/imageFiles/jumpButton-01-Current.jpg);
}
img#two {
	background-image: url(../menu/imageFiles/jumpButton-02.jpg);
}
a:hover img#two {
	background-image: url(../menu/imageFiles/jumpButton-02-over.jpg);
}
a.current img#two, a.current:hover img#two {
	background-image: url(../menu/imageFiles/jumpButton-02-Current.jpg);
}
img#three {
	background-image: url(../menu/imageFiles/jumpButton-03.jpg);
}
a:hover img#three {
	background-image: url(../menu/imageFiles/jumpButton-03-over.jpg);
}
a.current img#three, a.current:hover img#three {
	background-image: url(../menu/imageFiles/jumpButton-03-Current.jpg);
}
img#four {
	background-image: url(../menu/imageFiles/jumpButton-04.jpg);
}
a:hover img#four {
	background-image: url(../menu/imageFiles/jumpButton-04-over.jpg);
}
a.current img#four, a.current:hover img#four {
	background-image: url(../menu/imageFiles/jumpButton-04-Current.jpg);
}

#divPanel01 {
	background-color: #F2F2F2;
	background-image: url(../menu/imageFiles/panel-01-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 203px;
	height: 42em;
	position: relative;
}

#divPanel02 {
	background-color: #E6E6E6;
	background-image: url(../menu/imageFiles/panel-02-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 204px;
	height: 42em;
	margin-left: 213px;
}

#divPanel03 {
	background-color: #CCCCCC;
	background-image: url(../menu/imageFiles/panel-03-frame-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	width: 203px;
	height: 42em;
	position: relative;
}

h1, h2 {
	margin: .5em 10px 0px;
}
h1.continuation {
	margin-top: 1.3em;
}
img.accentBar {
	margin-top: .1em;
	margin-bottom: 4px;
	margin-left: 8px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.3em;
	color: #666666;
	margin: .1em 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: lighter;
	line-height: 1.1em;
	color: #4C4C4C;
	margin: 3em 10px 10px;
}
#divPanel03 h1 {
	color: #000000;
}
#divPanel03 h2 {
	color: #272727;
}
#divPanel03 h3 {
	color: #595959;
}

#divJumpBackMenu, #divJumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	width: 193px;
	position: absolute;
	left: 0px;
	bottom: 0.9em;
}
#divJumpBackMenu {
	text-align: left;
	left: 10px;
}
#divJumpMenu {
	text-align: right;
	left: 0px;
}
