body {
	margin: 0px;
	padding: 0px;
	background: #ddd;
   background-image: url(bg3.jpg);
}

body, p, html, table, td {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#header {
	text-align:center;
	height: 50px
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #006600;
	padding: 2px;
}

#subheader {
	background: #000000;
	padding: 0px;
}

.registered {
	background-color: #ff9;
}
.content {
	padding: 10px;
	background: #fff;
	border: 1px solid #999;
}

.entrycontent {
	padding: 12px;
	background: #fff;
	border: 1px solid #999;
}

.content p {
	margin: 4px 2px 4px 2px;
}

h1 {
	font-size: 26px;
	margin: 4px;
	color: #000;
	display: inline;
}

h2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344c
}

h3 {
	font-size: 13px;
}

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6b8e;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5c6b8e;
}

a {
 	color: #999999;
}

a:visited  { 
	color: #999999; 
}


a:hover	{ 
	color: #339900; 
}

.prevnext_links {
	float: right;
	color: #fff;
}

h1 a, .prevnext_links a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }


/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }