
body { margin: 0px;
       font-family: Verdana, sans-serif;
	   color: #ffffff;
	   font-size: 12px;
	   background-color: #003366;
	 }
	 
a { font-family: Verdana, sans-serif;
    color: #7994af; 
}
  
a:hover { text-decoration: underline; }

div#container {}

	 						 
div#banner { width: 100%;
             height: 140px;
			 background-image: url('../images/images_06.jpg');
			 margin-bottom: 20px;
			 border-top: 1px solid #000;
			 border-bottom: 1px solid #000;
		   }
		   
div#banner { width: 100%; }
								
div#mainmenu { width: 100%;
			   background-color: #003c77;
		     }

div#infobar { height: 10px;
              margin-bottom: 10px;
			  text-indent: 3px;
		    }
			 
td#leftmenu { width: 200px;
              height: 800px;
			  background-color: #003c77;
		    }
			
td#middle { padding-left: 10px;
            padding-right: 10px;
          }
		  
td#rightmenu { width: 200px;
			   background-color: #003c77;
		     }
		  
div#bottom { width: 100%;
             height: 140px;
			 background-image: url('../images/images_06.jpg');
			 border-top: 1px solid #000;
			 margin-top: 100px;
			 text-align: center;
			 color: #666;
		   }
		   
table,tr { width: 100%; 
		   vertical-align: top;
		 }
		 
a.menuLink { font-family: Verdana, sans-serif;
             font-weight: bold;
			 font-size: 14px;
		     text-decoration: none;
			 color: #ffffff;
			 text-transform: uppercase;
		   }
		   
a.menuLink:hover { color: #666666; }
				 
table#menutable { 
  border-collapse: collapse;
}

table#menutable tr { 
  vertical-align: middle;
}

table#menutable td { 
  padding: 0px 10px 0px 10px;
}

table#menutable img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}			 
				 
				 
				 
				 
				 

