﻿/*  MASTER STYLE SHEET FOR THE DEFAULT.ASPX PAGE */

/*NOTE:  All attributes/names/values should be in lower case.*/
/*Please try to keep alphabetical within each category. */



/* ID SPECIFIC */

    #footer a
	{
		text-decoration: none;
		color: #655787; 	
    }






/*BODY Styles */

    body
	{
		cursor: auto;
		color: #000000; 
		background-color: #ffffff;		
    	font-family: arial,helvetica, sans-serif;
		font-weight: normal;
		font-size: 80%;
    	text-align: left;
		margin: 0px;  
		padding: 0px; 
		direction: ltr;	
		
	}	
		
		
/*DIV Styles */		
				  
				  
	
	/* Containers */
	
	    div.div_outercontainer
        {
            width: 100%;
	        height: 100%;
	        text-align: center;
	        padding-top: 100px;
	        z-index: 0;
        }
        
        div.div_innercontainer 
        {
            position: relative;
            padding: 0px;
            margin: 0px;
	        margin: 0 auto;
	        width: 900px;
	        text-align: left;	
	        z-index: 1;
	     }
    
        /* Panels */
        
        
            div.div_panel_top
            {
                position: absolute;
	            top: 80px;
	            left: 174px;
	            z-index: 3;
	            padding: 0px;
                margin: 0px;
	        }
	         
            div.div_panel_left 
            {
	            position: absolute;
	            top: 0px;
	            left: 0px;
	            width: 179px;
	            z-index: 2;
	            padding: 0px;
                margin: 0px;
             }
            
            div.div_panel_right 
            {
	            top: 0px;
	            float:right; 
	            z-index: 2;	 
	            padding: 0px;
                margin: 0px;           
	        }
	        
	        div.div_panel_right2 
            {
	            position: absolute; 
	            top: 0px;
	            left: 835px;
	            z-index: 2;
	            padding: 0px;
                margin: 0px;           
	        }
	        
	        div.div_footer
	        {
	            position: absolute; 
	            top: 480px; 
	            left: 0px; 
	            color: #655787;
	        }
	        
    
    
      div.div_login
     {
        font-weight: bold; 
        font-size: 85%;
        position: absolute;
	    top: 35px;
	    right: 0px;
	   
     }
      
 
/* SPAN Styles */

    span.span_bullet_title 
    {
        z-index: 200;  
        color: #720603; 
        font-size: 90%; 
        font-weight: bold; 
    }
  

      
/* P Styles */

   p.p_rightcolumn
   {
       z-index: 200;  
       width: 250px; 
       color: #720603;   
       position: absolute; 
       top: 90px; 
       left: 575px;
       text-align: left;
   } 

   p.p_leftcolumn
   {
       z-index: 200;  
       width: 300px;       
       position: absolute; 
       top: 125px; 
       left: 175px;
       text-align: left;
  }
   
 p.p_havequestions
 {
    z-index: 200;  
    background-color: transparent; 
    color:olive; 
    font-style: italic; 
    font-weight: bold; 
    position: absolute; 
    top: 450px; 
    left: 250px;
    text-align: center;
 }
  
   
   
/* TABLE Styles */


table.table_footer
{
    width: 100%;
}    



    /* TD Styles */
    
    td.td_footer_copyright
    {
        white-space: nowrap;
        text-align: left;
    }    
   
    td.td_footer_copyright
    {
        white-space: nowrap;
    }  
    
    td.td_footer_508
    {
       white-space: nowrap; 
       font-weight: bold;
    }
    
    td.td_footer_aboutvip
    {
        text-align: right; 
        padding-right: 5px; 
        white-space: nowrap;
    }
     
    
    
    
    
    
/* A styles */

    a.a_havequestions
    {
       color:olive; 
       text-decoration: none;
       font-size: 105%; 
    }  
    
    a.a_no-underline
    {
         text-decoration: none;
         color: #000000; 
    }     
          
    a.a_rightcolumn_subhead
    {
        color: #720603; 
        text-decoration: none;
    }
    
    a.a_bullet_title 
    {        
        color: #720603; 
        text-decoration: none;
    }
    
    
/* HR Styles */

   hr.hr_welcomepagebanner
   {
        height: 25px;
        color: #001E4C;
        position: absolute;
	    top: 35px;
	    left: 0px;
	    z-index: 10;
	    width: 100%;     
	
   }
   
   hr.hr_welcomepage_border_bottom
   {
        height: 1px;
        color: #001E4C;
        position: absolute;
	    top: 476px;
	    left: 0px;
	    z-index: 10;
	    width: 100%;     
        
   }
   
    hr.hr_welcomepage_border_top
   {
        height: 1px;
        color: #001E4C;
        position: absolute;
	    top: 0px;
	    left: 0px;
	    z-index: 10;
	    width: 766px;
        
   }
