﻿body { background-color: white;
       text-align: center;
       border: none;
       padding: 0px;
       font-family: verdana;
       font-size: 8pt;
      }

div.layout {  background-color: white;
             margin: auto;
             width: 980px;
             height: auto;
             color: black;
             padding:0px;
            }

div.logo {  background-color: Black;
             width: 980px;
             height: 100px;
             color: black;
             float:left;     
             
         }  
             
         
div.textadvert { background-color: white;
             width: 180px;
             height: auto;
             color: black;
             float: right;
             padding: 10px;            
             font-family: verdana;
             font-size: 8pt;
             text-align:left;
             line-height: normal;
            }   

div.navigation
{
	background-color: black;
	width: 981px;
	height: 13px;
	color: maroon;
	float: left;
	padding-top: 3px;
	padding-bottom: 4px;
	font-family: verdana;
	text-align: left;
	font-size: 8pt;
	}
	
div.footer
{
	background-color: black;
	width: 981px;
	height: 13px;
	color: maroon;
	float: left;
	padding-top: 3px;
	padding-bottom: 4px;
	font-family: verdana;
	text-align: left;
	font-size: 8pt;	
}
div.address 
{			background-color: white;
             width: 981px;
             height: 14px;
             color: black;
             float: left;
             font-family: verdana;
             font-size: 7pt;
             text-align:left;
             padding-top: 3px;
             padding-bottom: 4px;
             
             
            }                                  

div.body {   background-color: white;
             width: 700px;
             height: auto;
             color: black;
             float: left;
             font-family: verdana;
             font-size: 8pt;
             padding: 10px;
             text-align:left;
             line-height: 1.4;
            }    
              
 a.nodecoration  { text-decoration: none;
                  color: Black;}

               
a.nodecoration:hover {
        background : silver ;
        text-decoration: none;
        color:         black;
}                                        
            
 a.address  { text-decoration: none;
                  color: Black;}

/* green colour in default.aspx : background: #eaffe3; */

 
a.address:hover
{
	background: black;
	text-decoration: none;
	color: white;
}      
             
a.nodecorationblack  { text-decoration: none;
                  color: White;}
                  
a.nodecorationblack:hover {
        background : silver ;
        text-decoration: none;
        color:         black;
}        

/*             
a:hover {  color: Black;
           background-color: Silver;}  
*/
         
div.textboxleft {background-color: white;
             color: black;
             float: left;
             font-family: verdana;
             padding: 10px;
             border-style: none;
             border-color: Silver;
             border-width:thin;   
             text-align:left; 
             Font-size:  8pt ;
             line-height: 1.4;}  

div.textboxright {background-color: white;
             color: black;
             float: right;
             font-family: verdana;
             font-size: 8pt;
             padding: 10px;
             text-align:left;
             border-style: none;
             line-height: 1.4;}
             
img.default {PADDING-BOTTOM: 10px;
             }
           
                  
