BODY {
   background: #eee;
   color: #555;
   margin: 0;
   padding: 0;
}

#container {
   background: #fff;
   color: #555;
   border: solid 2px #ccc;
   margin: 10px;
   padding: 15px;
   font-family: georgia, serif;
   font-size: 11pt;
}

#header {
   border-bottom: double 2px #ccc;
   background: #fff;
   color: #777;
}

#name_header {
   float: left;
   font-weight: bold;
   vertical-align: top;
}

#name_header H1 {
   margin: 0;
   padding: 0;
   font-size: 180%;
}

#name_header H2 {
   margin: 0;
   padding: 0;
   font-size: 120%;
}

#address_header {
   float: right;
   text-align: right;
   vertical-align: top;
}

.hidden {
   clear: both;
   visibility: hidden;
}

#content {
	clear: both;
	margin-top: 3em;
	margin-bottom: 3em;
}

#content p {
	margin: 5px 5px 5px 3em;
}

#content ul {
	margin-left: 1.5em;
}

#content ul ul {
	margin-left: 1em;
}

#content p.heading {
	margin-top: 1em;
	margin-left: 5px;
	padding: 3px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 120%;
	background: #ddd;
	color: inherit;
}

#content p.subheading {
	margin-top: 10px;
	margin-left: 5px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

#content .indented {
	margin-left: 3em;
}

#content .unindented {
	margin-left: -1.5em;
	display: block;
}

