body{
 margin: 0;
 padding:0;
}

#border{
  position: absolute;  
  text-align:left;
  width:992px;
  margin:auto;
  background: white;
  overflow: hidden;
  border:0px solid black;

 }


#page{
float:left;
width: 801px;
text-align: left;
margin: 0px 0 0 0;
background: white;

}

#menu1 {
list-style:none;
float:left;
height: 1200px;
background-color: #ffff99;
margin: 0 0 0 0px;
display: block;

} 


#hdr {
width: 1000px;
margin: 0px 0 0 0px;
background-color: #ffff99;
} 

#footer{
	float:left;
	width: 700px;
	margin: 5% 0 0 0;
	text-align:center;
	font: italic small-caps 900 10px arial

}

#page2{
float:left;
width: 700px;

margin: 10px 0 0 0;

}

#menu1 ul { 
width: 150px; 
margin: 0;
list-style:none;

 }

#menu1 ul li {
list-style: none;
background-color: #ffff99;
color: #ffffff;
font-size: 20px;
margin: 0 0 0 -5%;

}

#menu1 ul li a {
display: block;
text-decoration: none;
padding: .35em;

color: #000000;
}

a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }
a:hover { background-color: #99cc00; }
a.nav {color: blue; text-decoration: none; }
a.nav:hover { color: #ffffff; }

p.second{ 
  font-size: 27px;
  font-family: verdana, times;
  text-align: center;
  color: green; 
  margin: 0px;
  font-weight: bold; 
}

p.third{ 
  font-size: 14px;
  font-family: verdana, times;
  text-align: justify;
  color: green; 
  margin: 3%;
}

p.fourth{ 
  font-size: 14px;
  font-family: verdana, times;
  text-align: justify;
  color: #000000; 
  margin: 3%;
}

p.sixth{ 
  font-size: 16px;
  font-family: verdana, times;
  text-align: justify;
  color: green; 
  margin: 0% 0% 0% 0%;
}




.form p {
  width: 300px;
  clear: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 0 8px 0;
  padding-left: 10px; 

}

.form label{
  color:#000000;
  font-weight: bold;
  float: left;
  text-align:right;
  margin-left: -55px; 
  width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ 
  width: 180px;
}

.form textarea{
  width: 180px;
  height: 150px;
}


* html .threepxfix{
  margin-left: 3px;
}

table.sortable{
text-align:center;
font-size:14px;
font-family: verdana, times;
border-width: 1px 1px 1px 1px;
border-color: gray gray gray gray;
border-collapse: collapse;
background: #ffffff;
width:90%;
}



td { 
  border: 1px solid #666666;
  padding: 0.5em 0em;
  
}

th { 
  border: 1px solid #666666;
  padding: 1em 2.0em;
  background: #99cc00;
  }


tr { 
  border: 1px solid #666666;
 
}

tr:hover,
tr.over {
background: #99cc00;
}

img.floatLeft{
   float:left;
   margin:0px 0px 0px 0px;
}

a img {
text-decoration: none;  
border-style: none; 
margin: 0px; 
padding: 0px;}

#menu1 li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 


#menu1 ul ul  {
position: absolute;
top: 0;
left: 80%; /* to position them to the right of their containing block */
width: 130%; /* width is based on the containing block */
}


div#menu1 ul ul,
div#menu1 ul  li:hover ul 
{display: none;}

div#menu1 ul li:hover, 
div#menu1 ul li:hover ul
{display: block;}


