﻿/* CSS Document */
/*
div.container { 
          position: relative;
          margin-left: auto; 
          margin-right: auto;
          width:900px;
         }
*/
div.index {
	position:absolute;
	background-color:#FFFFFF;
	left:0px;
	top:343px;
	width:100%;
	height:auto;
}

.index p {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#333333;
line-height:20px;
margin-left:20px;
margin-right:20px;

}

.index h1 {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#333333;
line-height:20px;
margin-left:20px;
margin-top:5px;
text-decoration:underline;
}

.index ul li {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#333333;
line-height:20px;
margin-left:20px;
list-style-image:url(images/bullet.jpg);

}


.index input, textarea {
  margin: 0;
  padding: 1px;
  font-size: 12px;
  font-family:"Times New Roman", Times, serif;
  color:#333333;
  border: 1px solid #ccc;
  margin: 1px 0;
  background-color:#FFFF99;
 width: 180px;
  }
  
  .index select {
  margin: 0;
  padding: 1px;
  font-size: 12px;
  font-family:"Times New Roman", Times, serif;
  color:#333333;
  border: 1px solid #ccc;
  margin: 1px 0;
  background-color:#FFFF99;
 width: 185px;
  }
  input.submit {
  background-image:url(images/submit.jpg);
   cursor: pointer;
  border: none;
  width: 100px;
  height: 32px;
  float:right;
  
}
  input.submit2 {
  background-image:url(images/submit2.jpg);
   cursor: pointer;
  border: none;
  width: 100px;
  height: 32px;
  float:right;
  
}
form {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#333333;
margin-left:20px;
margin-right:10px;
}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background-color:#CCCCCC;
border: 10px solid #ccc;
color: white;
padding: 3px;
width: 150px; /*width of tooltip*/
}
h2 {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#333333;
margin-left:20px;
}