<!--
body,
html {
	margin: 0;
	padding: 0;
	background-color: #660000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
    min-width:750px;
}

#main {
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-right: 2px;
}

#header {
	background-color: #FFFFFF;
}

#logo {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#banner {
	background-color: #660000;
	padding-top: 4px;
}

#navigation img {
	margin-right: 15px;
    margin-left: 5px;
    border: none;
}

#page {
	background-image: url(../images/justice.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content {
	float: left;
	width: 515px;
	margin: 0;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
    padding-top: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
    padding-top: 10px;
}

#presentations {
	width: 190px;
	float: right;
	background-color: #424242;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

#presentations th {
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	height: 30px;
}

#presentations td {
	vertical-align: top;
	padding: 4px;
}

#presentations td.bullet img {
	margin-top: 2px;
	border: none;
}

#presentations a, 
#presentations a:link {
	color: #CCCC99;
}

#presentations a:hover,
#presentations a.active,
#presentations a.active:link,
#presentations a.active:hover {
	color: #FFFFFF;
}

#presentationList td {
	vertical-align: top;
	padding: 4px;
}

#publications {
	width: 190px;
	float: right;
	background-color: #424242;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

#publications th {
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	height: 30px;
}

#publications td {
	vertical-align: top;
	padding: 4px;
}

#publications td.bullet img {
	margin-top: 2px;
	border: none;
}

#publications a, 
#publications a:link {
	color: #CCCC99;
}

#publications a:hover,
#publications a.active,
#publications a.active:link,
#publications a.active:hover {
	color: #FFFFFF;
}

#publicationList a,
#publicationList a:link {
	font-weight: bold;
}

#publicationList td {
	vertical-align: top;
	padding: 4px;
}

#publicationList td.bullet img {
	margin-top: 2px;
	border: none;
}

#testimonialList td {
	vertical-align: top;
	padding: 4px;
    padding-bottom: 12px;
}

#testimonialList .testimonial {
    margin-bottom: 4px;
}

#testimonialList .client {
	font-weight: bold;
}

.clear {
	clear: both;
}

.spacer {
	height: 70px;
}

#footer {
	background-color: #424242;
	width: 784px;
	margin-left: -2px;
	height: 70px;
	text-align: center;
	padding-top: 10px;
}

#footer a, 
#footer a:link {
	color: #CCCC99;
}

#footer a:hover,
#footer a.active,
#footer a.active:link,
#footer a.active:hover {
	color: #FFFFFF;
}

#contactInfo {
    margin-left: 50px;
    line-height: 150%;
}

p.contactInfo {
	color: #EEEEEE;
	font-size: 13px;
}

p.contactInfo img {
	margin-left: 7px;
	margin-right: 7px;
}

p.copyright {
	color: #EEEEEE;
}

#wom {
	color: #CCCCCC;
	text-align: center;
}

#wom a,
#wom a:link {
	color: #FFFFFF;
}

h1 {
	color: #333366;
	font-size: 17px;
	font-weight: bolder;
}

h2 {
	font-size: 13px;
    font-weight: bold;
}

h3 {
	font-size: 11px;
    font-weight: bold;
}

#mmgInfo {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#mmgInfo img {
	border: 1px solid #000000;
}

#mmgInfo a img,
#mmgInfo a:link img {
	border: none;
}

#mmgInfo a,
#mmgInfo a:link {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

#mmgInfo a:hover,
#mmgInfo a.active,
#mmgInfo a.active:link,
#mmgInfo a.active:hover {
	color: #9999CC;
}
-->