body{
	font-family: Cambria, Georgia;
}
#menu,
#right,
#adminLink,
#minilogin{
	display: none;
}
#header h1{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#header h1 a{
	color:#000;
	text-decoration: none;
}
p{
	margin-bottom:1em;
	line-height:1.6em;
}
h1{
	font-size:2.1em;
	font-family:Cambria,Georgia;
	margin-bottom:.75em;
}
#content h1{
	line-height: 1.5em;
	margin-top: -.4em;
}
h2{
	font-size:1.7em;
	font-family:Cambria,Georgia;
	margin-bottom:.5em;
}
#content h2{
	margin-top:1em;
}
a{
	color:#3A75C4;
	text-decoration:none;
}
a:hover{
	border-bottom:1px solid #888;
}
ul,
ol{
	margin:1em 0;
}
ul li{
	margin-left:2.5em;
	margin-bottom: .7em;
	list-style:disc;
}
ol li{
	margin-left:2.5em;
	margin-bottom: .7em;
	list-style:decimal;
}
blockquote{
	font-family:Cambria,Georgia;
	margin:1em 0 1em 2em;
	font-size:1.3em;
}
hr{
	border:none;
	border-bottom:1px solid #999;
	padding: 0;
	margin: 1em 0;
}