
body {
	font-family: Verdana, sans-serif;
	font-size: 87.5%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

h2 {
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #464031;
}
h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 0;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: Verdana, sans-serif;
	color: #a1a09b;
}

div#content-inner {
	/*margin-top: 0px;*/
}

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

#logo .logo {
	border: none;
	height: 100px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 80px;
}

/* logo is absolutely positioned so use the menu to make some room for it (ugly) */
#mainmenu {
	width: 100px;
	height: 100px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/* *** Don not display *** */
#localmenu,
#footer-nav {
	display: none;
}

