body {
   background: white;
   font-size: 12pt;
   }
#menu #col2 #col3 {
   display: none;
   }
#col2 {
   display: none;
   }
#col3 {
   display: none;
   }
.header {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
table.basic_lines {
	border-collapse:collapse;
	border:1px solid #999;
	margin:10px 0 0 10px;
	}
table.basic_lines th {
	font-size:1em;
	border:1px solid #999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding:2px;
	text-align:center;
	}
table.basic_lines td {
	font-size:1em;
	border:1px solid #999;
	padding:2px;
	text-align:center;
	}
table.basic_lines .desc {
	text-align:left;
	}
table.basic_lines .amt {
	text-align:right;
	}
table.desc {
	text-align:left;
	}
table.amt {
	text-align:right;
	}
.form_entry legend {
	font-weight:bold;
	}
.form_entry th {
	text-align:right;
	padding:0 .5em;
	font-weight:normal;
	}
.form_entry .left_spacer {
	margin-left:2em;
	}
