/* handy for debugging */
/* * {
	border: 1px solid black;
} */

/* this will be hidden for all except non-CSS browsers and NS4 */
* .nocss {
	color: white;
	display: none;
}

strong {
	color: red;
	background-color: transparent;
}
	
body {
	margin-top: 2em;
	background-color: white;
	color: black;
	margin-left: 6%;
	margin-right: 6%;
}
p {
	line-height: 1.6em;
	text-align: justify;
}

h1, h2 {
	font-family: arial, helvetica, sans-serif;
}
h1 {
	width: 101%;
	border-bottom: 3px solid #373;
	margin-left: -1%;
}

img.insetpic {
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	border: 1px solid black;
}

/*
 * This containing div is mainly there to make sure CSS-compliant browsers
 * (in this case Mozilla and Opera) put any inset images at the right height
 * (IE is broken as usual, and thus doesn't care)
 */
div.boxes {
	float: right;
	width: 14em;
	margin-left: 1em;
	margin-right: 0%;
	padding: 0em;
}

div.boxes div {
	color: black;
	background: #aaf url(boxbg.jpeg);
	border: 1px solid black;
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
}
#googleinfo {
	margin-top: 0.25em;
	font-size: smaller;
	padding-left: 0em;
}

/* center the text in the navigational box */
div.nav {
	text-align: center;
}
div.nav p {
/*	border: 1px solid #aaf; */ /* for once, a Mozilla bug! (hey, it's fixed ;-) ) */
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.0em;
}

/* all links stand out a bit */
.ref {
	font-size: 1em;
}
a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	color: #00f;
	background-color: transparent;
}
a:link, a:visited {
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}

/* special navigational links are not hovered */
div.nav a:link, div.nav a:visited {
	text-decoration: underline;
}
/* the related links aren't even underlined */
div.boxes div h2 {
	margin-top: 0em;
	margin-bottom: 0.25em;
}
div.related a:link, div.related a:visited, div.google a:link, div.google a:visited {
	text-decoration: none;
}
div.boxes div ul, div.boxes div p {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 0em;
}
div.boxes div ul, #lastupdated {
	margin-left: 1em;
}
div.boxes div li {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}

.copy {
	font-size: smaller;
}

/* for the graphical site map */
div.sitemapcontainer {
	text-align: center;
}
.sitemap {
	width: 413px;
	height: 460px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

