﻿#menu {
  padding:6px 0 0 0;
  margin:0;
  width:0;
  position: absolute;
			top: 0;
			left: 0;
			right: 100px;
			z-index: 1;
			float: left;
  }
#menu li {
  list-style-type:none;
  margin:0 0 0.25em 0;
  }
#menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #a4d3ee;
  font-family:arial, verdana, sans-serif;
  font: bold;
  text-align:center;
  text-decoration:none;
  background:#a4d3ee; 
  color:#099613; 
  padding:0.25em;
  }
#menu a:hover {
  background:#099613;
  color:#a4d3ee;
  }
#navigation {
			position: absolute;
			top: 0;
			left: 0;
			right: 100px;
			width: 30%;
			z-index: 1;
			float: left;
}
		
#navigation ul {
			
			padding: 0;
			list-style: none;
}
		
#navigation ul a {
			text-decoration: none;
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
}
		
#navigation a:visited {
			color: #ccc;
}
		
#navigation a:hover {
			background: #28b;
}
h1 {color:#099613; font-size: 17px; font: Verdana,Arial,sans-serif;}



p, li{ font-family: Verdana,Arial,sans-serif;
 font-size: 11px;
 color: #414447;
 list-style-type:none;
}

  html, body {
  height: 100%; overflow: hidden; font-family:Verdana,Arial,sans-serif;
      }
 ul#unorderedList {list-style-type: none;
 
 }
  #container {
  position: absolute; 
  top:0;right:0;
  width:70%;
         height: 100%; overflow: auto; z-index: 2;
         margin-left:10.2em;
        margin-right:0em;
         padding:6px 0 0 0;
          padding-left:1em;
        padding-right:1em;

      }
 
.listBullet{color: #A6A6A6; font-size: 80%;}
.listItem{padding: 0em 0em 0em 0.5em;} 

