/* Greg's Style sheet */

body, li, p, table {
  font-size:10pt;
  font-family:arial;
}

.background {
  background-color:#400080;
  
}

a {
  color:#4F8A5E;
  text-decoration:none;
}
a:hover {
  color:#FFCC00;
  text-decoration:underline;
}

a.menu {
  color:black;
  text-decoration:none;
}
a.menu:hover {
  color:#2566A7;
  text-decoration:underline;
}

a.menu2 {
  font-size:9pt;
  color:black;
  text-decoration:none;
}

a.menu2:hover {
  font-size:9pt;
  color:#2566A7;
  text-decoration:underline;
}

a.menu3 {
  font-size:8pt;
  color:black;
  text-decoration:none;
}

a.menu3:hover {
  font-size:8pt;
  color:#2566A7;
  text-decoration:underline;
}

/* Text Headers */
h1 {
  color: #000000;
  text-align:center;
  font-size:22pt;
}

h2 {
  color: #549264;
  text-align:center;
  font-size:14pt;
}

h3 {
  color: #005300;
  text-align:center;
  font-size:13pt;
  font-family:arial;
}

h4 {
  color:#006600;
  text-decoration:underline;
  font-weight:bold;
  font-size:10pt;
  
}

h5 {
  color:#000000;
  font-weight:bold;
  font-size:12pt;
  text-align:center;
}

p {
  text-align:left;
  font-size:10pt;
}

/* For blue text */
.blue {
  color:#2566a7;
}

/* Emphasis on words - bold and orange colored for now. Use the <em> tag. */
em {
  color: #5F52F8;
  font-weight:bold;
}

/* Left column navigation styles */
td.leftColumn {
  background-color:#80B6D2;
  background-image:url("images/bk_blue2.jpg");
  background-repeat:repeat-y;
  font-size:12pt;
}

.leftColumnInner {
  border: 0px solid #ff9933;
  background-color:#FFFFFF;
  font-size:9pt;
}
/* End left column navigation styles */

.footer {
  border:1px solid #2566A7;
  background-color:#FFCC00;
  text-align:center;
}

.mid {
  font-size:9pt;
}

.small {
  font-size:8pt;
}

.fancy {
  font-family:times;
  font-size:13pt;
  font-style:italic;
}

/* Colored Table styles */
.blueborder {
  border: 1px solid #5487C5;
  padding:1em;
  text-align:center;
}

.blueborder2 {
  border: 2px solid #5487C5;
  padding:1em;
}

.greenborder {
  border: 1px solid #A8E077;
  background-color: #F7FBAF;
  padding:5em;
  text-align:center;
}

.greenborder2 {
  border: 2px solid #E9E6EE;
  padding:1em;
  text-align:left;
}

.palepurple {
  background-color: #D9D9FF;
  padding:1em;
  font-size:9pt;
}

.palegreen2 {
  background-color: #EBF2EA;
  padding:2em;
  font-size:10pt;
}

.palepink {
  background-color:#FFF7EA;
  padding:1em;
  font-size:12pt;
  font-style:italic;
  font-weight:bold;
}

.paleyellow {
  background-color:#FFFAE6;
  padding:1em;
  font-size:10pt;
}