
body {
  font-family:helvetica,sans-serif;
  font-size:14px;
  font-weight:normal;
  background-color: #FFF;

}


div.content {
	float: right;
width:75%;
}

div.top { 
	border: 2px solid black;
  padding: 4px;
  color: #ffff00;
  font-weight: bold;
  background-color: #040;
  border-bottom: 4px solid #494;
  border-top: 4px solid #494; 
  font-size:18px;
  letter-spacing: 2px;
  padding-top: .5em;
  padding-left:.5em;
  padding-bottom:.5em;

}

div.menu {
	float: left;
	width: 20%;
	margin-top:10px;
}

.menu_section {
	margin-top: 10px;
	border-bottom: 1px solid #494;
}

.menu_item {
	font-size: smaller;
	margin-left: 10px;
}

a {
  color: #494;
  text-decoration: none;
}
a:hover {
  background-color:#ddd;
}

.menu_item a {
	color: #000;
	text-decoration: none;
}
.menu_section a {
	color: #000;
	text-decoration: none;
}

h1 {
	border-bottom: 2px solid #494;
}
h2 {
	border-bottom: 2px solid #494;
}
h3 {
	border-bottom: 1px solid #494;
}
h3 {
	border-bottom: 1px solid #494;
}


dt {
  font-weight: bold;

}

dd {
    margin-bottom: 1em;
}


/*
div#content {
 float: right;
 width: 68%;
 background-color: #f7f7f7;
}

div#content h1 {
 font-family: verdana, arial, helvetica, sans;
 font-size: x-large;
 color: #f00; 
}

div#menu {
 float: left;
 width: 30%;
 font-family: verdana, arial, helvetica, sans;
 font-size: small;
}

div.menu-section {
 background-color: #f7f7f7;
}

div.menu-section h4 {
 font-weight: bold;
 align: left;
 background-color: gray;
 color: #fff;
 padding: 2px;
 margin: 0;
}
div.menu-section h4 a {
 color: #fff;
}

div.menu-section ul {
 margin: 0;
 padding: 0;
}

div.menu-section li {
 display: block;
 padding: 2px;
 margin: 0;
}

div.menu-section li a,
div.menu-section h4 a {
 display: block;
 text-decoration: none;
}

div.menu-section a:hover {
 background-color: #f2f2f2;
}

div.section {
 background-color: #f7f7f7;
 color: #222;
 border-top: 1px dotted #555;
}
div.section h1 {
 color: #000;
 font-size: large;
 font-weight: bold;
 margin: 5px;
}
div.section h2,
div.section h2 a {
 color: #f00;
}

*/

