#masthead, #footer
{
	background-color: #991;
	color: #419;
}	
.hnav, .hnav ul li a
{
	background-color: #cc1;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #419;
	color: #fff;
}
.vnav ul li a
{
	color: #336;
	background-color: #991;
}
.vnav ul li a:hover
{
	background-color: #419;
	color: #fff;
}

a
{
	text-decoration: none;
	color: #991;
}

a:hover
{
	background-color: #cc1;
	color: #fff;
}

.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span
{
	display: none;
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
.headline
{
	font-weight: bold;
}

.copy
{
	background-color: lightyellow;
	width: 100%;
	margin-bottom: -5px;
}

.copy p
{
	background-color: lightyellow;
	margin: 0px;
	margin-bottom: 5px;
}

.code_heading
{
	font-family: courier;
	font-weight: bold;
	font-size: smaller;
}

.code
{
	background-color: lightyellow;
	font-family: courier;
	font-size: smaller;
}

.story_table
{
	width: 100%;
	margin: 1px;
	border: 1px solid #000;
}

.story_headline
{
	font-weight: bold;
	background-color: #cc1;
}

.story_dateline
{
	font-style: italic;
}

.story_body
{
}

.left_content
{
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid black; 
	margin-top: 10px;
}
