﻿body #main #content > .pagecontent > ul > li
{
	list-style-type:square;
	margin-left:26px;
}

body #main #content > .pagecontent h1
{
	font-family: 'Ubuntu', Verdana, Arial;
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:10px;
	color:#372C23;
}

body #main #content > .pagecontent p+p
{
	margin-top:10px;
}

body #main #content > .pagecontent a
{
	color:#7F462C;
	text-decoration:underline;
}

body #main #content > .pagecontent a:hover
{
	color:#C35817;
	text-decoration:underline;
}

body #main > #tblContent
{
	table-layout:fixed;
}

body #main #content .pagecontent p img
{
	max-width:100% !important;
}
