<!--
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 {
	background-color:#FFFFFF;
	background-image:url(../images/navigation_bg.gif);
}

#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;
}

form {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	padding-bottom: 20px;
}

form fieldset {
	margin-bottom: 10px;
	border: 1px solid #999;
}

form legend {
	padding:4px;
	font-weight: bold;
	font-size: 105%;
	_margin: 0 -7px; /* IE Win */
}

form label {
	display: inline-block;
	vertical-align: top;
	cursor: hand;
}

form fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form label.error, label.error {
	color: #FF0000;
	font-style: italic
}

form .gray * { 
	color: gray; 
}

input.field {
	width: 400px;
	border: 1px solid #999;
}

textarea.field {
	width: 400px;
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	border: 1px solid #999;
}

input.submit {
	width: 400px;
}

input.checkbox { 
	border: none;
}

input:focus, textarea:focus { 
	border: 1px dotted black;
}

input.error, textarea.error { 
	border: 1px dotted #FF0000;
}

div.error { 
	display: none;
}

#blog {
	margin: 0;
	padding: 0;
	width: 190px;
	background-image: url(../images/blog_entries_bg.gif);
	background-repeat: repeat-y;
	border: solid 1px #424242;
}

#entries {
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	min-height: 160px;
	max-height: 200px;
	padding: 4px;
	overflow: auto;
	border-top: solid 1px #424242;
}

#entries a, 
#entries a:link {
	color: #333333;
}

#entries a:hover,
#entries a.active,
#entries a.active:link,
#entries a.active:hover {
	color: #660000;
}

.loading {
	background-image: url(../images/loading.gif);
}
-->
