/*------------------------------------------------------------------------*/
/*-----these are the standard fonts and sizes for the whole site----------*/
/*------------------------------------------------------------------------*/
BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

LI {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

tr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

H1 {
  color: #483D89;
  font-family: Arial, Helvetica, sans-serif;
  font size: 1.6em;
}

H2 {
  color: #483D89;
  font-family: Arial, Helvetica, sans-serif;
  font size: 1.4em;
}

H3 {
  color: #483D89;
  font-family: Arial, Helvetica, sans-serif;
  font size: 1.2em;
}

H4 {
  color: #483D89;
  font-family: Arial, Helvetica, sans-serif;
  font size: 1.2em;
}

/*------------------------------------------------------------------------*/
/*--------------------Styles for normal in page links---------------------*/
/*------------------------------------------------------------------------*/
A:link {
  color: #003399;
  font-family: Verdana, helvetica, sans-serif;
  text-decoration: underline;
}

A:visited {
  color: #0033FF;
  font-family: Verdana, helvetica, sans-serif;
  text-decoration: underline;
}

A:hover {
  color: #CC0000;
  background-color: #FFE1E1;
  font-family: Verdana, helvetica, sans-serif;
  text-decoration: underline;
}

/*------------------------------------------------------------------------*/
/*------------------these classes are for main side nav-------------------*/
/*------------------------------------------------------------------------*/
A:link.nav {
  color: #003399;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

A:visited.nav {
  color: #003399;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

A:hover.nav {
  color: #CC0000;
  background-color: #FFE1E1;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1em;
  text-decoration: underline;
}

tr.nav_here {
	background-color: #E6E4F3;
}

tr.nav_not_here {
	background-color: #FFFFFF;
}


/*------------------------------------------------------------------------*/
/*----Below are styles that apply to specific parts of a page or pages----*/
/*------------------------------------------------------------------------*/
.pointer1 {
  color: #003399;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
}

.navbullet1 {
  color: #003399;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.footer_text {
  color: #444444;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 0.8em;
  text-decoration: none;
}
.consortium_member {
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.consortium_member em {
  font-size: 0.8em;
}

.consortium_member a {
  font-size: 0.8em;
}

.panel_quote {
  color: #483D89;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
}