@charset "utf-8";
body {
	margin:0;
	padding:0;
    background-color: #3E3E3E;
    background-position: center;
	font:  12px/1.5em "Trebuchet MS";
    color: #000000;
    text-align: center;
}

/************************************ content frame *****/
#container{

margin: 0 auto;
   padding: 0;
   padding-top: 10px;
   width:760px;
   height: 400px;
   background-color: #D2C0A6;
  color: #000000;
  text-align: center;
}

/************************************ banner space *****/
#insideframe
{
  width: 740px;
  height: 380px;
    margin-left: 10px;
    padding-top: 10px;
  border: 1px groove black;

}

#titlebanner{
   margin-top: 10px;
   text-align: right;
   color: #990000;
   width: 700px;
   height: 35px;

}
#titlebanner a.main:link{
display: inline;
color: #990000;
text-decoration: none;

}
#titlebanner a.main:visited
{
  text-decoration: none;
  color: #AE6666;
}
#titlebanner a.main:hover
{
  text-decoration: underline;
}


#titlebanner a.sub:link{
display: inline;
color: #3e3e3e;
text-decoration: none;
}

#titlebanner img{
  float: left;
  padding-left: 15px;
  border: none;
}

#imagebanner{
float: none;
margin-top: -17px;
  background-position: center;
   margin-left: 13px;
   color: #990000;
   width: 700px;
   height: 150px;
   border: 8px ridge #006666;

   }

/********************************* 2nd col - main content - settings *****/
#content{

  float: right;
    width: 500px;
  font-family: Verdana, Arial, Helvetica, serif;
  font-size: 12px;
    margin-top: 20px;
      background-color: #D2C0A6;;

}
#content h1{
padding: 0;
margin-bottom: -8px;
  font-size: 130%;
  font-weight: normal;

  text-align: left;
  padding-left: 20px;
}

#content p{
  padding-right: 30px;
  padding-left: 20px;
  text-align: left;

}
#content img {
float: right;
display: inline;
   text-align: right;
}
#content p.afftxt{
float: right;
  text-align: right;
  display: inline;
  margin-top: -10px;
}
#content p.dataline {
   display: block;
   border-top: 1px solid black;
   font-size: 90%;
   color: #339933;
}

#notes {
  float: left;
  margin-left: 15px;
  margin-top: 30px;
  width: 200px;
  height: 115px;
  border: 1px solid black;
  text-align: left;

}
#notes p{
  border: 1px solid #B1B1B1;
  padding-left: 5px;
  margin-right: -15px;
  margin-left: 10px;
  width: 175px;
  height: 90px;

}
#p1
{
  border: 1px solid #B1B1B1;
  padding-left: 5px;
  margin-right: -15px;
  margin-left: 10px;
    width: 175px;
  height: 190px;

}
#notes input.button
{
    font: 11px "Verdana", Arial, sans-serif;
        color:#000;
        background:#fff;
	    border: 1px ridge black;
}
#notes p.links{
  text-align: center;
}
#notes img{
  display: inline;
  border: none;
}

#notes a:link {
  font-size: 120%;
  color: #990000;
  text-decoration: none;
}
#notes a:hover {
  text-decoration: underline;
}
#notes a:visited {
  color: #996633;
}






/*************************************footer settings*************/
#fullfooter{
  clear: both;
  /* if height is not specified, footer bgcolor will fill any short columns */

  font-size: 82%;
  margin-top: 0px;
  background-color: #D2C0A6;

  color:#999999;
}
#fullfooter p{
  margin-top: -10px;

   border-top: 1px solid #3e3e3e;
  padding-left: 30px;

}

#fullfooter a {
  color: #999999;
}

/* following is used to make the type in each column be visually on the
   same horizontal line. The fonts used are different sizes, so percentages
   and ems won't work. And using this avoids messing with the margins.  */

.hspace {
    height: 10px;
  }



