.attention {
  color: red;
}

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;
  font-style: oblique;
  text-align: left;
}

h2 {
  color: #025868;
  font-size: large;
  font-style: oblique;
  font-variant: small-caps;
}

h3 {
	font-size: larger;
	font-style: italic;
	text-align: right;
	color: #025868;
}

#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;
}

hr {
  color: #025868;
}

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 {
	float: left;
  font-size: 12px;
}

#main h1 {
}

#mainInner {
	float: left;
	overflow: hidden;
	}

#mainInner div {
	background: #6db7e4;
	color: black;
	float: left;
	margin-bottom: -20000px;
	padding: 10px;
	padding-bottom: 20020px;
	width: 200px;
	}

#mainInner div a {
	color: black;
	}

#mainInner div a:hover {
	color: white;
	}

#mainInner div li {
	padding-bottom: 10px;
	}

#mainInner div li li {
	padding-bottom: 0px;
	}

#mainInner div + div {
	background: white;
	float: left;
	
	height: auto;
	margin-bottom: -10000px;
	padding: 20px;
	padding-bottom: 10020px;
	width: 720px;
	}

#mainInner div + div h1 {
	font-size: x-large;
	}

#mainInner div + div a {
	color: blue;
	}

#mainInner div + div a:hover {
	color: #6db7e4;
	}

#mainInner div + div h2 a {
      float: right;
    }

#mainInner div + div li {
	padding-bottom: auto;
	}

#mainInner div + div li li {
	padding-bottom: auto;
	}

#mainInner .empInfo {
	background: white;
	float: left;
	height: 300px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	}

#mainInner .pullOut {
	background: #dfdfdf;
	color: #6db7e4;
	color: black;
	font-weight: bolder;
	border: outset;
	border-color: grey;
	border-width: 2px;
	clear: both;
	height: auto;
	padding: 20px 10px 10px 10px;
	margin: 10px;
	float:right;
	text-align: center;
	width: 200px;
	}
	

#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;
}

#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;
  margin: 20px;
  overflow: hidden;
}

#secondRow p {
	font-family: Garamond, "Times New Roman", serif;
	}
	
.stress {
	font-style: oblique;
}