/* CSS Document - Dracut Library Main Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffee;
	behavior: url(csshover.htc);
}
* { margin: 0; padding: 0; }


<!--
div#header {
  background-color: #007777;
}

div#header p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight: bold;
  	background-color: #007777;
}

div#header td {
  background-color: #007777;
}

div#header a { text-decoration: none; }

div#nav {
    width: 100%;
	float: left;
	border-top: 1px solid #069;
	border-bottom: solid #069;
	font-size: .9em;
    background-color: #007777;
	}
	
* html div#nav ul {
	float: left;
	}
	

div#nav li {
  /*float the main list items*/
  float: left;
  list-style-type: none;
  text-align: center;
  background-color: #336699;
  display: block;
  padding: 0 1px;
}

div#nav li a {
  /*for all links in the list*/
  color: white;
  font-weight: bold;
  display: block;
  height: 16px;
  width: 65px;
  padding: 2px;
  font-size: .9em;
  text-decoration: none;
  border: 1px solid #dddddd;
  background-color: #3366ff;
}

div#nav li a:hover {color: black; }

#wrapper {
	background: #ffffee;
}

#container {
	width: 100%;
	float: left;
	margin-right: -180px;
	background: #ffffee;
}


div#main {
	margin-right: 180px;
	background: #ffffee;
    margin-left: 150px;
	padding-left: 4px;
}

div#main p {
    font-size: .8em;
	}

div#main li {
	font-size: .9em;
    margin-left: 4px;
	margin-top: 6px;
}

div#main h1, h2, h3, h4, h5 {
    margin-left: 4px;
	padding-top: 8px;
	}
	
div#main td {
	border-color: #999999;
	border: 2px 2px 2px 2px;
	font-size: .8em;
	}

div#left {
	width: 150px;
	height: 400px;
	float: left;
	padding-left: 4px;
	padding-top: 8px;
    border: 1px solid #eeeeaa;
    background-color: #99ee99;
	}
	
div#left p {
	font-size: .8em;
    background-color: #99ee99;
	}

div#left li {
	font-size: .9em;
    margin-left: 4px;
	margin-top: 6px;
}

div#left td {
	font-size: .8em;
    background-color: #99ee99;
	border-bottom-color: black;
	border: 1px;
}

div#left td, p {
    background-color: #99ee99;
}

div#sidebar {
	padding-left: 4px;
	width: 176px;
	float: right;
    background-color: #FFCC66;
}

div#sidebar p {
    background-color: #FFCC66;
}

div#sidebar li {
	font-size: .9em;
    margin-left: 4px;
    margin-top: 6px;;
	}
    
div#sidebar a { 
    padding-top: 2px;
}

div#sitemap li {
		padding-left: 8px;
		padding-top: 2px;
		list-style-position: inside;
  		list-style-type: none;
	}
	

#footer {
	border: 1px solid #eeeeaa;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
-->

	td {
		margin: 2px;
		background-color: #ffffee;
	}
		
	p {
		margin: 2px;
	    color: black;
		padding:4px;
		background-color: #ffffee;
		}
		
    li {
		padding: 2px;
  		list-style-type: none;
	}
		
	h1 {
		font-size: 1em;;
		padding-top: 8px;
		padding-bottom: 12px;
		}
		
	h2, h3  {
		font_size: .9em;
		padding-top: 8px;
		padding-bottom: 12px;
		}
		
	h4  {
		font_size: .9em;
		padding-top: 6px;
		padding-bottom: 8px;
		}
		

