body {
  font-family: Trebuchet MS, Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: gray;
  color : black;
  text-align: center;
  margin: 0px auto 32px auto;
  width: 800px;
}

#body {
  text-align: left;
  margin: 0px auto 32px auto;
  width: 800px;
}

#header {
  background: white url( '../images/header.jpg' ) no-repeat top left;
  color: black;
  font-weight: normal;
  height: 200px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-top: gray solid 32px;
  position: relative;
}

#body {
}

#content {
  background: white;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  margin-right: 220px;
}

#footer {
  background: white url('../images/footer.jpg') no-repeat top left;
  height: 296px;
  color: black;
  font-weight: normal;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: relative;
}

#footer a {
  color: gray;
}

.leftColumn {
	float:left;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.rightColumn {
	float:right;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

a {
	text-decoration: none;
	color: #df4802;
}

a:link {
	color: #df4802;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #a13402;
}

#pageTitle {
  font-size: 44px;
  color: white;
  padding-top: 8px;
  position: absolute;
  top: 75px;
  left: 20px;
  font-weight: normal;
}

#pageDescription {
  font-size: 16px;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  position: absolute;
  bottom: 35px;
  left: 24px;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color : #6e7d8e;
  background: transparent url('../images/bullet.jpg') no-repeat center left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 30px;
  margin: 0px;
  border-bottom: #f0f0f0 solid 1px;
}

h1 a:link, h1 a:visited {
  color : #6e7d8e;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 12px;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 4px;
  color: #6e7d8e;
  margin: 0px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  padding-top: 0px;
  color: #6e7d8e;
  margin: 0px;
}

.contentItem {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  background: white;
}

.contentItemBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

.contentItemLinks {
  float: right;
  text-align: right;
  font-size: 11px;
  color: gray;
}

.contentItemLinks form {
  padding: 0px;
  margin: 0px;
}

.contentItemLinks a {
  color: gray;
}

.even {
  background: #F4F4F4;
}

.odd {
  background: white;
}

.small {
  font-size: 10px;
}

.metadata, .metadata a {
  font-size: 11px;
  color: gray;
  line-height: 1.5em;
}

blockquote {
  background: white url('images/blockquote.png') no-repeat top left;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: gray;
  margin-left: 24px;
  margin-right: 24px;
}

#linearNavigation {
  background: black;
  padding: 6px;
  color: white;
  text-align: center;
}
#linearNavigation a {
  color: white;
  text-decoration: none;
}
#linearNavigation a:hover {
  text-decoration: underline;
}

thead {
  text-align: left;
  background: #6e7d8e;
  color: white;
}

th, th a:link, th a:visited {
  font-weight: normal;
  color: white;
}
