/* content elements */

#text img.align-left {border: 0px;
        float:left;
        margin-right:5px;
        margin-bottom:5px;}
        
#news img.news {border: 0px;
                }        
      
/* text elements */
    
    
/* standard h1 at page beggining */        
#text h1 {
	height: 39px;
  background-image: url(../images/zasr_06.png);
	background-position: center top;
	background-repeat: no-repeat;
  font-size:20px;
  color:#fff;
  font-weight:normal;         
  padding-top:6px;}
  
  
/* h1 in text - fixed span issue*/          
#text h1.intext {width:448px;
	height: 39px;
  background-image: url(../images/zasr_06.png);
	background-position: center top;
	background-repeat: no-repeat;
  font-size:20px;
  color:#fff;
  float:left;
  font-weight:normal;         
  padding-top:6px;}  
  

#text h1 span {padding-left:10px;
         }

#text h2 {color:#124e99;
font-size:14px;
margin-top:7px;
margin-bottom:5px;
          }

#text p {padding-left:3px;
         padding-bottom:5px;}

#text span.learn-more {float:right;
                       width:430px;
                       text-align: right;
                       margin-bottom:20px;}

#text span.learn-more a {text-decoration: underline;
                         font-size: 10px;
                         color:#104c96;
                         padding-right:5px;
                         padding-left:5px;
                         padding-bottom:1px;
                         font-weight: bold;}   
                         
#text span.learn-more a:hover {background-color:#104c96;
                               color:#fff;}                       
                        
/* links within text */
#text span.learn-mor {float:left;
                       width:430px;
                       display: block;
                       height: 14px;
                       text-align: left;
                       margin-bottom:10px;
					   margin-bottom:20px;}

#text span.learn-mor a {text-decoration: underline;
                         font-size: 10px;
                         color:#104c96;
                         padding-right:5px;
                         padding-left:5px;
                         padding-bottom:1px;}   
                         
#text span.learn-mor a:hover {background-color:#104c96;
                               color:#fff;}
							   
#text strong.red 		{font-size: 10px;
                         color:#ff0000;
                         font-weight: bold;} 
						 
#text strong 		{font-size: 10px;
                         color:#000000;
                         font-weight: bold;}    
                                                                      

/* news elements */

#news h2 {width: 179px;
	height: 40px;
  background-image: url(../images/zasr_08.gif);
	background-position: center top;
	background-repeat: no-repeat;
  font-size:18px;
  color:#fff;
  font-weight:normal;         
  padding-top:8px;
  font-family: verdana, tahoma;}

#news h2 span {padding-left:13px;
         }
         
#news p {color:#4c760a;
         font-size: 10px;
         padding: 5px;
         margin-top:3px;
         margin-bottom:8px;
         text-align: left;
         }      
         
#news p.image {
         text-align: center;
         margin-bottom:2px;
         }         
            
         
#news a {text-decoration: underline;
          color:#4c760a;
          font-size: 10px;
          padding-left: 5px;  
          padding-right: 5px;                     
          font-weight: bold;
          width:200px;
          height: 14px;
          text-align: left;
          }                                  
 
#news a:hover {color:#fff;
           background-color:#4c760a;
          }                                 

/* form elements */

form {width: 440px;
      float: left;
      }  
      
/* list elements */    


ul{list-style:disc;
    padding-left: 20px; 
    display: block;
    width: 90%;}  

ol{padding-left: 30px; 
    display: block;
    width: 90%;}  
                         
                            

