body
{
	background-color: #fff;
	color: #333;
	font-size: 100%;
}

p, input, li, textarea
{
	font-size: 1em;
}

h1, h2
{
	position: relative;
}

h1, .h1
{
	font-weight: bold;
	font-size: 3em;
	margin-bottom: 0.5em;
}

h2, .h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

.h2
{
	margin-top: 0;
}

h1 a, h2 a
{
	text-decoration: none;
}

h1 a.Edit:hover:before
{
	content: "Edit Page";
	margin-left: 1em;
	font-size: .33333333333em;
	text-underline: none;
	position: absolute;
	top: 1.5em;
	left: -6em;
}

h2 a.Edit:hover:before
{
	content: "Edit Note";
	margin-left: 1em;
	font-size: .66666666666em;
	text-underline: none;
	position: absolute;
	top: .45em;
	left: -6em;
}

h2:first-child
{
	margin-top: 0;
}

p, li, input, textarea
{
	font-size: 1.1em;
	line-height: 1.5em;
}

p, ul, ol
{
	margin-bottom: 1em;
}

p:last-child, ul:last-child, ol:last-child
{
	margin-bottom: 0;
}

li
{
	list-style: disc;
	margin-left: 2em;
}

header
{
	height: 1.75em;
	padding: .5em;
}

header #SiteLogo
{
	float: left;
	margin-left: 10em;
}

#SiteLogo a
{
	text-decoration: none;
}

#LoginStuff
{
	float: right;
	font-size: .85em;
}

strong
{
	font-weight: bold;
}

#PageContent
{
	margin: 0 20em 0 10em;
	padding: 2em 0 0 0;
}

#PageLinks
{
	padding: 2em 0 0 0;
	width: 18em;
	position: absolute;
	top: 2.75em;
	right: 0;
}

#PageLinks li
{
	padding: .4em 0 .4em 0;
	list-style: none;
	margin-left: 0;
	line-height: 1em;
}

#PageLinks li a
{
	text-decoration: none;
}

#PageLinks li a:hover
{
	text-decoration: underline;
}

#PageLinks li.Active
{
	font-weight: bold;
}

#ProductNav
{
	list-style: none;
}