#outer {
	position: relative;
	text-align: center;
}

#inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 722px;  /* 700 width + 10 left grey border + 10 right grey border + 2 border */
}

#page {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	background: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	overflow: none;
}

body {
  position: relative;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: default;
}

#logo {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#logoclouds {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

#menu {
  margin: 0px;
}

#content {
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#contentpane {
  width: 490px;
  padding-right: 10px;
}

.normaltext {
  font-family: Garamond, Times New Roman, Times, serif;
  color: black;
  font-size: 12pt;
  text-align: left;
}

.subtitle {
}

.list {
}

#quotes {
  /* pull-quotes right side panel */
}

.quote {
  /* each individual pull-quote for the right side panel */
}

.image {
  padding-bottom: 20px;
}

.clientquote {
  text-indent: -25px;
  margin-left: 25px;
}

.clientquotecaption {
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  margin-bottom: 25px;
  margin-left: 25px;
}

#footer {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Microstile, Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

P {
  margin-top: 0px;
  padding-top: 0px;
}

A:Link {
  text-decoration: none;
  color: #999999;
  cursor: pointer;
  cursor: hand;
}

A:Visited {
  text-decoration: none;
  color: #999999;
  cursor: pointer;
  cursor: hand;
}

A:Active {
  text-decoration: none;
  color: #999999;
  cursor: hand;
  cursor: pointer;
}

A:Hover {
  text-decoration: underline;
  color: #004396;
  cursor: pointer;
  cursor: hand;
}
