/* Styles for the AIM website that affect all pages */



          body{
	       text-align:center;
               }
               
               
               
            #navarea{
               width:220px;
               background-color:#000000;
               height:100%;
               z-index:7;
               }
               

       /* Contains the actual menu of navigation links */
       #firstpane{
                  position:absolute;
                  top:190px;
                  left:1px;
                  z-index:7;
                  }

       /* class for the menu */
       .menu_list {
		   width: 220px;
	       }

       /* Below are the styles for the css/jquery navigation*/
	   .menu_head {
		 padding: 5px 10px;
		 cursor: pointer;
		 position: relative;
		 margin:1px;
		 font-size:11pt;
		 font-family:Arial,Verdana,sans-serif;
	     font-weight:bold;
	     background: #000000 url(left.png) center right no-repeat;
	     color:white;
	     }


	   .menu_body {
		  display:none;
	   }


	   .menu_body a {
	      display:block;
	      color:#006699;
	      background-color:#EFEFEF;
	      padding-left:10px;
	      font-weight:bold;
	      font-family:Arial,Verdana,sans-serif;
	      text-decoration:none;
	      font-size:9pt;
	      }


	   .menu_body a:hover {
	     color: #000000;
	     text-decoration:underline;
         }

     a{
       color:white;
       text-decoration:none;
       }

     a.one:hover{
                 color:#1da5b3;
                 }

     a.two:hover{
                 color:#ffff07;
                 }

     a.three:hover{
                 color:#119049;
                 }


      /* Contains the statue of liberty in the wheelchair */
      #liberty{
              background-image:url('images/liberty.jpg');
              width:202px;
              height:285px;
              position:absolute;
              left:5px;
              top:700px;
              }

      /* AIM logo in black above the navigation area */
      #blackaim{
                background-image:url('images/blackaim.jpg');
                width:182px;
                height:159px;
                position:absolute;
                top:5px;
                left:10px;
                }
                
                
                
     a.email{
             color:#0f9049;
             font-weight:bold;
             }

     a.email:hover{
                   text-decoration:underline;
                   }

     a.link{
             color:blue;
             font-weight:bold;
             }                