a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: maroon;
}
a:visited {
	color: gray;
}
a:active {
	color: red;
}
a:hover {
	background: #e4e4e4;
}
blockquote {
	margin: 0em 2em 1em 4em;
	background: #d3d3d3;
	font-size: small;
	padding-left: 1em;
}
blockquote: before {
	content: "Note:  ";
	color: maroon;
}
body {
	background-color: #d3d3d3;
	font-family: arial;
	text-align: center;
}
code {
	font-weight: bold;
	margin: 0em 0em 0em 1em;
}
dir {
	margin: 0em;
	padding: 0em;
	width: 100%;
	background: maroon;
	color: white;
}
h1 {
	text-align: center;
}
h1, h2 {
	width: 100%;
	background: maroon;
	color: white;
	margin: 0em;
	padding: 0px;
}
h2 {
	margin-bottom: 1em;
	height: 1.5em;
}
h3 {
	padding-left: 0.4em;
}
pre {
	margin: 0em 2em 1em 4em;
	background: #e0e0e0;
	padding-left: 1em;
}
iframe {
	width: 100%;
	height: 260px;
	border: none;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: 0.5em 1em 0em;
	padding-bottom: 0.5em;
}
p a { background: #d3d3d3; }
p a: before {
	content: url(data/wm-icons-current/icons/16x16-crystalclear/www.png);
	vertical-align: middle;
	padding: 2px;
}
p: first-letter { font-weight: bold; }
table {
	margin-top: 15px;
	margin-left: 20px;
}
table td, table th { padding-left: 25px; }
ul { margin: 0 50px; }
.nav_back { width: 100%;height: 2em;background: maroon; }
#pcontent {
	min-width: 800px;
	max-width: 1000px;
	margin: 0px auto;
	text-align: left;
}
.boxtop, .boxbottom {
	display: block;
	background: transparent;
}
.box1, .box2, .box3, .box4 {
	display: block;
	overflow: hidden;
}
.box1, .box2, .box3 {
	height: 1px;
}
.box2, .box3, .box4 {
	color: white;
	background: maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
}
.box1 {
	color: white;
	margin: 0 5px;
	background: maroon;
}
.box2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.box3 {
	margin: 0 2px;
}
.box4 {
	height: 2px;
	margin: 0 1px;
}
.boxcontent {
	display: block;
	background: white;
	border: 0 solid maroon;
	border-width: 0 1px;
}
#box {
	background: transparent;
	margin:  1em;
}
#navigation li a {
	background: maroon;
	color: white;
	display: block;
	float: left;
	padding: 2px;
}
#navigation li a:hover {
	background: white;
	color: maroon;
}
#navigation dir, #navigation li {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
#navigation li { float: left; }
