body {
	background-color: #ffffff;
	color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: 12px; 
	padding: 0px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #739cc7;
}

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

a:active {
	text-decoration: none;
	color: #483d8b;
}

a:hover {
	text-decoration: none;
	color: #483d8b;
}

a.nav:link {
	text-decoration: none;
	color: #696969;
}

a.nav:visited {
	text-decoration: none;
	color: #696969;
}

a.nav:active {
	text-decoration: none;
	color: #483d8b;
}

a.nav:hover {
	text-decoration: none;
	color: #739cc7;
}

.box {
	text-align: left;
	border: thin solid #999999;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-left: 20px;
  width:500px;
	display: block;
}

.boxhead {
 color:  #000000;
 background: #dee7ec;  
 border:1px solid #8cacbb;
 font-size: 24px;
 line-height: 26px;
 font-weight: bold;
 margin-top: 0;
 margin-bottom: 0;
 text-align: center;
}

.nav {
 float:right;
	text-align: right;
	border: thin solid #999999;
	position: absolute;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 75px;
	width: 125px;
	margin-top: 25px;
	margin-left: 20px;
	top: 65px;
}


div.content, div.contentpic {
	position: relative;
	left: 120px;
	padding: 20px;
	margin: 25px;
	width: 575px;
	color: #333333;
	background: #ffffff;
	overflow: hidden;
	font-family: monospace, courier, verdana;
	border: thin solid #333333;
}

* html div.contentpic {
	left: 140px;
	margin-top: 20px;
	padding: 10px;
}

code {
	font: bold 8pt Courier New, Courier, mono;
	white-space: nowrap;
	border: thin dashed #ffffff;
	background: #000066;
	padding: 5px;
	color: #ffffff;
	margin: 5px;
}

div.photos {
	position: relative;
	left: 120px;
	margin: 25px;
	color: #696969;
	border: thin solid #999999;
	overflow: hidden;
	font-family: monospace, courier, verdana;
	width: 670px;
}

img.framed {
	left: 120px;
	margin-left: 25px;
	float: left;
	position: relative;
	border: thin solid #999999;
}

* html img#first {
	left: 0px;
}

* html img.framed {
	left: 115px;
	display: block;
}

emphasis {
	color: orange;
	font-style: italic;
	font-weight: bold;
}
