body, td, p {
	font-family: tahoma, arial, "andale mono", "bookman old style";
	color: #484848;
	margin:0;
	margin-top:12px;
}
body {
	background-image: url(/ada/Images/bg.jpg); 
	background-repeat: repeat-x
}
a:link {
	color: #274375; 
	font-weight: bold;
	text-decoration: none
}
a:active {
	color: #274375; 
	font-weight: bold;
	text-decoration: none
}
a:visited {
	color: #2F508A; 
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #63779C; 
	font-weight: bold;
	text-decoration: none}

.header {
	font-family: arial, tahoma, "andale mono", "bookman old style";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: normal;
	text-align: center;
	background-color: #AAB5C9;
}
.header_container {
    background-color: #AAB5C9;
    padding: 2px;
    margin-top: 10px;
}
h1 {
    font-family: arial, tahoma, "andale mono", "bookman old style";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: normal;
	text-align: center;
	background-color: #AAB5C9;
	margin: 0px;
	border: 1px #ffffff solid;
	padding: 1px;
}




/* Drop-down menu for ADA famous women page. 
Source from: http://matthewjamestaylor.com/blog/centered-dropdown-menus */

/* Main menu settings */
.famousmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
.famousmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
.famousmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
.famousmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   line-height:1em;
   background:#ddd;
   text-decoration:none;
   color:#444;
   font-weight:bold;
}
.famousmenu ul li.active a {
   color:#fff;
   background:#000;
}
.famousmenu ul li a:hover {
   background:#AAB5C9; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #AAB5C9;
}
.famousmenu ul li:hover a,
.famousmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#AAB5C9; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #AAB5C9;
}

/* Submenu items */
.famousmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:12em; /* width of the drop-down menus */
}
.famousmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
.famousmenu ul ul li a,
.famousmenu ul li.active li a,
.famousmenu ul li:hover ul li a,
.famousmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
.famousmenu ul ul li a:hover,
.famousmenu ul li.active ul li a:hover,
.famousmenu ul li:hover ul li a:hover,
.famousmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#AAB5C9; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
.famousmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.famousmenu ul li:hover ul,
.famousmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}