body
{
  background-color: rgb(96%, 96%, 96%);
  font-family: times-new-roman;
  padding-top: 2px; 
  margin-top: 2px;
}

#header
{
  background-color: rgb(100%, 100%, 100%);
  padding-bottom: 2px;
  margin-bottom: 2px;
  /*border: 2px solid Goldenrod;*/
  border: 2px solid #DBDB70; /*gold*/
  height: 72px;
  width: 798px;
  /*height: 74px;*/
  /*width: 800px;*/
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #DBDB70; /*gold*/
}
#logo
{
  padding: 2px;
  margin: 2px;
  float: left;
}
#headTitle
{
  font-size: 28px;
  font-weight: bold;
  padding-top: 8px;
  margin-top: 8px;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
  text-align: left;
  color: #23238E; /*navy*/
}
#topMenu
{
  font-family: sans-serif;
  background-color: #23238E; /*navy*/
  padding-bottom: 2px;
  margin-bottom: 2px;
  border: 1px solid #23238E; /*navy*/
  height: 32px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table
{
  margin: 7px;
}

td 
{
  background-color: #23238E; /*navy*/
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
  border: none;
  border-collapse:collapse;
}

#main
{
  background-color: #DBDB70; /*gold*/
  font-family: sans-serif;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border: 1px solid #DBDB70; /*gold*/
  height: 460px;  
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#question
{
  background-image: url(B3-background.png);
  background-repeat: no-repeat;
  background-color: rgb(100%, 100%, 100%);
  margin: 10px;
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
  color: black;
  line-height: 22px;
  text-align: left;
  height: 420px;
}
#top
{
  width: 100%;
}
#bottom
{
  width: 100%;
}
fieldset
{
  margin: 5px;
  padding: 5px;
  font-size: 14px;
  color: black;
  height: 405px;
}

#img1
{
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
#display
{
  background-image: url(4-plots-modA.png);
  /*background-color: rgb(100%, 100%, 100%);*/
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  border: 2px solid #DBDB70; /*gold*/
  height: 365px;
  width: 385px;
  overflow: auto; /* NEW auto or scroll */
}
#section1,#section2,#section3,#section4,#section5,#section6,#section7
{
  display: none;
  color: #23238E; /*navy*/
  font-size: 12px;
}

label
{
  font-weight: normal;
  font-size: 18px;
  color: black;
  line-height: 30px;
}

#footer
{
  background-color: #23238E; /*navy*/
  font-family: sans-serif;
  font-size: small;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #23238E; /*navy*/
  height: 17px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

h1, h2, h3 
{
  color: gray;
}

a:link
{
  color: white;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
a:visited
{
  color: white;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
a:hover
{
  color: #DBDB70; /*gold*/
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}


.underline
{
  text-decoration: underline;
  cursor: pointer;
  line-height: 30px;
}

.bold
{
  font-weight: bold;
}
.pale
{
  color: gray;
  font-weight: bold;
  font-size: 22px;
}
.white
{
  color: white;
}
.small
{
  font-size: 10px;
  color: blue;
}
.med
{
  font-size: 14px;
  color: black;
}
.large
{
  font-size: 18px;
  color: black;
}
.indent
{
  padding: 10px;
  margin: 10px;
}
.indentFix
{
  padding: 5px;
  margin: 5px;
}
.indentList
{
  padding-left: 10px;
  margin-left: 10px;
}


ul
{
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 4px;
  margin-top: 4px;
}
li
{
  display: inline;
  /*background-color: white;*/
  /*border: 1px solid;*/
  padding: 10px;
  margin: 10px;
}
a
{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

#service
{
  float: left;
}

p
{
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

/****** new stuff... will it work? *******/

#display a:link
{
  color: black;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}
#display a:visited
{
  color: gray;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}
#display a:hover
{
  color: #DBDB70; /*gold*/
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}