@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 10px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: bold;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}

.right {
	text-align: right;
}

.highlightblue {
	background-color: #AFF9FF;
}
.highlightgray {
	background-color: #999;
}

#container {
	width: 922px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 158px;
	width: 922px;
}
#navbar {
}

#maincontent {
	width: 922px;
}

#footer {
	text-align: center;
	width: 922px;
}
.left {
	text-align: left;
}
.small {
	font-size: small;
}
#adSenseLeaderboard {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
