/*copystyle.css */

#body {
      background-color: blue; 
      font-family: arial, helvetica, sans-serif;
}
#all {
      background-color: blue; 
      font-family: arial, helvetica, sans-serif;
      border: 1px solid black;
      width: 800px;
      margin-top: .2em;
      margin-left: .1em;
      margin-right: .1em;
}
#head {
      text-align: center;
      width: 100%;
      font-family: arial, helvetica, sans-serif;
      font-style: normal;
      min-height: 50px;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      padding-top: .1em;
}
/*****************Navbar division styles*************************/
#navbar		{	
		/* left & right column margin removed */
		
		height: 1.6em;
		
		}
		/*Removing bullets from ul in the navbar*/
#navbar ul		{
		list-style-type:none;
		}
		/*Change vertical list to horizonal list*/
#navbar ul li	{
		float:left;
		/*Required for drop-down menus 	*/
		position:relative;
		}
		/*Aplies to navbar links, visited and unvisited*/
#navbar a,
#navbar a:link,
#navbar a:visited {
			text-decoration:none;
			font-family: verdana, geneva, arial, sans-serif;
			font-size:80%;
			color:#000;
			background-color:#aaa; 	
			display:block;
			height: 2em;
			width:	6em;
			border-right: solid 1px #ddd;
			text-align: center;
			line-height: 2em;
			outline-style:none; 
			 
		  }
		/*Navbar hover' active and current page links*/		
#navbar a:hover,
#navbar a:active,  
#navbar li.selected a:link,
#navbar li.selected a:visited{
			
			color: #000;
			background-color:#f2dbcb;	
		   		
			     }
/* Drop-down menu styles */ 
/* Applies to drop-down menus in navbar */ 
#navbar li ul{ 
  position:absolute; 
  z-index:100; 
  visibility:hidden; 
  border:solid 1px #aaa; 
  border-right: solid 2px #999; 
  border-bottom: solid 2px #999; 
} 
/* Make drop-down visible on navbar hover */ 
#navbar li:hover ul, 
#navbar li a:hover ul{ /* IE6 hack */ 
  visibility:visible; 
  top:1.6em; 
  left:0; 
} 
/* Applies to links on the drop-down menu */ 
#navbar li:hover ul li a, 
#navbar li a:hover ul li a{ /* IE6 hack */ 
  background:#ccc; /* Removes background image */ 
  color:#000; 
  text-align:left; 
  display:block; 
  width:10em; 
  padding:0 0 0 1em; 
  height:auto; 
} 
/* Hover on drop-down menu links */ 
#navbar li:hover ul li a:hover, 
#navbar li a:hover ul li a:hover{ /* IE6 hack */ 
  background: #aaa; 
  color:#000; 
} 
/* IE6 hack applies to its table drop-down */ 
#navbar table { 
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute; 
  top:0.5em; 
  left:0; 
  z-index:100; 
} 
#left {
      font-size: 11pt;
      float: left;
      background-color: #FFFFCC;
      width: 17%;
      text-align: center;
      margin: .1em;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      border: 2px blue solid;
}
}#menu LI {
      font-color: black;
      font-size: 10pt;
      margin-left: -2.5em; 
      margin-right: .1em;
      width: 9em;
      list-style-type: none; 
      text-align: center;
}
#menu A {
      border-right: 1px black outset; 
      border-top: 1px black outset; 
      display: block; 
      border-left: 1px black outset; 
      color: black; 
      border-bottom: 1px blue outset; 
      text-decoration: none
}
#center {
      text-align: left;
      font-size: 12pt;
      float: left;
      background-color: #FFFFCC;
      width: 52%;
      margin: .1em;
      min-height: 1050px;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      border: 2px blue solid; 
}
#right {
      float: left;
      width: 25%;
      min-height: 600px;
      background-color: #FFFFCC;
      text-align: center;
      margin: .1em;
      min-height: 1050px;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      border: 2px blue solid;  
}
#footer {
      border-right: 2px blue solid;
      border-top: 2px blue solid;
      border-left: 2px blue solid;
      border-bottom: 2px blue solid;
      background-color: #FFFFCC;
      float: left;
      width: 100%;
      clear: both;
      text-align: center;
}