body
 {
     font-family: tahoma, verdana, arial, sans-serif, times new roman;
 }
 
 body p
 {
     font-size: 0.8em;
	 line-height: 1.28;
 }
 

 
 #banner
 {
     background-image: url(../Images/vak_logo_main.gif);
	 background-repeat: no-repeat;
	 background-size: cover;
	 border: 2px solid #dedede;
	 height: 200px;
 }

 footer
 {
   
   clear: both;
	 width: auto;
	 height: 40px;
	 padding: 10px;
	 border: 3px solid #e3e3e3;
	 text-align: center;
	 color: #fff;
	 text-shadow: 0.1em 0.1em #333;
	 background:#002C9E;
 }
 

 
#navbar ul{
	
        display: none;
        background-color: #002C9E;
		 height: auto;
		 width: 100%;
          position: absolute;
            
      }
      #navbar li:hover ul { display: block; }
      #navbar, #navbar ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      #navbar {
        height: 60px;
        background-color: #002C9E;
        padding-left: 25px;
        width: 100%;
       
      }
      #navbar li {
        float: left;
        position: relative;
        height: 100%;
		font-size: 16px;
		padding: 10px 20px 0 20px;
		text-decoration:none;
	    text-shadow: 1px 1px 1px #000;
		width: auto;
		
      }
      #navbar li a {
        display: block;
        padding: 6px;
        color: #fff;
        text-align: left;
		text-decoration:none;
      }
	   #navbar a:hover
           {
     color: yellow;
         }
      .imgLeft
 {
     float: left;
     width: 200px;
	 height: 200px;
	 margin: 0px 10px 10px 0;
	 padding: 10px;
	 
 }
     

      