body {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-family: "Lucida Grande", Lucida, Myriad, "Gill Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 200%;
	font-size: 75%;
	margin: 15px;
	padding: 72px;
}

#header {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #416b55;
	margin-bottom: 4em;
}

#content {
	font-size: 1.2em;
}

#footer {
	text-align: center;
	text-transform: uppercase;
	border-top-style: double;
	border-top-color: #ccc;
	margin-top: 4em;
	font-size: 1em;
}

h1 {
	font-size: 3em;
	text-align: center;
}

h2 {
	font-size: 2em;
	margin-top: -10px;
}

h3 {
	font-size: 1.3em;
	margin-top: 30px;
}

a {
	color: #416b55;
	text-decoration: none;
	}

a:hover {
	color: orange;
	text-decoration: none;
	border-bottom: 1px dotted silver;
}

a.profilelink {
	background: url(graphics/link.gif) no-repeat right;
	padding-right: 15px;
}

a.profilelink:hover {
	background: url(graphics/link_hover.gif) no-repeat right;
	padding-right: 15px;
}

ul {
	list-style-type: square;
}

#indexnavblock {
	text-align: center;
	margin-top: 72px;
	margin-bottom: 50px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	padding: 4px 2em 4px 4px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#listbox {
	width: 100%;
	height: 100%;
}

.listcolumns {
   column-count: 2;
   column-gap: 20px;
}