
body {
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   color: darkslategray;
   background-color: BurlyWood;
   background-image: url("../gfx/wood.jpg");
   background-repeat: repeat;
   margin: auto;
   text-align: center;
}
a:link {
   color: blue;
}
a:visited {
   color: blue;
}
a:hover {
   color: orange;
}

h1 {
   color: navy;
   text-align: left;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px;
}
p {
   color: darkslategray;
   text-align: left;
   font-size: 12px;
   margin: 0px;
}
.note {
   font-size: 10px;
}

#container{
   width: 800px;
   height: auto;
   position: relative;
   border: none;
   margin: 0 auto;
   text-align: center;
}

#topmargin{
   position: relative;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 30px;
   border: none;
   text-align: center;
}

#paper {
   position: relative;
   width: 800px;
	min-height:600px;
   border-width: 0px;
   padding: 0px;
   margin: 0 auto;
   background-color: Honeydew;
   background-image: url("../gfx/paper.jpg");
   background-repeat: repeat;
   text-align: center;
   padding-bottom: 15px;
}


#bottomlogo {
   width: 200px;
   height: 33px;
   background-image: url("../logos/nb.png");
   background-repeat: no-repeat;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
}

.thumbleft, .thumbright, .thumbcenter{
   border: none;
   margin: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   padding: 0px;
}
.thumbcenter{
   text-align: center;
}
.thumbleft{
   float: left;
   margin-right: 5px;
}
.thumbright{
   float: right;
   margin-left: 5px;
}

#beforemaintext, #aftermaintext {
   clear: both;
}

#maintext_a, #maintext_b, #maintext_c, #extratext_first, #extratext_last {
   margin: auto;
   text-align: center;
   height: auto;
   padding: 0px;
   border: none;
}
#maintext_a p, #maintext_b p, #maintext_c p {
   margin-bottom: 15px;
}
#extratext_first, #extratext_last, #maintext_a, #maintext_b, #maintext_c, #extratext_first, #extratext_last{
   border: 0px dashed darkslategray;
}

#extratext_first h1, #extratext_last h1{
   font-size: 22px;
   color: navy;
   text-align: center;
   font-style: normal;
}
#extratext_first p, #extratext_last p{
    font-size: 10px;
  color: navy;
   text-align: center;
   font-style: italic;
}

#maintext_a, #maintext_b, #maintext_c {
   padding-bottom: 0px;
}
#extratext_first {
   margin-bottom: 15px;
   border-bottom-width: 1px;
   padding-bottom: 15px;
}
#extratext_last {
   border-top-width: 1px;
   padding-top: 15px;
}
#extratext_first, #extratext_last{
   width: 740px;
}


