  /*
  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.

   fix ie6 "peekaboo bug" using the "holly hack". 
   Note, this style only gets applied to ie6
  */

    @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */

html {
    height: 0.1%;
		height: 100%;
		overflow: hidden;
  }

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
		color: #ffffff;
	}

wrapper {
    height: 0.1%;
  }
  /* 
   * IE5 mac - overrides the IE/Win hack 
   */
  /*\*//*/
  * html #threecolumn div {
  	height: auto;
  }
  /**/
  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  
	#flashcontent {
	height: 100%;
}

  h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
  a img,:link img,:visited img {border: none;}

  body {
	font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	background: #000000;
  }
  div.bodytext, div.bodytext td {
	font-size: 80%;
}
  div.schatten, td.schatten {
	background-color: #181818;
  }
  td.schatten {
  	padding: 5px;
  }
  a.nav {
	font-size: 80%;
  }
  p {
  	margin: 1em 0;
  	line-height: 1.5;
  }
 div.flashplayer {
	font-size: 80%;
  height: 450px;
  }
  td {
  	padding: 2px;
  }
  td, td p {
  	line-height: 1.5;
  }
  td p {
  	margin-top: 0;
  }
  th {
  	font-size: 1em;
  	padding: 2px 5px;
  	text-align: left;
  	border-top: solid 1px;
  	border-right: solid 1px;
  	border-bottom: solid 1px;
  	color: #fff;
  	background: #526D78;
  	border-color: #758A93;
  }
  a:link { color: #fff;	padding: 0 0px; }
  a:visited { color: #fff; }
  a:hover {	background-color: #506666; }
  caption {
  	font-size: 1em;
  	text-align: left;
  	padding: 4px 6px;
  	color: #fff;
  }
  code, kbd {
  	font-size: 1.25em;
  	color: #99C4D7;
  }
  dd {
  	margin: 0 0 1em 1em;
  }
  dt {
  	color: #99C4D7;
  }
  ul li {
  	margin-bottom: 0.8em;
  }
  ol li {
  	list-style: lower-alpha;
  	margin-left: 2em;
  	margin-bottom: 0.8em;
  }
  hr {
  	color: #222;
  	background: #222;
  	border-color: #222;
  }
  blockquote {
          margin: 1em 1em;
          font-style: italic;
  }

  h1,h2,h3,h4,h5,h6 {
  	font-family: "Trebuchet MS", arial, sans-serif;
  }
  h1 {
  	letter-spacing: 2px;
  	text-align: left;
  	font-size: 2em;
  	font-weight: bold;
  	line-height: 1.5em;
  	padding: 30px 20px 10px 15px;
  	margin: 0;
  	color: #fff;
  }
  h2 {
  	font-size: 1.5em;
  	font-weight: normal;
  	color: #8298A1;
  	margin: 0 0 1em 0;
  }
  h3 {
  	font-size: 1.2em;
  	padding: 4px 10px;
  	margin-top: 0.5em;
  	color: #fff;
  }
  h4 {
  	letter-spacing: 0.2em;
  	margin-top: 0.6em;
  	margin-left: 0.2em;
  	font-size: 0.9em;
  	color: #74909D;
  	border-bottom: dotted 1px #3E4D53;
  }
  h5 {
  	padding-left: 10px;
  	font-size: 1em;
  	color: #435F6B;
  }
  h6 {
  	font-size: 0.9em;
  	font-weight: bold;
  }
