body 
{
	background-color: white;
	margin: 0;
	padding: 0;
}
.hr
{
	width: 100%;
	border-top: dotted #b0bfc9 1px;
	height: 1px;
	margin: 18px 0 14px 0;
	display: block;
}
.dvContainer
{
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
.dvTopBar
{
	display: none;
}
.dvHeader
{
	display: none;
}
.MainMenu
{
	display: none;
}
.dvContent
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	line-height: 140%;
}
.dvContent h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #002F50;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
}
.dvContent h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #002F50;
	line-height: 130%;
	font-weight: normal;
}
.dvContent .postDate
{
	display: block;
	color: #8199aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.dvContent .postAuthor
{
	display: block;
	color: #40667e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.dvContent .postFunctions
{
	display: none;
}
.dvContent ul
{
	list-style-image: url(images/bullet.gif)
}


.rightColumn
{
	display: none;
}
.dvFooter
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002f50;
	padding: 20px 40px;
	margin: 0;
	text-align: left;
}
.dvFooter img
{
	margin: 20px 0 0 0;
}
.dvFooter a
{
	color: #002f50;
	text-decoration: none;
}
.dvFooter a:hover
{
	color: #002f50;
	text-decoration: underline;
}