body {
  background-color:white;
}

a:visited, a:link {
  color:blue;
}

table, th, td {
  /* border:3px solid black; */
  margin:0;
  padding:0;
}

/* Layout headings */
h1 {
  font-family:sans-serif;
  font-style:normal;
  margin:0;
  padding:0;
  font-size:48px;
}

#tagLine {
  font-family:sans-serif;
  font-style:italic;
  font-size:14px;
  float:left;
}

.login {
  text-align:right;
}

/* The following is the main layout table of the page */
#pageTable {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  /** border:1px solid #3366FF; **/
}


/* Set up the horizontal menu style */
.horizontalMenuBar {
  position:relative;
  width:100%;
  height:23px; /* line height, need to change below as well */
  margin:0; border:0; padding:0;
  background-color:#3366FF;
}

a.horizontalMenuBarTitle {
  display:block;
  float:left;
  color:#FFFFFF;
  background-color:#3366FF;
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0; border:0; padding:0;
  line-height:23px; /* corresponds to above line height value */
  text-align:center;
  text-decoration:none;
}

a.horizontalMenuBarTitle:hover {
  background-color:#002E88;
}

/* width of each menu item */
#t1 { width:100px; }
#t2 { width:100px; }
#t3 { width:100px; }
#t4 { width:100px; }
#t5 { width:100px; }

.horizontalSubmenu {
  position:absolute;
  z-index:2;
  top:23px; /* correspond to line height above */
  padding:0; margin:0;
  width:166px; /* if adjust this, then adjust below as well */
  color:white;
  background-color:#3366FF;
  border:1px solid black; /* box around entire submenu */
  font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size:11px;
}
/* Fix IE formatting quirks */
* html .horizontalSubmenu { width:148px; } /* IE needs narrower than width of submenu above */
/* End */

/* position the submenu */
#literature_submenu { left:100px; visibility:hidden; }
#resources_submenu { left:200px; visibility:hidden; }

.horizontalSubmenu a {
  display:block;
  color:white;
  background-color:#3366FF;
  width:146px; /* width of .horizontalSubmenu above minus right side padding on next line */
  padding: 5px 0px 4px 20px;
  text-decoration:none;
  border-bottom: black dotted 1px;
  border-top: 0; border-left:0; border-right:0;
}

.horizontalSubmenu ul { position:relative; display:block; }
.horizontalSubmenu li { position:relative; display:block; }

.horizontalSubmenuBox { margin:0; padding:0; border:0; }
.horizontalSubmenuBox ul { margin:0; padding:0; border:0; list-style-type:none }

.horizontalSubmenuBox ul li { margin:0; padding:0; border:0; }

.horizontalSubmenuBox ul li a:link {}
.horizontalSubmenuBox ul li a:visited {}
.horizontalSubmenuBox ul li a:hover {
  color:white;
  background-color:#002E88;
  border-bottom: black dotted 1px;
}

/* end horizontal menu set up */



/* the following lays out the vertical menu */
td.verticalMenu {
  width:20px;
}

/* The following lays out the content pane */
td.contentPane {
  vertical-align:top;
}

/* The horizontal line at footer */
#footerRule {
  background-color:#3366FF;
  height:1px;
}

#footer {
  text-align:center;
}

#literature_submenu { visibility:hidden; }
