html, body
{
	background-color: #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

p.signature
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
}

a, a:visited, div a, div a:visited
{
	text-decoration: none;
	color: #006;
	font-weight: bold;
	border-bottom: 1px dotted #00c;
}

h1 a, h1 a:visited
{
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
	border-bottom: inherit;
}

a:hover, div a:hover, h1 a:hover { border-bottom: 1px solid; }

.clr { clear:both; }

ul 
{
	margin: 0px;
	list-style-type: square;
	padding-left: 16px;
}

div#masthead
{
	color: #333;
	background: url(../images/gray_fade_bgrd.gif) repeat-x top left;
	margin: 0px;
	width: 100%;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #333; 
	text-align: center;
}

div#masthead h1 { font-size: 18px; font-weight: normal; margin: 0px; }

div#quote
{
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
/*	font-style: italic; */
	font-size: 10px;
	background: #ccc;
	color: #333;
	border-top: 1px solid #333; 
}

div#copyright
{
	color: #333;
	margin: 0px;
	width: 100%;
	padding: 2px 0px 24px 0px;
	border-top: 1px solid #333;
	background: #fff;
	text-align: center;
	clear: both;
}

div#wrapper
{
	width: 780px;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#rightnav
{
	float: right;
 /*/*/ width: 180px; /* hack keeps NN4 column right */
	position: relative;
	margin: 10px;
}

div#content
{ 
	float: left; 
	width: 510px; 
	position: relative; 
	margin: 10px;
}

div.article
{
	width: 510px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.article h2
{
	width: 508px;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #009;
	background: #00a url(../images/blue_bgrd.gif) repeat-x left top; 
	color: #eee;
	font-size: 16px;
	line-height: 16px;
	text-shadow: #333 0px 1px 6px; /* Safari-only, but cool */
}

.article .content, .article .content_alt
{
	width: 492px;
	margin: 0px 8px;
	padding: 8px;
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	background: #fff;
}

.article .content_alt { background: #eee; }

.article .footer
{
	width: 492px;
	margin: 0px 8px;
	padding: 4px 8px;
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	background: #eee;
	font-size: 10px;
	line-height: 11px;
}

.footer .datetime
{
	color: #333;
	float: left;
}

.footer p { margin: 0px; }

div.blue_box, div.red_box, div.green_box, div.gold_box, div.silver_box
{
	width: 180px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

div.blue_box h2, div.red_box h2, div.green_box h2, div.gold_box h2, div.silver_box h2
{
	width: 178px;
	margin: 0px;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 16px;
	text-shadow: #333 0px 1px 6px; /* Safari-only, but cool */
	color: #eee;
}

div.blue_box .content, div.red_box .content, div.green_box .content, div.gold_box .content, div.silver_box .content
{
	width: 178px;
	margin: 0px;
	padding: 8px;
	background: #fff;
}

div.blue_box .footer, div.red_box .footer, div.green_box .footer, div.gold_box .footer, div.silver_box .footer
{
	width: 178px;
	margin: 0px;
	padding: 4px 8px;
	background: #eee;
	font-size: 10px;
	line-height: 11px;
}

div.blue_box a, div.blue_box a:visited { color: #006; border-bottom: 1px dotted #00c; }
div.blue_box h2 { border: 1px solid #009; background: url(../images/blue_bgrd.gif) repeat-x left top; }
div.blue_box .content, div.blue_box .footer { border-left: 1px solid #009; border-right: 1px solid #009; border-bottom: 1px solid #009; }
div.red_box a, div.red_box a:visited { color: #600; border-bottom: 1px dotted #c00; }
div.red_box h2 { border: 1px solid #900; background: url(../images/red_bgrd.gif) repeat-x left top; }
div.red_box .content, div.red_box .footer { border-left: 1px solid #900; border-right: 1px solid #900; border-bottom: 1px solid #900; }
div.green_box a, div.green_box a:visited { color: #060; border-bottom: 1px dotted #0c0; }
div.green_box h2 { border: 1px solid #090; background: url(../images/green_bgrd.gif) repeat-x left top; }
div.green_box .content, div.green_box .footer { border-left: 1px solid #090; border-right: 1px solid #090; border-bottom: 1px solid #090; }
div.gold_box a, div.gold_box a:visited { color: #990; border-bottom: 1px dotted #cc0; }
div.gold_box h2 { border: 1px solid #990; background: url(../images/gold_bgrd.gif) repeat-x left top; color: #111; text-shadow: #eee 0px 1px 6px; }
div.gold_box .content, div.gold_box .footer { border-left: 1px solid #990; border-right: 1px solid #990; border-bottom: 1px solid #990; }
div.silver_box a, div.silver_box a:visited { color: #666; border-bottom: 1px dotted #ccc; }
div.silver_box h2 { border: 1px solid #999; background: url(../images/silver_bgrd.gif) repeat-x left top; color: #111; text-shadow: #eee 0px 1px 6px;}
div.silver_box .content, div.silver_box .footer { border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; }

div.blue_box a:hover, div.red_box a:hover, div.green_box a:hover, div.gold_box a:hover, div.silver_box a:hover { border-bottom: 1px solid; }

