body {
	margin:0px;
	padding:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', arial, helvetica, sans-serif;
	color:#fff;
	background-color:#000;
	font-size: 1em;

}

img {
	display: block;
	border-right: 5px;
	border-bottom: 5px;
	}

.inline {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
	.inline-right {
	display: inline;
	float: right;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

.Header {
	margin:15px 0px 10px 0px;
	padding:17px 0px 6px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:white;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:18px;
	background-color:#D70000;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>.Header {height:14px;}

.Header H1 {
	margin: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	  font-size: 1.5em;
	  letter-spacing: 0.5em;
	  float: left;
}

.Content {
	margin:25px 20px 15px 22px;
	padding:10px;
	background-color: #000;
	border: 1px solid white;
	} 
	.Content H1 {
	letter-spacing: 0.4em;
	text-transform: uppercase;
	margin-top: 0px;
	}
	.Content a {
	color: #fff;
	text-decoration: underline;
	}
	.Content a:active {
	color: #fff;
	}
	.Content a:visited {
	color: #fff;
	}
	.Content a:hover {
	font-weight: bold;
	}




.menu {
display: none;
	position:absolute;
	top:84px;
	left:20px;
	border:1px solid #fff;
	line-height: 0.9em;
	padding: 0px;
width: 1px;}

li {
	margin: 0px;
	padding: 0px;
}

.menu h2 {
background-color: #000;  color: #fff; border-bottom: 1px solid White;  font-weight: 700; display: block; /* text-transform: uppercase; */ font-size: 0.8em;  margin: 0px; padding: 0px;
}
.menu h3 {
background-color: #D70000;  color: #fff; border-bottom: 1px solid White;  text-transform: uppercase;  Font-size: 0.7em; /* letter-spacing: 0.1em; */  margin: 0px; padding: 0px;
}
.menu  h3 a {
display: block;
background: #D70000;
color: #fff;
text-decoration: none;
padding: 3px 4px 3px 4px;
margin: 0px;

}

.menu h3 a:hover {
display: block;
font-weight: bold;
background: #D70000;
color: #000;
text-decoration: none;
margin: 0px;

}

.menu h3 a:active {
	background: transparent;
	border: 1px solid White;
	text-decoration: none;
}
.menu h3 a:visited {
	background: transparent;
	border: none;
	text-decoration: none;
}
.button ul {
	margin: 0px;
	padding: 0px;
}


.button li {
color: #fff; border-bottom: 1px solid White; /* text-transform: uppercase; */ font-size: 0.8em;
font-family: verdana, geneva, helvetica, arial, sans-serif; margin: 0px; padding: 0px; list-style: none; list-style-type: none;
}
.button li a {
display: block;
background-color: #000;
color: #fff;
text-decoration: none;
padding: 2px 4px 2px 4px;
margin: 0px;

}

.button li a:hover {
display: block;
background: #fff;
color: #000;
text-decoration: none;
margin: 0px;

}

.button li a:active {
	border: 1px solid White;
	text-decoration: none;
}
.button li a:visited {
display: block;
text-decoration: none;
padding: 2px 4px 2px 4px;
margin: 0px;
}
	
	
	.non-show {
		background-color: #D6D700;
	}
	.non-show  h3 a {
display: block;
background: #D6D700;
color: #000;
text-decoration: none;
padding: 3px 4px 3px 4px;
margin: 0px;

}

.non-show h3 a:hover {
display: block;
font-weight: bold;
background: #D6D700;
color: #fff;
text-decoration: none;
margin: 0px;

}

.non-show h3 a:active {
	background: transparent;
	border: 1px solid White;
	text-decoration: none;
}
.non-show h3 a:visited {
	background: transparent;
	border: none;
	text-decoration: none;
}
.footer {
	
	margin:10px 0px 10px 0px;
	padding:10px 0px 6px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:white;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	font-size: 0.7em; 
	line-height:0.8em;
	color: white;
	background-color:#D70000;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:0.8em; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>.footer {height:0.8em;}
.footer a {
	color: White;
	text-decoration: none
}
.footer a:hover {
	color: White;
	background-color: black;
	text-decoration: none;
	}
	.fivepxbottom {
		margin-bottom: 5px;
	}
	.video-image {
	margin-right: 10px; margin-top: 10px; text-decoration: none; border: dotted 1px white;
	}
	.video-image a {
	border: dotted 1px white;  }
	
	.video-image a:hover {
		border: solid 1px #D70000;
	}
	
		.media-image {
 text-decoration: none; border: 0px;
	}