html, body {
  background-color: white;
  background-image: url('/images/pagebackground.gif');
	font-family: 'Trebuchet MS', 'Comic Sans MS','Lucida Grande',verdana,arial,lucida,helvetica,sans-serif;
  font-size: 11px;
  color: #333;
  height: 100%;
  margin-top: 5px;
  padding: 0px;
}

#outterpage  {
  background-image: url('/images/maincontent_background.gif');
  background-repeat: repeat-y;
  background-position: center 50%;
}

#innerpage  {
  position: absolute;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  margin-top: 0px;
  border: 1px solid #000000;
  background-color: #FDF1D9;
}

#header {
  position: relative;
  width: 100%;
  top: -1px;
  height: 102px;
  margin: 1px auto;
  text-align: left;
  border: none;
}

#headerLink {
  float: left;
  width: 235px;
  height: 100%;
}

#headerLink a:link, #headerLink a:visited, #headerLink a:active, #headerLink a:hover {
  text-decoration: none;
}

#headerImage {
  float: right;
}

span.header {
  font-family: cursive;
  font-style: italic;
  font-size: small;
  text-align: left;
}

a.header {
  font-size: xx-large;
  text-decoration: none;
  color: white;
}

img.header {
  width: 653px;
  height: 101px;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  width: 85%;
  height: 1px;
  color: navy;
}

#subheader {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0px auto;
  text-align: center;
}

#subheaderItem {
  border: 1px solid #aaa;
  margin: 0px auto;
  padding: 0px 2px 0px 2px;
  float: left;
  height: 100%;
  width: 92px;
  text-align: center;
  vertical-align: middle;
}
    
a.subheader {
  font-size: small;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#leftNav {
  font-size: small;
  position: relative;
  top: -65px;
  float: left;
  width: 175px;
  margin: 5px auto;
  padding: 10px;
  text-align: left;
  border: none;
}

table {
  table-layout: auto;
  empty-cells: show;
  border-collapse: collapse;
  border: 1px solid #a9a9a9;
}

#content, #contentMainPage, #contentFull {
  font-size: small;
  position: relative;
  top: -65px;
  float: left;
  width: 640px;
  margin: 0px auto;
  padding: 0px 20px 0px 25px;
  text-align: left;
  border: none;
}

#contentMainPage {
  top: 0px;
  width: 730px;
  padding: 0px 20px 10px 80px;
}

#contentFull {
  top: -50px;
  width: 850px;
  padding: 0px 10px 0px 15px;
  margin-bottom: 3em;
}

a:link {
    text-decoration: none;
    color: blue;
 }
a:visited {
    text-decoration: none;
    color: blue;
 }
a:active {
    text-decoration: none;
    color: blue;
 }
a:hover {
    text-decoration: underline;
    color: blue;
 }



h2.content {
  font-size: large;
  font-weight: bold;
  position:relative;
  left: auto;
  top: auto;
  text-align:left;
}

h3.content {
  font-size: medium;
  font-weight: bold;
  position:relative;
  left: auto;
  top: auto;
  text-align:left;
}

#mainPageBox { 
  float: right; 
  margin: 15px 0px 15px 15px; 
  width: 220px;
  background-color: #FFFFFF;
}

#mainPageBoxHeader { 
  text-align: center;
  font-size: small;
  font-weight: bold;
  color: black;
  position:relative;
  background-color: #ffdead;
  border: 1px solid black;
}

#mainPageBoxItem { 
  text-align: left;
  font-size: 1em;
  padding: 7px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: #000000;
}

#update { 
  height: 50px;
  float: right;
  margin: 10px 5px 0px 30px;
  text-align: center;
}

#update  img{ 
  border: 1px solid black;
}

#boldSection {
  font-weight: bold;
  color: navy;
  float: left;
  margin: -1px;
}

input.test{
  font-size: xx-large;
}
