a {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  color: #6db7e4;
}

body {
  background: white;
  display: block;
  margin: 0px auto;
  width: 980px;
}

.dropCap {
	float: left;
	font-size: x-large;
	font-weight: bolder;
	margin-right: 3px;
}

.empInfo {
  background: white;
  float: left;
  height: 300px;
  width: 200px;
}

.empInfo img {
  float: none;
}

#footer {
  background: white;
  margin: -19px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h1 {
  color: #025868;
  font-size: x-large;
}

h2 {
  color: #fbb041;
  font-size: 18px;
}

#header {
  background: white;
  height: 107px;
  width: 980px;
}

#headerleft {
  float: left;
  height: 107px;
  width: 507px;
}

#headerright {
  background-image: url('../images/triverslinksright.jpg');
  float: left;
  height: 107px;
  width: 473px;
}

#headerright li {
  float: left;
  list-style-image: none;
  list-style-type: none;
  line-height: 88%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
  text-align: center;
  width: 115px;
}

#headerright ul {
  padding: 0px;
  margin: 0px;
}

#headerright a {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}

#headerright a:hover {
  color: #6db7e4;
}

hr {
  color: #6db7e4;
}

html {
  background: #c0c0c0;
  color: black;
  font-family: arial, sans-serif;
}

img {
  border: none;
}

.indented {
  padding-left: 30px;
}

li {
  list-style-image: url('../images/smalldot2.gif');
}

li ul li {
  list-style-image: none;
}

#main {
  font-size: 12px;
}

#main h1 {
}

#mainLeft {
  background: #6db7e4;
  color: black;
  float: left;
  height: 305px;
  padding: 10px;
  width: 200px;
}

#mainLeft h1 {
  font-size: 14px;
}

#mainLeft a {
  color: black;
}

#mainLeft a:hover {
  color: white;
}

#mainLeft li {
  padding-bottom: 10px;
}

#mainLeft li li {
  padding-bottom: 0px;
}

#mainMid {
  float: left;
  height: 324px;
  width: 503px;
}

#mainMid h1 {
  text-align: center;
}

#mainRight {
  background: #034c64;
  color: white;
  float: left;
  height: 285px;
  padding: 20px;
  width: 217px;
}

#mainRight a {
  color: white;
}

#mainRight a:hover {
  color: #6db7e4;
}

#mainRight h1 {
  color: #d0a04b;
  color: #dbbd77;
  font-style: oblique;
}

#navbar {
  background: url('../images/nav_back.png') repeat-x top;
  float: left;
  line-height: normal;
  width: 100%;
}

#navbar a {
  background: url('../images/nav_left.png') no-repeat left top;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

#navbar li {
  background: url('../images/nav_right.png') no-repeat right top;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navbar #firstNav {
  background: url('../images/nav_start.png') no-repeat left top;
  margin-left: 20px;
  padding-left: 16px;
}

#navbar #lastNav {
  background: url('../images/nav_end.png') no-repeat right top;
  padding-right: 10px;
}

#navbar ul {
  margin: 0px;
  padding: 0px;
}

p {
	font-size: larger;
}

#secondRow {
  float: left;
}

#secondRowInner {
  float: left;
  overflow: hidden;
}

#secondRowInner div {
  float: left;
  background: white;
  width: 225px;
  margin-bottom: -1000px;
  padding: 10px;
  padding-bottom: 1010px;
}

#secondRowInner div + div + div {
  background: white;
}

#secondRowInner div + div, #secondRowInner div + div + div + div {
  background: #ebebeb;
}

#secondRowInner .doubleSecondRowItem {
  width: 450px;
}

#secondRowInner .empInfo {
  background: none;
  height: auto;
}

#secondRow p {
	font-family: Garamond, "Times New Roman", serif;
	}