body
{
	text-align: center;
	background-color: #efedde;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
}

/* column infrastructure */

div#header
{
	width: 900px;
	border-bottom: solid 1px #666666;
	margin-bottom: 20px;
}

div#container
{
	width: 900px;  
	/* Centering for IE6+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;
}
  
div#left
{
	float: left;
	padding: 0;
	width: 110px;
	/* background-color: pink; */
}

div#content
{
	top: 10px;
	margin-left: 150px;
	margin-right: 150px;
}

div#right
{
	float: right;
	padding: 0;
	width: 110px;
}

div#footer
{
	width: 900px;
	margin-top: 40px;
	padding-top: 10px;
}

/* Standard styles */

h1
{
	font-weight: normal;
	font-size: 1.8em;
	color: #333333;
	border-bottom: solid 1px #aaaaaa;
}

/* class overrides */

p.dateline
{
	text-align: right;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: .9em;
	margin-top: -8px;
	padding-top: 0;
	color: #333333;
}

p.divider
{
	text-align: center;
	color: #666666;
	letter-spacing: 1em;
	font-size: 1.2em;
}

p.filed-under
{
	font-size: .9em;
	font-style: italic;
	color: #666666;
	text-align: right;
	margin-left: 150px;
}

ul
{
	list-style-type: circle;
}

a
{
	color: #990000;
}

h1 a
{
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

h2.article-list
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: -10px;
}

blockquote.address
{
	font-family: 'Andale Mono';
}

/* for the header */

div#header div.datetime
{
	float: right;
	padding-top: 8px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .8em;
}

div#header div.sitename
{
	font-size: 2.5em;
	padding-top: 5px;
}

div#header div.sitename a
{
	text-decoration: none;
	color: #330000;
}

div#header div.pagetitle
{
	font-size: 1.2em;
	margin-bottom: 7px;
	font-variant: small-caps;
}

/* for the footer */

div#footer-within
{
	text-align: justify;
	clear: both;
	font-size: .8em;
	margin: 0 150px 15px 150px;
	color: #444444;
	border-top: solid 1px #999999;
	padding-top: 10px;
}

div#footer b
{
	color: black;
}

/* for the category list */

div#left h2
{
	border: none;
	font-size: .8em;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 3px;
}

div#left p
{
	font-size: .9em;
}

/* Tax form list */

div#right h2
{
	border: none;
	font-size: .8em;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 3px;
}

div#right p
{
	font-size: .85em;
}

div#right a
{
	font-family: arial, sans-serif;
	font-weight: bold;
}

/* Individual article content area */

div.content table.grid
{
	font-family: arial, sans-serif;
	border-collapse: collapse;
	border-bottom: solid 3px #666666;
	margin: 5px 30px 5px 30px;
}

div.content table.grid th
{
	font-size: 0.9em;
	padding: 0 13px 3px 0;
	vertical-align: top;
}

div.content table.grid td
{
	border: solid 1px #666666;
	padding: 3px;
}

div.content h3
{
	color: #333333;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}