body {
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 	
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

div {
	border: none;
}

/* container */
/*#wholepage {
	position: absolute;
	top: 0;
	left: 0;
}*/

/* skip navigation */
#skipnavigation {
  position: absolute; 
  left: -1000px; 
}

/* header */
#header {
	margin-left: 0px;
	color: #000;
	border-bottom: 1px solid #333;
	height: 100px;
	background: #036 url(../images/panorama.jpg) no-repeat right;	
}

/* DOJ SEAL */		
#headerimage {
	float:left;
	width:95px;
	height:94px;
	padding-left:10px;
	padding-top:6px;
	paddign-bottom:7px;
}	

/* Top */
#top {
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #ccc; 
}	

#top h5 {
	margin: 0px;
	text-align: right;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}

#topnav {
	padding: 0px;
	height: 20px;
	line-height: 20px;
	float:left;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 165px;
}

/* Left Column */	
#left {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	padding: 0px;
}
	
/* BEGIN LEFT NAV */
#nav ul {
	list-style-type: none;
	background-color: #ECEBEB;
	margin: 0px;
	padding: 0px;
	display: block; 
}

#nav li {
	line-height: 1.5em;
	list-style-type: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}	

#nav a {
	color: #0033FF;
}	

#nav a:hover, #nav a:hover, #nav a:active{
	color: #666;
	text-decoration: none; 
}
/* END LEFT NAV */		

/* Right Column */	

#right {
	position: absolute;
	left: 80%;
	top: 115px;
	width: 185px;
	padding-left: 0px;
	z-index: 3;
	color: #000;
	padding: 3px;
}
	
#searchbox {
	right: 0px;
	width: 180px;
	margin: 0px;
	margin-top:24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3Spx;
	padding-left: 0px;
	text-align: right;
}	

.search { 
 font-size: 10px; 
 border: 1px solid #666666; 
}
.search_button {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
}

/* Content Section */
#content {
	padding: 3px;
	color: #000;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 150px;
}

/* Footer */	
#footer {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #CCC;	
	padding-top: 1px;
	padding-bottom:1px;
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
	
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* usao content tables */	
#eousa {
	position: relative;
	width: auto;
	border: 1px solid #000000;
	background: #ffffff;
	margin: 20px;
}

#eousa  th, #eousa  td{
	margin: 0;
	padding: 5px 10px;
	text align: center;
	border-bottom: 1px solid #b5b5b5; 
}
	
#eousa  th, {
	color: #999; 
}
	
#eousa  .name{
	text-align: left: 
}	
	
#eousa tr{
	background: #FFFFFF; 
}

#eousa  tr.alt {
	background: #f1f1f1;
	color: #000000;
}

#eousa  tr.state {
	background: #6699CC; 
}

#eousa  tr a {
	color: #0033FF;
}	

#eousa tr a:hover, #eousa  tr a:hover, #eousa  tr a:active{
	color: #666666;
	text-decoration: none; 
}
