body {
  margin: 0;
  padding: 0;
}

#top_group{
  background:#006;
	color:#FFF;
}

#mid_col_1 {
 	border-right:1px solid #ddd;
}

#mid_col_2 {
 	border-bottom:1px solid #ddd;
}

#footer, #mid_col_1 {
  /*background-color:#fafaf0;*/
	background-color:#fafafa;
}

#navlist dl{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist dt, #navlist dd {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0 0 0 1em;
}

#navlist dt, {
  color: #700;
}

#navlist a:link, #navlist a:visited {
	color:#111;
	/*/*/color:#111;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #333;
	background-color:#eee;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 14px;
	border: 1px solid #fafafa;
	width: 86px;
}

h1{
  font-size:1.7em;
	color:#700;
	background-color:#FFF;
	font-weight:bold;
	margin-top:1em;
}

h2{
  font-size:1.3em;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	margin-bottom:5px;
}

h3{
  font-size:1.1em;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	margin-bottom:5px;
}
  
.list{
  list-style: none;
	margin-left:0em;
}

.list_item{
	margin-bottom:1em; 
}
