/* (all pages other than the front page or pages with menus) - general style for the entire page ************/
   body {
        background:#ffffff; }
        
   img {
   		border: 0px none; } 
         
   /* formatting for all un-ordered lists */
   ul {
        font-family: verdana, helvetica, sans-serif;
        line-height: 1.5;
        list-style: disc outside;
        color: #000000; }
        
   /* formatting for all numbered lists */
   ol {
   		font-family: verdana, helvetica, sans-serif;
   		line-height: 1.5; }

   /* use for bold text */     
   .strong { font-weight: bold; }

   /* use for italic text */
   .em { font-style: italic;}
    
	/* use to indent approximately one tab space */    
	.margin { margin-left: 3em; }
	
	/* use to indent apporximately two tab spaces */
	.margin_2 { margin-left: 6em; } 
        
   a:link {
        color: #5959ab;
        text-decoration: none; } 
   a:visited { 
        color: #9c0000; 
        text-decoration: none; }
   a:hover {  
        text-decoration: underline; }
        
   /* use for a highlighted box around text */
   div.highlight { background: #e6e6fa repeat;
	width: 100%;
	padding: 10px 0 10px 10px; }
	
	/* use for smaller text like footnotes */
	.small {
		font-size: .7em; }
		
	/* use this for underlining items */
    .underline {text-decoration: underline; }
    
    /* use this to float an image on the left side of the page */
    .float_left {
    	float: left;
    	padding: 0px 10px 10px 0px; }
		
		
/* end general style ***********************************************/
        
/* amigos logo *****************************************************/
   #icon { 
        position: absolute; 
        top: 0px; 
        left: 15px; }
        
/* title at the top of page ****************************************/
   #title {
        position: absolute;
        top: 25px;
        left: 320px;
        font-family: tahoma, helvetica, sans-serif;
        font-size: 2.25em;       
        color: #330d73; }
   		   
/* blue bar ********************************************************/   
   #bluebar { 
        position: relative;
        width: 100%; 
        height: 10px; 
        background: #330d73;
        padding: 0 0 0 10px; }
                
/* copy area for the page *******************************************/
   #textarea { 
        position: absolute;
        top: 160px; 
        left: 20px;
        width: 95%;
        font-family: verdana, helvetica, sans-serif;
        font-size: 0.875em;       
        color: #000000; }
        
   #textarea a:link {
        color: #5959ab;
        text-decoration: none; }
   		 
   #textarea a:visited { 
        color: #9c0000;
        text-decoration: none; }
        
   #textarea a:hover {  
        text-decoration: underline; }
                             
/* header for sections *************************************************/
   .textHeader {
        position: relative;
        font-family: verdana, helvetica, sans-serif;        
        font-size: 1.15em;
        font-weight: bolder;
        color: #330d73; }
   		  
   .textHeader a:link {
        color: #5959ab;
        font-weight: bolder;
        text-decoration: none; }
   		 
   .textHeader a:visited { 
        color: #9c0000;
        font-weight: bolder; 
        text-decoration: none; }
        
   .textHeader a:hover { 
        font-weight: bolder; 
        text-decoration: underline; } 
        
/* red text ***********************************************************/
   .red {
   		color: #dc143c; }
        
/* lower blue bar for end of textarea 
   #lower_bar {
        position: relative;
        width: 100%; 
        height: 10px; 
        background: #330d73;
        padding: 0 0 0 10px; } *********************************/
        
/* footer *************************************************************/
    #footer {
        position: relative;
        width: 100%;
        line-height: 150%;
        margin-bottom: 0;
        font-family: verdana, helvetica, sans-serif;
        font-size: 0.75em; }
    
/* end of style sheet ************************************************/
