#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  margin: auto;
}

span.emph
{
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

table.header
{
	font-family: helvetica;
	width: 800px;
	/*background-color: #FFDD00;*/
	background-color: #00FF00;
	border-width: 0px 0px 0px 0px;
	border-color: #00FF00;
	border-collapse: collapse;
}

table.header td.image
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #003a9c;
	/*background-color: #FFDD00;*/
}

table.header td.imagebottom
{
	vertical-align: bottom;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFDD00;
}

table.header td.imagebottom img
{
	vertical-align: bottom;
}

table.header td.gear
{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	background-color: #FFFFFF;
}

table.header td.distance
{
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #0067B2;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	/*background-color: #FFDD00;*/
	background-color: #FFFFFF;
}

div.main
{
	width: 800px;
	background-color: #000000;
}

div.introtitlebackground
{
	width: 800px;
	height: 25px;
	background-color: #000000;	
	border-top: 1px solid;
	border-color: #FF0000;
	vertical-align: middle;
}

div.introtitle
{
	position: absolute;
	color: #000000;
	background-color: #FF0000;
	height: 25px;
	font-family: trebuchet ms;
	font-size: 14px;
	/*border: 1px solid;
	border-color: #0000FF;*/
}

div.introtitletext
{
	display: inline;
	width: 100%;
	/*vertical-align: middle;*/
	height: 25px;
	/*padding-bottom: 10px;*/
	/*border: 1px solid;
	border-color: #00FF00;*/
}

div.datetitlebackground
{
	width: 750px;
	height: 20px;
	background-color: #000000;	
	border-top: 1px solid;
	border-color: #FFFFFF;
	margin-left: 30px;
}

div.datetitle
{
	position: absolute;
	width: 200px;
	color: #FFFFFF;
	background-color: #FF0000;
	height: 20px;
	font-family: trebuchet ms;
	font-size: 12px;
	
}

div.datetitletext
{
	display: inline;
	vertical-align: middle;
	padding-bottom: 5px;
}

div.gap
{
	background-color: #000000;
	height: 15px;
}

div.blogentry
{
	font-family: trebuchet ms;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 30px;
}


table.intro
{
	width: 800px;
	font-family: trebuchet ms;
	background-color: #E61919;
	border-collapse: collapse;
}

table.intro th
{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #E61919;
	text-align: left;
	padding-left: 50px;
	background: url(thbackground.gif) no-repeat left;
}

table.intro td
{
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	/*font-weight: bold;*/
	font-style: normal;
	color: #F7D4D4;
	background-color: #000000;
	/*border-width: 0px 0px 0px 0px;*/
	padding: 5px 5px 5px 30px; /* TOP RIGHT BOTTOM LEFT /*
	border-style: inset inset inset inset;
	/*background-color: #FFDD00;*/
}

table.intro td.introleft
{
	width: 50px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 0px 0px 0px 0px;
}

table.intro td.introbottom
{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #E61919;
	/*border-width: 0px 0px 0px 0px;*/
	padding: 0px 0px 0px 0px;
	text-align: left;
	padding-left: 50px;
	background: url(bottombackground.gif) no-repeat left;
}

table.intro a
{
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

table.blog
{
	width: 800px;
	font-family: trebuchet ms;
	border-collapse: collapse;
}

table.blog th
{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #E61919;
	text-align: left;
	padding-left: 50px;
	background: url(thbackground.gif) no-repeat left;
}

table.blog td.date
{
	width: 31px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	border-width: 0px 0px 1px 0px;
	padding: 0px 10px 0px 10px;
	border-style: inset inset inset inset;
}

table.blog td.entry
{
	width: 770px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: inset inset inset inset;
	padding-left: 50px;
	background-color: #333333;
}

table.blog td.blogbottom
{
	padding: 0px 0px 0px 0px;
	padding-left: 50px;
	background: url(bottombackground.gif) no-repeat left;
}
