/* Last updated: 2010-07-04 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: navy;
}

body {
		color: black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}

hr {
	color: #8983a8;
	margin-top: 2em;
}

img {
	border: none;
}

p {
	padding-bottom: 1em;
	padding-top: 1em;
}

table.pageLayout {
	width: 100%;
}

table.pageLayout td {
	vertical-align: top;
}

ul {
	padding-left: 1.5em;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.pageBackground {
	margin: 0 auto;
}

@media projection, screen {
	.pageBackground {
		background-image: url(wallpaper.gif);
		background-repeat: repeat-y;
		max-width: 1200px;
	}
}

@media handheld, print, tv {
	.pageBackground {
		background-color: #e7e7ef;
		background-image: none;
	}
}

.pageContent {
	padding: 1em;
}
