body, td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color : black;
	text-decoration: underline;
}

a:hover {
	color: #FAAD00; /* 250, 173, 0 */
}

ul {
	margin-top: 0px;
}

p {
	margin-bottom: 0px;
}

img {
	border: none;
}

.center {
	text-align: center;
}

div#header {
	background-color: white;
	font-size: smaller;
}

div#header img {
	float: left;
}

div#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;

}

div#header li {
	display: block;
	float: left;
	background-image: url(eggsm.jpg);
	background-repeat: no-repeat;
	width: 19ex;
	height: 18px;
	margin: 5px 0px;
}

div#header ul a {
	display: block;
	height: 100%;
	width: 100%;
	padding-left: 30px;
	background-color: white;
}

div#header ul a:hover {
	background-color: transparent; /* used to have background-image here, but it caused flicker and delay, so instead we put the image behind the link and obscured it when not hovering */
}
div#main {
	background-color: #FAAD00;
	padding-top: 0.3em;
	height: 100%;
	clear: both;
	border-top: 1px solid #BC973F;
	color: black;
	line-height: 1.2;
}
div.sidebar {
	width: 12em;
	float: right;
	right: 0px;
	padding: 3px;
	background-color: #FAAD00;
}

div.sidebar div {
	font-size: x-small;
	font-weight: bold;
}

div.sidebar a:hover {
	color : white;
}

div.sidebar hr {
	color: black;
	height: 1px;
}

div.sidebar div.brandimg {
	text-align: center;
}

div.sidebar div.brandimg img {
	margin: 10px;
}

div.news {
	margin-bottom: 1em;
}

div.news div.date {
	float: left;
	padding-right: 1ex;
/*	width: 10ex; */
}

div.sidebar div.news div.date {
	color: white;
}

div.newsarticle div.metainfo {
	float: right;
	text-align: right;
	font-size: smaller;
}

div.newsarticle div.comment {
	clear: left;
	float: left;
	width: 20%;
	border: thin ridge #FAAD00;
	padding: 3px;
	font-size: smaller;
	color: #FAAD00;
	background-color: #555;
	margin: 3px;
	margin-left: 0px;
}
div.newsarticle div.comment a {
	color: white;
}
div.newsarticle div.comment a:hover {
	color: #FAAD00;
}

div.content {
	background-color: white;
	margin-right: 13em;
	padding: 0em 0.5em 2em 1em;
	border: 1px inset #BC973F;
	border-left-width: 0px;
}

div.content h1 {
	margin-top: 0px;
}

div.content hr {
	color: #FAAD00;
}

div.content .contentfooter {
/* should be at bottom of content div to force bottom to be below sidebar */
	clear: both;
}

span.logo {
	font-weight: bolder;
}

div.footnote {
	font-size: smaller;
	font-style: italic;
	margin-top: 3em;
	text-align: center;
}
.counter {
	font-size: smaller;
	color: #FAAD00;
}
.hidden {display: none}

.vcard .region {
/* prevents state abbreviations from getting an underline */
	border-bottom: 0px
}