/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	background-color:#ffffff;
}
<!----start div formating---->

#all {
 margin: 0 auto;
 width: 922px;
	background-color:#ffffff;
	float:inherit;
	clear:both;
	text-align:left;
} 

#header {
	width:750px;
	text-align:left;
	background-color:#ffffff;
}

#header img {
	padding: 10px 0 1px 0px;
	border:none;
} 

#nav {
	width:750px;
	height:25px;
	margin: 10px 0 0 0;
	padding:5px 0 0 0;
	text-align:left;
	background-color: #fbcd05;
}

#nav ul {
  width: 750px;
  height:20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav ul li {
  float: left;
  position: relative;
  width: auto;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height:20px;
 }
	
#nav ul li a {
	margin: 0 2px 0 3px;
	padding:5px;
	color: #000000;
	background-color: #fbcd05;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #d8b004;
}

#nav ul li #active {
	color: #ffffff;
	background-color: #be1729;
}

#nav ul li ul {
   display: none;
   position: absolute; 
   top: 2.25em;
   left: 0;
   }

	
#nav ul li ul li {
 	width:20em;
 	height:20px;}
	
#subnav {
	width:750px;
	height:25px;
	margin: 10px 0 0 0;
	padding:5px 0 0 0;
	text-align:left;
	background-color: #be1729;
}

#subnav ul {
  width: 750px;
  height:20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#subnav ul li {
  float: left;
  position: relative;
  width: auto;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  height:20px;
 }
	
#subnav ul li a {
	margin: 0 2px 0 3px;
	padding:5px;
	color: #ffffff;
	background-color: #be1729;
	text-decoration: none;
}

#subnav ul li a:hover {
	background-color: #000000;
}

#subnav ul li #active {
	color: #ffffff;
	background-color: #000000;
}

#subnav ul li ul {
   display: none;
   position: absolute; 
   top: 2.25em;
   left: 0;
   }

	
#subnav ul li ul li {
 	width:20em;
 	height:20px;}

<!--  reset top & left for sub-menu on all but IE  ---->
li > ul {
 	top: auto;
 	left: auto;
 	}

#nav ul li:hover ul , li.over ul { display: block; }

#subnav ul li:hover ul , li.over ul { display: block; }

#main {
	width:750px;
	padding: 10px 0 0 0;
	background: #ffffff;
	text-align:left;
	clear: left;
}

#main ul {
  padding: 0 0 20px 40px;
  margin: 0;
  list-style: none;
}

#main p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height: 1.2em;
	color:#000000;
	text-align:left;
	padding: 5px 20px 10px 20px;
}

#main .little {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;
	color:#000000;
}

#main .little a {
	color:#000000;
}

#main .little a:hover {
	color:#be1729;
}

#main img {
	padding: 20px 0 0 0;
}

#footer {
	width:750px;
	margin: 10px 0 0 0;
	min-height: 76px;
	background-image: url(images/banner_doj.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align:left;
}

#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	color:#000000;
	text-align:left;
	padding: 5px 100px 10px 10px;
}

<!----start text formating---->

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
color:#ffffff;

}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
color:#000000;

}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
line-height:3em;
color:#000000;
clear:both;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:1em;
color:#86161d;
padding:15px 0 0px 10px;
clear:both;

}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
color:#000000;
padding: 10px 0 10px 5px;
}

ul {
	padding:10px 0 0 40px;
}

abbr {
	border:none;
	text-decoration:none;
}

address {
		padding:10px 0 0 40px;
}

a {
	color: #666667;
	text-decoration: none;
}

a:hover {
	color: #be1729;
	background-color:#eeeeef;
}

.time {
	padding: 0 0 0 10px ;
	vertical-align:baseline;
	position:relative;
	float:left;
}

.location {
	padding: 0 0 0 50px;
}

.desc {
	padding: 0 0 0 50px;
	font-style:italic;
	color:#be1729;
}

.info {
	display: none;
	position: relative;
	padding: 10px;
	background-color: #fbf4d5;
	text-align: left;
}

#main img {
	border:none;
	padding: 0;
	margin: 0;
}


