body
{
  background-color:  #4F96CE;
  color:           #000000;
  text-align: 	center;
}

a { text-decoration: none; color: #CC6500}
a:hover { text-decoration: none; color: #555555}
a:link { color: #000099 }
a:visited { color: #990099  }
a:active { color: #000099 }

/* "text-align: center" is there for Internet Explorer, which won't work without it. Unfortunately, "text-align: center" will center all the text inside your table cells, but we counter that by setting "tr" and "td" to align left.*/

#maintable {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

div.container {
  width:98%; margin:1%;
}

//tr,td {text-align:left;}

#banner
{
  height: 50px;
}


#footer
{
  height: 10px;
}

.logo-img
{
  margin: 10px;
  border: 0px;
  width: 151px;
  height: 56px;
}

.slogan-img
{
  margin: 10px;
  border: 0px;
  width: 166px;
  height: 15px;
}

.name-img
{
  margin: 0px 30px 0px 30px;
  border: 0px solid;
  width: 232px;
  height: 32px;
}

.core-spacer
{
  vertical-align: top;
  height: 10px;
}

#menu
{
  padding: 1px 10px 1px 10px;
  margin: 0px 0px 2px 0px;
  float: right;
  background-color: #ffffff;
  border:           1px solid gray;
}

.menu-selected
{
  background-color: #CEF0EF;
  padding: 1px 5px 1px 5px;
}


#core
{
  vertical-align: top;
}

#header
{
  padding:         5px 5px 0px 5px;
  border-top:      1px solid gray;
}

#footer-txt
{
  text-align:      center;
  clear:           both;
  padding:         2px;
  font-size:       .8em;
}

.enclosed
{
  border:           1px solid gray;
  background-color: #ffffff;
}

#vertical-bar
{
  height:          100%;
  border-left:     1px solid gray;
}

#content
{
  max-width:       780px;
  padding:         10px 10px 10px 10px;
}

.chapter
{
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.subchapter
{
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 2em;
}

.question
{
  font-size: 0.9em;
  font-weight: bold;
  color: #000000;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 1.0em;
}

.answer
{
  margin-left: 1.2em;
}

#content-title
{
  font-size: 1.2em;
  padding-left: 15px;
  font-weight: bold;
}

#vertical-menu 
{
  margin: 3px 15px;
}







