body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/capitol.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
	color: #FFF;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-color: #999;
}
.twoColFixRtHdr #mainContent {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #333;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
html {
  padding: 0;
}
/* END: Hide from Mac/IE */
#main {
  clear: both;
}

#wrapper {
  width: 761px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#header {
	background-image: url(images/capitol.jpg);
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 155px;
	float: left; /* Contain floated list items */
	background-color: #dde488;
	height: 600px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	background-color: dde488;
}

#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #0033CC;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2;
  border-bottom: 1px solid #FFF;
}



#nav a:hover {
	background: #bbc05e;
	text-decoration: underline;
  }
  #nav #nav_links a {
  border: none;
}


#body_hom #nav_hom a,
    #body_about #nav_about a,
    #body_links #nav_links a,
    #body_criminal #nav_criminal a,
    #body_landlord #nav_landlord a,
    #body_injury #nav_injury a,
	#body_pay #nav_pay a,
	#body_verdicts #nav_verdicts a,
	#body_civil #nav_civil a{
  background: #e8ec9b;
  color: #990000;
  font-weight: 100;
}

p  {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.caption {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1   {  color: #666666; background: #FFFFFF; font-variant: normal; font-weight: bold; font-size: 
36px; font-family: Verdana, Arial, Helvetica, sans-serif }
body {
	background-color: #FFFFFF;
	left: 0px;
	clip:  rect(0px auto auto auto);
	
}
h2 {  font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF}
a:link
{
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	
} 
a:visited 
{ 
    font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
	
	text-decoration: none;
	
}a:hover
{
	
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCCFF;
	text-decoration: none;
	
} 
	
a:active
{
	
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCC66;
	text-decoration: none;
	
} 

.tableline {
	border: 1px solid #333333;
}
.imageline {
	padding: 2px;
	border: 1px solid #666666;
}
.thintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h4 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #666;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.paddingleft {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.paddingall {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
h3 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
}
