﻿/* CSS layout */
h1 {
  font-size: large;
}
#masthead {
}

#top_nav {
  text-align: left;
  background-image: url('../images/navbargradient.jpg');
  background-repeat: repeat-y;
  width: 900px;
  font-size: small;
  font-weight: 700;
  color: #FFFFFF;
  font-style: italic;
  height: 20px;
  text-indent: 10px;
  padding-top: 4px;
}
#container {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

#page_content {
  margin-right: 205px;
  text-align: left;
  font-size: small;
  font-family: verdana;
}

#right_col {
  width: 200px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: left;
  padding-left: 10px;
  border-left-style: dotted;
  border-left-width: 1px;
  border-left-color: #C0C0C0;
  height: 100%;
}

#footer {
  clear: both;
  position: relative;
  bottom: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #c0c0c0;
  padding-right: 10px;
  padding-left: 10px;
}
#pagecontainer {
  text-align: center;
  width: 900px;
  height: 100%;
}
#bordercontainer {
  border: 1px solid #C0C0C0;
  width: 900px;
}
h2 {
  font-size: medium;
}
#johnson {
  width: 90%;
  border: 1px dashed #C0C0C0;
  background-color: #EAEAEA;
}
#divider {
  text-align: center;
  background-image: url('../images/navbargradient.jpg');
  width: 100%;
  font-size: small;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
  height: 20px;
  text-indent: 10px;
  padding-top: 4px;
}
.pad-right-bottom {
  margin-right: 10px;
  margin-bottom: 10px;
}
.pad-left-bottom {
  margin-bottom: 10px;
  margin-left: 10px;
}
.divider {
  text-align: center;
  background-image: url('../images/navbargradient.jpg');
  width: 100%;
  font-size: small;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
  height: 20px;
  text-indent: 10px;
  padding-top: 4px;
}
.johnson {
  width: 90%;
  border: 1px dashed #C0C0C0;
  background-color: #EAEAEA;
  text-align: left;
  font-style: italic;
  font-weight: 700;
}
h3 {
  font-size: medium;
}
#page_content-no-col {
  text-align: left;
  font-size: small;
  font-family: verdana;
}

