body {
	font-size: 10pt;
	font-family: Arial, Verdana;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a img {border:none;}

.logo {/*
	background-image: url('/images/dhlaw-logo.gif');
	background-repeat: no-repeat;*/
	width: 300px;
	height: 115px;
	margin-left: 300px;
	margin-bottom: 24px;
}

.logo-black {
	background-image: url('/images/dhlaw-logo-black.gif');
	width: 300px;
	height: 115px;
	margin-left: 310px;
	margin-bottom: 24px;
}

.bold { font-weight: bold; }
.heading { font-size: 11pt; }

.justify p { text-align: justify; }
.center { text-align: center; }
.right { text-align: right; }

.float-left { float: left; }
.full-width { width: 100%; }
.padding-left-10 { padding-left: 10px; }

.black { color: #000000; }
.white { color: #FFFFFF; }
.gray { color: #DCDCDC; }
.dark-gray { color: #6F6F6F; }
.purple { color: #33335F; }
.blue { color: #00659F; }

.onHover-no-uLine:hover { text-decoration: none; }
.border-image {
	border-right: 2px outset #373737;
	border-bottom: 2px outset #373737;
}

.ourpeople-menu-top { height: 98px; }
.left-menu-bar {
	width: 161px;
	background-color: #6E6E9D;
	min-height: 750px;
	color: #FFFFFF;
	padding: 12px;
	margin-bottom: 10px;
}

.left-menu-bar-black {
	width: 160px;
	background-color: #000000;
	min-height: 600px;
	color: #FFFFFF;
	padding: 12px;
	margin-bottom: 10px;
}

.main-content {
	width: 600px;
	min-height: 624px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.large-heading {
	font-size: 31pt;
	position: absolute;
	font-weight: bold;
	clear: both;
}
