* {
  margin-top: 0;
  padding: 0;
}

img {
  border: 0;
}

body, table {
  font-family: Calibri, Verdana, sans-serif;
  font-size: 9.5pt;
  color: #ffffff;
}

a {
  color: #fff;
  text-decoration: underline;
}

body {
  background-color: #c3c3c3;
  padding-top: 5em;
}

div#siteLogo {
  text-align: center;
}

div#siteContainer {
  position: relative;
  width: 904px;
  margin: auto;
  text-align: left;
}

div#siteLeft {
  position: relative;
  top: 0px;
  left: 0px;
  width: 465px;
  height: 387px;
  background-color: #c3c3c3;
  color: #f2f2f2;
}

div#siteRight {
  position: absolute;
  top: 61px;
  right: 0px;
  width: 465px;
  height: 387px;
  background-color: #95380d;
  color: #f2f2f2;
  overflow: auto;
  padding-left: 5px;
}

		div#textcontainer {
		   margin-top:7px;
		   margin-right:7px;
		   margin-left:7px;
		}
		
		.imgtitle {
		   margin-bottom:7px;
		}

div#siteMenu {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

div#siteMenu img {
  vertical-align: middle;
}

div#siteSubMenu {
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.75em;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
}

div#siteSubMenu img {
  vertical-align: middle;
}

table.thumbnails {
  margin: auto;
  border: 0;
  border-collapse: collapse;
}

table.thumbnails td {
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}

img.leftTitle {
  float: right;
  padding: 0 0.25em 0 0.25em;
}

div.leftText {
  text-align: right;
  padding: 0 0.5em 0 0.5em;
}

img.leftLogo {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

div.rightText {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  padding: 0.5em;
  padding-top: 0.75em;
  text-align: left;
}

div.rightText div.rightTitle {
  font-size: 2em;
  font-weight: bold;
}

table#gallery {
  width: 100%;
  height: 100%;
  border: 0;
  border-collapse: collapse;
}

table#gallery td {
  text-align: center;
  vertical-align: middle;
}

table#gallery img {
  border: 2px solid #808080;
}

div.clear {
  float: none;
  clear: both;
  height: 0px;
}

.bottomcaption {
	position:absolute;
	bottom:0;
}

ol, ul {
	padding-left:20px;
}

