@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}
html {
  background-image: url(images/siteBackGround.jpg);
  background-repeat: repeat;
  color: #ffffcc;
  font-family: Arial;
}
#container {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/back.png);
}
#main {
  margin: 0 auto;
  width: 800px;
  background-color: #800000;
}
#header {
  border-bottom: medium double #ffffcc;
  height: 151px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/headerBackground.jpg);
}
#headerImgLeft {
  padding-top: 8px;
  padding-left: 15px;
  float: left;
}
#headerText {
  width: 550px;
  margin-right: 35px;
  font-size: 22px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  float: right;
  margin-top: 40px;
  margin-bottom: auto;
  color: #ffffcc;
  font-style: italic;
}
#headerSubTitle {
  color: #ffffcc;
  height: 30px;
  float: right;
  margin-right: 50px;
  font-weight: normal;
  width: 350px;
  margin-top: 5px;
  font-style: italic;
}
#content {
  float: right;
  background-color: #800000;
  height: auto;
  width: 620px;
  margin-right: 5px;
  margin-top: 20px;
}
.standardtextbox {
  margin: 10px auto;
  width: 400px;
}
#sidebar {
  height: 500px;
  width: 152px;
  float: left;
  border-right-width: thin;
  border-right-style: solid;
  padding-left: 20px;
  padding-top: 50px;
  background-color: #800000;
}
#links img {
  border:  none;
}
a:link {
  color: #ffffcc;
}
a:visited {
  color: #cc908f;
}
#map {
  padding: 50px 20px 40px;
  height: auto;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#map h2 h3 {
  color: #013312;
}
#footer {
  border-top: medium double #013312;
  width: 800px;
  height: 50px;
  font-size: 11px;
  padding-top: 5px;
  color: #013312;
}
.clearfloats {
  clear: both;
}
picture {
}
.picalignleft {
  float: left;
  padding-left: 5px
}

.picalignright { 
	float: right;
	padding-left: 5px
}

.picaligncenter {
	margin: auto 38%;
	padding-top: 5px
	padding-bottom: 5px
	padding-left: 5px
	padding-right: 5px
}

