body {
	font-family:sans-serif;
	background-color: #121223;
	color:#bbbbcc;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #ddddff;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h1 {
	margin-top: 0em;
}

h1 {
	font-size: 140%; font-style: oblique;
}
h2 {
	font-size: 120%;
}

/* extra info in a header, use a smaller font*/
.subH {
	font-size: 75%;
	border: none;
}

a:link {
	color: #4387a9;
	text-decoration: none;
}

a:visited {
	color: #337799;
	text-decoration: none;
}

a:link:hover {
	color: #bbccee;
	background-color: #444444;
	text-decoration: none;
}

a:visited:hover{
	color: #6677ff;
	background-color: #555555;
	text-decoration: none;
}

a.blkLnk, .menu a {
	display:block;
}

img.cblk {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: 1em;
}

pre {
	background-color: #334344;
	font-size: smaller;
	overflow: auto;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

/* this style adds the border, used around main div, the left menu and the two bottom overlapped jobbies*/
.s0 {
	border: 2px ridge #555555;
	background-color: #333344;
	padding: .4em;
}

/* all content goes in one of these divs, set a specific width and center it*/
div.mainContent {
	margin-left: 10em;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 3em;
	position: relative;
	width: 45em;
	min-height: 35em;
}

/* styles of the left menu and the two jobbies that hang off the bottom of the main div */
.menu {
	position: absolute;
	top: 1em;
	left: -9.5em;
	width: 9em;
	text-align: right;
}

.subMenu {
	text-align: right;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color: #38384b;
	padding-left: .2em;
	padding-right: .2em;
	margin-left: .4em;
}

.menu hr {
	margin: 0;
	border: solid 1px #c2c2e9;
}

.m1 {
	text-align: left;
	font-size: x-small;
}

.logoTop {
	display: inline-block;
	position: absolute;
	top: -30px;
}

.logo0, .logo1 {
	border: 2px ridge #666666;
	margin: 1em;
	position: absolute;
	bottom: -2.5em;
	display: inline-block;
	text-align: center;
	color: #bbbbcc;
	font-size: 50%;
}

.logo0 {
	left: 2em;
	width: 7em;
}

.logo1 {
	right: 2em;
	width: 17em;
}

/* styles used on bookmarks page */

/* book mark caption cell */
.bm0 {
	text-align: right;
	padding-left: .75em;
	padding-right: .75em;
	font-size: 100;
}

tr.bm1 td {
	border-top: 1px solid #c2c2e9;
}

.bm2 {
	border-collapse: collapse;
}

.bm2 a {
	font-size: smaller;
}

