/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color:#000;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-top: 10px;
	position:relative;
	background-color:#fff;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:1000px;
    margin: 130px 0 0 0;
    background:#fff;
   
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:130px;
    background-image: url(img/jpg/b-heading1000.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:2px;/* needed to make room for footer */
    background-color:#fff;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:2px;/* needed to make room for footer */
    background-color:#fff;
}

#footer {
	width:1000px;
	clear:both;
	height:25px;
	border-top:1px solid #b7cfb5;
	border-bottom:1px solid #b7cfb5;
	background-color: #b7cfb5;
	color: #000000;
	text-align:center;
    font-size: .7em;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:960px;
	float:right;
    margin: 15px 10px 0 10px;
	padding-top:5px;
	padding-bottom:2px;/* needed to make room for footer */
    border: 0px solid red;
    background: #fff;
    
}
#centercontent p {padding-left:3px}

#centercontent img {
	margin: 5px;
 }

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #000;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #000;
}

li a:hover
{
background-color: #b7cfb5;
color: #000;
}

#spbutton{

width: 210px;
height: 40px;
border: 0px solid red;
margin: 5px 20px 0 790px;
 }
 
 #spbutton img{
 border:none;
  }
  
  
  #box1{
  width:150px;
  height: auto;
  border:3px double #b7cfb5;
  float:right;
  margin: 3px;
  padding: 3px;
  text-align: center;
  font-size:1.5em;
   }
 
 #box2{
  width:225px;
  height: auto;
  border:3px double #b7cfb5;
  float:right;
  margin: 3px;
  padding: 3px;
  text-align: center;
  font-size:1.5em;
   }
 
 
 #form{
 
 width: 310px;
 height: auto;
 border:3px double #b7cfb5;
 float:right;
 margin: 3px;
 padding: 3px;
 background: #dbe7da;
  }
 
     table td,th{
	border: 3px solid #b7cfb5;
	font-size: small;
       }
       .image{
       border: none; }
       
      table
      {width:900px;
      height: auto;
      margin: 30px 30px 0px 30px; 
       }
     
      th{
      font-size:1em;
      text-align: center;
      border: 2px solid #b7cfb5;
      color: #fff;
      background: #000;
      }

