		html, body
			{
				padding:0;
				margin:0;
				width:100%;
				background-color: #f8f8f8;
				overflow:auto;
				font-family: arial, verdana, sans-serif;
			}
		#header 
			{
				overflow-x:hidden;
				width:100%; height:170px;
				/* float:left;				 */
				margin:0; padding:0;
				/* margin-bottom:2em; */
				/* background-image:url('/orange_blue.png'); */
				background-image:url('blue_orange.png');
				background-repeat:repeat-x;
			}

		#header-small
			{
				overflow-x:hidden;
				width:100%; height:34px;
				/* float:left;				 */
				margin:0; padding:0;
				/* margin-bottom:2em; */
				/* background-image:url('/orange_blue.png'); */
				background-color:#fec676;
			}
		
		h1, h2, h3, h4
			{
				margin-top:1em;
				font-weight:bold;
			}

		.leftblock, .rightblock
			{
				height:170px; width:20px;
			}
		.leftblock 
			{
				float:left;
				background-color: #000080;
			}
		.rightblock
			{
				float:right;
				/* background-color: #6298d7;
				background-image:url('/debian-falcon/blue_orange.png');
				background-repeat:repeat-x; */
			}
			
		#content
			{
				/* width:100%;
				EDIT by thorns: the TOC overflow was caused overflow-x:hidden being in body */
				
				margin:0;				
				padding:10px;
				
				/* background-color:#ffffff;
				inherited from body */
				
				clear:both;
			}
		#content p
			{
				#padding-left:10px;
				padding-left:2ex;
				#margin-left: ;
				
				padding-right:1.2em;
				margin-right:2em;
				
				#font-size:large;
				#font-size:medium;
				font-size:1.3em;
				
				#width:100%;
			}

		a
			{
				color:#000055;
				font-size:100% !important;
				border-style:none;
			}
			
		a img
			{
				border-style:none;
			}


#top {
  padding: none;
  margin-left: 39px;
  margin-right: 39px;
}
#main {
  padding: 2em;
  clear: both;
  background-color: white;
}
#logo {
  position: absolute;
  right: 36px;
  top: 36px;
  z-index: 1;
}
#bottom {
  clear: both;
  padding: none;
  margin-left: 39px;
  margin-right: 39px;
  padding-bottom: 15px;
}
#bottomcenter {
  padding-top: 15px;
  width: 100%;
  background-color: white;
  float: left;
  height: 22px;
  text-align: center;
  font-size: 0.6em;
}
#bottomleft {
  padding: none;
  margin: none;
  height: 39px;
  width: 39px;
  overflow: hidden;
  position: absolute;
  left: 1em;
}
#bottomright {
  padding: none;
  margin: none;
  height: 39px;
  width: 39px;
  overflow: hidden;
  float: right;
  position: absolute;
  right: 1em
}
.msgbox {
  margin-top: 2em;
  margin-left: 2em;
  clear: both;
  width: 12em;
  border: dashed 1px #3058c5;
  font-size: 0.8em;
  overflow: auto;
  float: right;
  padding: 0.6em;
  background-color: white;
}
.msgbpad {
  float: right;
  height: 50px;

}
/*
a {
  color: #3058c5;
  text-decoration: none;
  border-bottom: dotted 1px #3058c5;
}*/

dd {
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: solid 2px #3058c5;
}
dd.half {
  border-right: solid 18em white;
}

dt {
  font-weight: bold;
  border-bottom: solid 2px #3058c5;
  padding-left: 0.2em;
  background-color: #FFFFCC;
}
dt a {
  color: black;
  text-decoration: none;
  border-bottom: none;
}

th, td {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
span.t {
   display: none;
}
span.tl {
  color: #3058c5;
  text-decoration: dotted 1px #3058c5;
  cursor: pointer;
}


