body
{
	font-family: "verdana";
	font-size: 0.9em;
}

h1
{
	font-size: 1.5em;
	color: #555;
}

#logo h1
{
	font-size: 2.0em;
	color: #000;
}

h2
{
	font-size: 1.0em;
}

.centered
{
	text-align: center;
}

.indented
{
	margin-left: 3em;
}

#leftLayer
{
	width: 70%;
	float: left;
}

#rightLayer
{
	width: 30%;
	float: right;
}

#getting_started li p
{
	font-size: 1.0em;
	font-weight: bold;
}

#getting_started li pre
{
	border: 1px solid #aaa;
	background-color: #ddd;
	padding: 10px;
	width: 65em;
}

#truemaplib_events pre
{
	border: 1px solid #aaa;
	background-color: #ddd;
	padding: 10px;
	width: 85em;
}

#truemaplib_events table
{
	border-collapse: collapse;
}

#truemaplib_events table td
{
	border: 1px solid #ccc;
	padding: 0.5em;
}

#truemaplib_events thead tr td
{
	background: #aaa;
	font-weight: bold;
}

