/* ====================banner styling=========================================*/
  div.banner{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-image: url(Images/Top_Background.jpg); 
    background-repeat: repeat-x;
  }

  div.date
  {
    position: fixed;
    top: 15px;
    width: 99.5%;    
    text-align: right;
    color: #FFFFFF;
  }
	
  img.logo
  {
    position: absolute; top:0px; left:0px;
  }
/*========================end of banner styles================================*/




/* ===================Nav Bar Style Info =====================================*/
*{margin:0px;padding:0px;border:none;}

body{font-family: verdana,tahoma,arial,sans-serif;}

/* Begin CSS Popout Menu */

#menu
{
  position: fixed;
  top: 100px;
  left: 0px;
  height: 22px;
  width: 100%;
  float:left;
  background-color: green;
  }



#menu ul, #menu li, #menu h2
{
font: bold 14px/16px arial,helvetica,sans-serif;
display: block;
white-space: nowrap;
}

#menu h2{
width: 12em;
color: #fff;
background: #000; /* url(/css/images/expand3.gif) no-repeat 100% 100%;*/
text-transform:uppercase;
padding: 1px;
border: solid;
border-style: solid;
border-width: 3px;
/*border: none;*/
border-color: #ccc #888 #555 #bbb;
border-color: #008000;
text-align: center;
}

#menu ul{
list-style: none;
margin: 0px;
/*padding:1px;*/
float: left;
width: 12em;
color: #fff;
}

#menu li{
position: relative;
width: 12em;
background-color: black;
cursor: pointer; cursor: hand;
}

#menu ul ul{
position: absolute;
z-index: 2000;
top: auto;
display: none;
background-color: black;
}

#menu ul ul ul{
top: 0px;
left: 100%;
background-color: black;
}

div#menu li:hover
{
  display: block;
  background-color: black;
  width: 12em;
  z-index: 2000;
}

div#menu li:hover ul ul,
div#menu li li:hover ul
{display: none;
 width: 12em;
  z-index: 2000;
 }

div#menu li:hover ul,
div#menu li li:hover ul
{display: block;
background-color: black;
width: 12em;
  z-index: 2000;
}




/*===========end of nav bar styles============================================*/








/* =========main page content styling=========================================*/

  body{width: 100%;}
  h2.heading{width: 100%; text-align: center;}
  h3{width: 100%; text-align: center;}
  div.content{position: absolute;margin-top: 180px; width: 70%; text-align: left;margin-left: 15px;z-index: 0;}

  table{
  width: 100%;
	border-width: 3px 3px 3px 3px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
  }
  table th{
  color: blue;
	border-width: 3px 3px 3px 3px;
	padding: 1px; /*1px 1px 1px 1px;*/
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: white;
/*	-moz-border-radius: 4px 4px 4px 4px;*/
  }
  table td{
  color: blue;
	border-width: 3px 3px 3px 3px;
	padding: 1px; /*1px 1px 1px 1px;*/
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: white;
/*	-moz-border-radius: 4px 4px 4px 4px; */
   }

  div.tools
  {
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: 50;
  }

