body {
  background-color: #222222;
  color: Gray;
  font-family: 'Tahoma', 'Trebuchet MS', 'Verdana', 'Helvetica';
  font-size: 11pt;
}

body a:link {
  text-decoration: none;
  color: Gray;
}

body a:hover {
  text-decoration: underline;
  color: #D3D3D3;
}

body a:visited {
	text-decoration: none;
	color: Gray;
}

h1 {
  text-align: center;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 24pt;
	padding-bottom: 10px;
	width: 350px;
	margin: 0 auto;
}

ul.linkList {
  list-style-type: none;
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid Gray;
  padding-top: 10px;
  text-align: center;
}

ul.linkList li {
  margin: 0 15px;
  text-align: center;
  display: block;
  float: left;
  font-variant: small-caps;
}

div.clearFix {
  clear: both;
  height: 50px;
}

div.clearFixSub {
  clear: both;
  height: 25px;
}

div.splashBox {
  border: 1px solid gray;
  clear: both;
  width: 881px;
  height: 239px;
  margin: 0 auto;
}

img#splash1 {
  position: relative;
  top: 6px;
  left: 6px;
}

img#splash2 {
  position: relative;
  top: 6px;
  left: 8px;
}

img#splash3 {
  position: relative;
  top: -114px;
  left: 10px;
}

img#splash4 {
  position: relative;
  top: 6px;
  left: -148px;
}

img#splash5 {
  position: relative;
  top: -224px;
  left: 656px;
}

div.footer {
  margin-top: 80px;
}

small {
  display: block;
  clear: both;
  margin-top: 40px;
  text-align: center;
}

h2 {
	font-size: 36pt;
	font-weight: normal;
	padding-left: 10px;
	line-height: 36pt;
}

div.contentArea {
	width: 881px;
	clear: both;
	margin: 0 auto;
}

div.contentArea p {
	line-height: 140%;
}

img.pageImage {
	margin: 0 15px 15px 15px;
	float: right;
}

h3 {
	font-weight: normal;
	font-size: 14pt;
	margin: 40px 0 0 0;
}

p.linkList {
	margin: 0;
}

div.pdfLink {
	width: 200px;
	float: right;
	margin-top: -70px;
}

div.pdfText {
	width: 60%;
	float: left;
	margin-top: 10px;;
}

div.pdfImage {
	width: 40%;
	float: right;
}

div.galleryImage {
	text-align: center;
	min-height: 150px;
	width: 100px;
	margin: 25px;
	float: left;
}