body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.topbar {
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
}
#judgeslawyers {
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px 34px 10px 0px;
}
#judgeslawyers h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
	margin: 0px 0px 15px 0px;
}
#judgeslawyers p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 10px 0px;
}
.redbar {
	background-image: url(../images/redbar.jpg);
	background-repeat: repeat-x;
}
.goldbar {
	background-image: url(../images/goldbar.jpg);
	background-repeat: repeat-x;
}
#leftmenu {
	font-size: 12px;
	background-color: #E5C78B;
	text-align: left;
	padding: 0px;
}
#leftmenu a {
	color: #000000;
	text-decoration: none;
	background-color: #E5C78B;
	padding: 5px 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding: 5px 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#judges {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px 15px 15px 15px;
}
#judges h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}
#judges h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#judges h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#judges a {
	color: #CC3300;
	text-decoration: none;
}
#judges a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#lawyers {
	font-size: 11px;
	color: #333333;
	background-color: #993300;
	text-align: left;
	padding: 10px 5px 15px 10px;
}
#lawyers h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 8px 0px;
}
#lawyers a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 10px;
}
#lawyers a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
