  body {
   margin: 0px;
   font-family: Tahoma, Verdana;
   font-size: 10pt;
  }
  
  #footer {
   font-size: 8pt;
   text-align: center;	
   background: #adb9ff;
  }  
  
  img { border: 0px; }
  
  #wrapper {
    width: 100%;	
  }
  
  #top_bar {
    margin: 0 auto;
    background: #00106e; 
	color: #FF0033; 
    margin-left: 0px;
    margin-right: 0px;    
    width: 100%;   
    height: 100px;
  }
  
  #top_bar_logo {
    padding-top: 2px;
    margin: 0 auto;
    background: inherit;
    float: left;
    width: 20%;  
  }
  
  #top_bar_banner {
    padding-top: 2px;
    margin: 0 auto;
    float: center;
    width: 50%;
    background: inherit;
	color: inherit;
  }  

  #content h2 {
  	color: #FF0033;
  	text-transform: uppercase;
  }
      
  #content_wrapper { 
    margin: 0 auto;
  }

  #left_bar {
    margin: 0 auto;
    width: 20%;
    float: left;
    background: #adb9ff;
    min-height: 1300px;
  }  
  
  #content {
    margin: 0 auto;  
    float: left;
    width: 78%;
    padding-left: 5px;
    padding-right: 5px;
  }    
  
  #black_nav {
    float: left;
/*    background: black;*/
    width: 80%;
    padding-top: 10px;
    height: 28px;
  }
  
  
#black_nav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#black_nav ul li { display: inline; }

#black_nav ul li a {
   text-decoration: none;
   padding: .4em 1em;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #00106e;
}

#black_nav ul li a:hover {
   color: #fff;
   background-color: #adb9ff;
}






.menu {
	width: 100%;
	float:left;
}

.menu ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	display: inline;
	/* for IE5 and IE6 */
}

.menu a {
	color: #00106e;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 98%;
	border-bottom: 1px solid #fff;
	text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;    
    padding-left: 4px;
}

.menu a:link, .menu a:visited,.menu a:active {
	color: #00106e;
}

.menu a:link, #menu a:visited {
	color: #00106e;
	text-decoration: none;
}

.menu a:hover {
  background-color: #00106e;
  color: #fff;
}

.menu li a#current {
  border-bottom: 3px solid #C0C018;
  background: #487890 ;
  color: #fff;
}
  
#content a:link, #content a:visited, #content a:active {
  color: #00106e;
  text-decoration: none;
}

#content a:hover {
  color: #2D2D00;
  text-decoration: none;
}  
  
#content h2 {
  color: #00106e;
  text-transform: uppercase;
}  
  
  