/* Definition of standard tags. */
body {
  background-color: #fcf6d6;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;

}
a:link {
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: none;
}

/* First level navigation bar definition. */
#navbar {
  border-top: 2px solid #fcf6d6;
  border-right: 1px solid #fcf6d6;
  border-bottom: 1px solid #fcf6d6;
  border-left: 1px solid #fcf6d6;
  padding: 5px 0px 0px 0px;
  width: 798px;
  height: 20px;
  background-color: #fcf6d6;
  text-align: center
}
#navbar a:link {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #2c3155;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fcf6d6;
  padding-left: 9px;
  padding-right: 9px;
}
#navbar a:visited {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #2c3155;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fcf6d6;
  padding-left: 9px;
  padding-right: 9px;
}
#navbar a:hover {
  font-weight: bold;
  color: #3366ff;
  text-decoration: underline;
  padding-left: 9px;
  padding-right: 9px;
}

/* Second level navigation bar definition. */
#navbar2 {
  border-top: 1px solid #fcf6d6;
  border-right: 1px solid #fcf6d6;
  border-bottom: 2px solid #fcf6d6;
  border-left: 1px solid #fcf6d6;
  padding: 0px 0px 5px 0px;
  width: 798px;
  height: 20px;
  background-color: #fcf6d6;
  text-align: center
}
#navbar2 a:link {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #2c3155;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fcf6d6;
  padding-left: 8px;
  padding-right: 8px;
}
#navbar2 a:visited {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #2c3155;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fcf6d6;
  padding-left: 8px;
  padding-right: 8px;
}
#navbar2 a:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #3366ff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: #fcf6d6;
  padding-left: 8px;
  padding-right: 8px;
}

/* Page container definition: entire page. */
#pagecontainer {
  border-color: #fcf6d6;
  border-top: 1px solid #fcf6d6;
  border-left: 1px solid #fcf6d6;
  border-right: 1px solid #fcf6d6;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Page banner definition. */
#pagebanner {
  width: 800px;
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  background-image: url(images/page_icons_logos/olm_banner.jpg);
  background-repeat: no-repeat;
}

/* Style wrapper contains everything below the  Nav. Bar to above the Design footer. */
#stylewrapper {
  float: left;
  width: 800px;
  background-color: #fcf6d6;
  background-position: left top;
  background-repeat: repeat-y;
  height: auto;
}
#stylewrapper p {
  padding: 0px 10px 0px 30px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

#stylewrapper h1 {
  font-size: 18px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#stylewrapper h2 {
  font-size: 15px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}


/* Left Column within style wrapper. */
#leftcolumn {
  width: 430px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
  float: left;
  line-height: 18px;
  height: auto;
}
#leftcolumn p {
  padding: 10px 5px 0px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
#leftcolumn h1 {
  font-size: 18px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#leftcolumn h2 {
  font-size: 15px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#leftcolumn img {
  border: 0px ridge #ffffff;
}

/* Narrow right column within style wrapper. */
#rightcolumn {
  background: #fcf6d6 none repeat scroll 0% 50%;
  width: 275px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 5px;
  float: left;
  line-height: 18px;
  height: auto;
}
#rightcolumn p {
  padding: 10px 15px 0px 5px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
#rightcolumn h1 {
  font-size: 18px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#rightcolumn h2 {
  font-size: 15px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#rightcolumn img {
  border: 2px ridge #000000;
}

/* Full sized left column, 100px larger than the right column, within style wrapper. */
#leftcolumnproper {
  width: 400px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  float: left;
  line-height: 18px;
  height: auto;
}
#leftcolumnproper p {
  padding: 0px 10px 0px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
#leftcolumnproper h1 {
  font-size: 18px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#leftcolumnproper h2 {
  font-size: 15px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#leftcolumnproper img {
  border: 0px ridge #ffffff;
}

/* Full sized right column, 100px smaller than the left column, within style wrapper. */
#rightcolumnproper {
  width: 300px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: left;
  line-height: 18px;
  height: auto;
}
#rightcolumnproper p {
  padding: 0px 15px 0px 10px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
#rightcolumnproper h1 {
  font-size: 18px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#rightcolumnproper h2 {
  font-size: 15px;
  color: #645443;
  font-family: "Times New Roman", Times, serif;
  text-transform: none;
  text-align: center;
}
#rightcolumnproper img {
  border: 0px ridge #ffffff;
}

/* The two column break is a screen break across both columns. */
#twocolumnbreak {
  background: #fcf6d6 none repeat scroll 0% 50%;
  width: 800px;
  height: 40px;
}

/* Image Center centers the images. */
.imgcenter {
  text-align: center;
}

/* Design footer lists the original CSS designer and contact info.. */
#designfooter {
  height: 20px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
  text-align: center;
}
#designfooter a:link {
  font-family: serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  background-color: #fcf6d6;
}
#designfooter a:visited {
}
#designfooter a:hover {
  text-decoration: underline;
}
.footer {
  font-family: serif;
  font-size: 10px;
  color: #000000;
  text-transform: none;
  text-align: center;
}
