body {
	font:12px Verdana, Arial, sans-serif;
	background-color:#dedede;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:0;
}

hr {
	border:0;
	height:0;
	border-top:1px dotted #000;
}

h1 {
	margin:10px 0 0 0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
	margin-bottom:0;
}

h3 {
	font-size:12px;
	margin:0;
}

input {
	font:10px Verdana, Arial, sans-serif;
	width:250px;
}

textarea {
	font:10px Verdana, Arial, sans-serif;
	width:250px;
}

form#dynamiccombo button {
	width: 15px;
}

ol li {
	margin-bottom:10px;
}

.nowidth {
	width:auto;
}

.errorMsg {
	color:#f00;
	margin-bottom:20px;
}

#main {
	width:700px;
	margin:0 auto;
	background:#fff url(../i/bg.gif) repeat-y;
	padding:0 10px 10px 10px;
}

#top {
	background-color:#039;
	height:80px;
	margin:0 63px 10px 4px;
	background-image:url(../i/topbg.jpg);
	border-bottom:1px solid black;
	padding:5px 0 0 20px;
}

#top #toptext {
	color:#fff;
}

#top img {
	border:0;
}

#wrap {
	margin:0 70px 0 10px;
}

#account {
	text-align:right;
	margin-right:10px;
}

#left {
	float:left;
	width:155px;
	background-color:#fff;
	border-right:1px dotted black;	
	padding:0 15px 15px 15px;
	vertical-align:top;
	height:475px;
}

#right {
	float:right;
	width:405px;
	text-align:left;
	padding:0 15px 10px 10px;
	vertical-align:top;
}

#right #subnav {
	text-align:right;
	width:200px;
	float:right;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	margin-bottom:20px;
}

#right #subnav a {
	display:block;
}

#home_img {
	border:1px solid black;
}

#logo {
	border:0;
}

#search {
	margin-top:20px;
}

#nav a {
	display:block;
	color:#333;
	background-color:#efefef;
	font-weight:bold;
	padding:3px 1px 2px 1px;
	border-bottom:1px dotted #aaa;
}

#nav a:hover {
	background-color:#369;
	color:#fff;
	text-decoration:none;
}

#nav a#selectedNav {
	background-color:#369;
	color:#fff;
	text-decoration:none;
}

#asterisk_explanation li {
	list-style-image:url(../i/asterisk.gif);
}

#home_copy {
	padding:10px 0;
	border-bottom:1px dotted #000;
}

#home_copy img {
	float:left;
	border:1px solid #000;
	margin:0 10px 10px 0;
}

#home_events {
	padding:0 0 10px 0;
	border-bottom:1px dotted #000;
}

.home_teaser {
	padding:0 0 10px 0;
	border-bottom:1px dotted #000;
}

.home_teaser img {
	border:1px solid #000;
}

#footer {
	margin:100px 15px 20px 15px;
	padding-top:10px;
	font-size:11px;
	border-top:1px dotted black;
}

.backlink {
	margin:20px 0;
}

.pageBottomBackLink {
	margin-left:200px;
}

.person {
	margin:10px 0;
}

.person .title {
	font-weight:bold;
}

.court {
	margin:10px 0;
	border-bottom:1px dotted black;
}

.court .name {
	font-weight:bold;
}

.court img {
	border:1px solid #000;
	margin:10px 0 20px 0;
}

.judge {
	margin:10px 0;
}

.judge .name {
	font-weight:bold;
}

.standing_committee {
	margin:10px 0;
}

.standing_committee .name {
	font-weight:bold;
}

.event {
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #000;
}

.event .title {
	margin:5px 0;
	font-weight:bold;
}

.event .eventDate {
	font-style:italic;
	margin:0 0 10px 0;
}

.event_tba {
	margin:10px 0;
	padding-bottom:10px;
}

#appTable {
	width:100%;
}

#appTable tr td {
	padding:10px 5px;
	vertical-align:top;
}

#appTable tr td.label {
	font-weight:bold;
	width:25%;
}

#clerkTable {
	width:100%;
}

#clerkTable tr td {
	padding:10px 5px;
	vertical-align:top;
}

#clerkTable tr td.label {
	font-weight:bold;
	width:25%;
}

#clerkTable tr td.sub {
	text-align:right;
}

#clerkTable tr td.label h2 {
	padding:0;
	margin:0;
}

.practioners_tip {
	margin:10px 0;
}

#counties_cap {
	width:40%;
	float:left;
}

#counties_cny {
	width:40%;
	float:right;
}

#pay_paypal {
	width:40%;
	float:right;
}

#pay_check {
	width:40%;
	float:left;
}

.CLE {
	margin:10px 0 20px 0;
	border-bottom:1px dotted #000;
	padding-bottom:10px;
}

.decisions_of_interest {
	margin:10px 0 20px 0;
}

#adminTable {
	width:100%;
}

#adminTable tr td {
	padding:5px 2px;
	vertical-align:top;
}

pre.admin_notes {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}