/* CSS Document */

body { background-image:url(images/grad_bac.jpg);
       
	   }
	   
	   
	   table { background-color:#ffffff;
       
	   }
	   

.bar {width:800px;
      height:29px;

	  background-repeat: repeat-x;
	  margin: 0;
      padding: 0;
	 
}


.button {width:120px;
         height:29px;
         display: inline;
         text-align:center;
		 float: left;
		 padding-top: 6px;
		 padding: 5px 11px;
		 
		 


}


h3      {width:200px;
         height:29px;
         display: inline;
		 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:12px;
		 font-weight:600;	 
		 


}





#sc1 {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:400;	
		 border-right:dotted #999999 1px;
		 padding-left:4px;
		 padding-right:4px;
		 line-height:13px;



        }
		
		

#sc2 {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:400;	
		 border-right:dotted #999999 1px;
		 padding-left:3px;
		 padding-right:2px;
         width:230;
		 line-height:13px;
        }



#sc3 {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:400;	
		 border-right:dotted #999999 1px;
		 padding-left:4px;
		 padding-right:4px;
		 width:215;
		 line-height:13px;


        }
		
		
#sc4 {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:400;	
		 padding-left:4px;
		 padding-right:4px;

        }
		
		

#sc5 {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:400;	
		 border-right:dotted #999999 1px;
		 padding-left:4px;
		 padding-right:4px;
		 width:215;
		 line-height:13px;


        }
		
		
		
		
ul, li { line-height:13px;
          margin-left:5px;


}

.whole { border: #999999 solid 1px;



}




.scfooter {	 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:9px;
		 text-align:center;
		 font-weight:400;
		 color:#FFFFFF;	


        }
		
		
		
.box{ border: #999999 solid 1px;
      padding:4px;



}






.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px solid gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;	

}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}





