* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  font-size: 80%;
}

p {
  margin: 0.5em 0;
}

ul {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 2em;
}

ol {
/*   list-style-type: disc; */
  margin: 0.5em 0 0.5em 2em;
}

li ul {
  margin-top: 0;
  margin-bottom: 0;
}


img {
  border: none;
}

a { }

a:hover,
a:active { }


table {
  width: 100%;
}

td {
  vertical-align: top;
}

h1 { }

h2 {
  margin-top: 5px;
}

h3,
h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.75em 0 0.5em 0;
}


/***************************************/

form { }

input,
textarea,
select {
  font-size: 1em;
}

textarea {
  width: 95%;
  height: 10em;
}

textarea.tall {
  height: 20em;
}

input {
  width: 60%;
}

input.short {
  width: 40%;
}

input.medium {
  width: 67%;
}

input.long {
  width: 95%;
}

input.textbutton {
  width: auto;
  font-size: 0.9em;
}

input.autosize {
  width: auto;
}

/***************************************/

#container {
  position: absolute;
  width: 720px;
  top: 0px;
  left: 50%;
  margin-left: -361px;
  border-left: 1px solid;
  border-right: 1px solid;
}


/***************************************/

#panel_header {
  clear: both;
  border-bottom: 1px solid;
  padding: 20px 20px 10px 20px;
}

#panel_header img.newsinprint {
  position: absolute;
  width: 200px;
  height: 150px;
  top: 32px;
  right: 22px;
}

/***************************************/

#panel_sidebar {
  float: left;
}

/***************************************/

#panel_content {
  float: right;
  width: 460px;
  padding: 0 20px;
}

/*
#panel_content p {
  text-align: justify;
}
*/

/***************************************/

#panel_footer {
  clear: both;
  padding: 20px;
  text-align: center;
  font-size: 0.7em;
}

/***************************************/

#tabular_menu {
  width: 200px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  /*margin-left: 20px;*/
  margin-left: 1px solid;
}

#tabular_menu a {
  text-decoration: none;
}

#tabular_menu td {
  border-top: 1px solid;
  padding: 5px 10px;
  vertical-align: middle;
}

#tabular_menu .notopborder {
  border-top: 0px;
}

#tabular_menu .heading,
#tabular_menu .heading td {
  font-weight: bold;
}

#tabular_menu .active,
#tabular_menu .active td { }

#tabular_menu .active a { }

#tabular_menu ul {
  margin-left: 22px;
  font-size: 0.85em;
}

#tabular_menu ul ul {
  margin-left: 1em;
  font-size: 1em;
}

#tabular_menu li {
  padding: 0.1em 0;
}

#tabular_menu li .active {
  font-weight: bold;
}

/***************************************/

.tabular_form {
  width: 100%;
  border: 0;
  margin: 0.5em 0;
}

.tabular_form td {
  padding: 0.2em 0;
  vertical-align: top;
}

.tabular_form .label {
  width: 20%;
  text-align: right;
  padding-right: 5px;
}

.tabular_form .required {
  font-weight: bold;
}

.tabular_form .spacer {
  padding: 0.5em 0;
}

.tabular_form .boxed {
  padding: 0.5em;
  border: 1px dotted;
}

/***************************************/

.tabular_list {
  width: auto;
  border: 0;
  margin: 0.5em 0;
}

.tabular_list th {
  font-size: 0.7em;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid;
  padding: 0.1em 0.5em;
}

.tabular_list th a {
  text-decoration: none;
}

.tabular_list td {
  border-bottom: 1px solid;
  padding: 0.25em 0.5em;
  white-space: nowrap;
}

.tabular_list td.wrapok {
  white-space: normal;
}

/***************************************/

.agency_list {
  /*width: auto;*/
  border: 0;
  margin: 0.5em 0;
}

.agency_list th {
  font-size: 0.7em;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid;
  padding: 0.1em 0.5em;
  white-space: nowrap;
}

.agency_list th a {
  text-decoration: none;
}

.agency_list td {
/*   border-bottom: 1px solid; */
  padding: 0.25em 0.5em;
/*  white-space: nowrap;*/
}
/*
.agency_list td.wrapok {
  white-space: normal;
}*/

/***************************************/

.tabular_2col,
.tabular_1col {
  width: 100%;
  border: 0;
  margin: 0.5em 0;
}

.tabular_2col th,
.tabular_1col th {
  display: none;
}

.tabular_2col td {
  width: 49.5%;
  padding: 0.5em 0;
}

.tabular_2col td.colgap {
  width: 1%;
  padding: 0;
}

.tabular_1col td {
  width: 100%;
  padding: 0.5em 0;
}

.tabular_2col img,
.tabular_1col img {
  float: left;
  margin-right: 10px;
/*  width: 80px; */
}

.tabular_2col h4,
.tabular_1col h4 {
  margin-top: 0;
}

/***************************************/

.toc_alpha {
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 0.9em;
  word-spacing: 0.25em;
  white-space: nowrap;
  padding: 0.25em;
  text-align: center;
}


/***************************************/

ol.quiz {
  margin: 0.5em 0 1em 2em;
  font-weight: bold;
}

ol.quiz ul {
  list-style-type: none;
  margin: 0.4em 0;
}
ol.quiz ul li {
  margin: 0.1em 0;
}

ol.quiz .options {
  font-weight: normal;
}

div.answerkey {
  border: 1px solid;
  background-color: #f0f0f0;
  padding: 0.5em;
}


/***************************************/

.inset_whatsnew {
  border-left: 1px solid;
  float: right;
  width: 199px;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 0.8em;

}

.inset_left {
  float: left;
  width: 152px;
  margin: 1em 10px 0 0;
  font-size: 0.8em;
  text-align: center;
}

.inset_left div {
  margin-top: 5px;
  padding: 0.25em;
  text-align: left;
}

/***************************************/

.breadcrumbs {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  font-size: 0.8em;
}

.breadcrumbs a { }


/***************************************/

img.score {
  height: 10px;
  width: 55px;
  padding: 1px 1px 0 0;
  margin: 0;
  display: inline;
  float: none;
}

img.score_b {
  height: 10px;
  width: 55px;
  padding: 1px 0 0 1px;
  margin: 0;
  float: right;
}



/***************************************/


.left {
  text-align: left;
}

.right {
  text-align: right;
}

.centre,
.center {
  text-align: center;
}

.important { }

.smaller {
  font-size: 0.8em;
}

i.fineprint {
  font-size: 0.8em;
  font-style: normal;
}

.border {
  border: 1px solid;
}

.tightbottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/***************************************/

.error {
  margin-left: 2em;
  font-size: 0.8em;
  font-style: italic;
}

ul.error {
  padding-top: 0.25em;
}

/***************************************/

.notes_ {
  font-style: italic;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  margin: 1em 0;
}

.notes_ ol,
.notes_ ul {
  margin-left: 2em;
}

/***************************************/



 .BoxSection {
   border: 1px solid gray;
   padding: 0px;
   margin-top: 1em;
   margin-bottom: 0.5em;
   vertical-align: top;
 }

 .BoxSectionTitle {
  background-color: #E5D5B0; /*#E9BA34;*/
  color: #C1272D;
/*  padding-bottom: 2px; */
/*  padding-top: 0px;
  margin-top: 0px;*/
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  vertical-align: middle;
 }

 .BoxSectionContent {
/*   background-color: #F7F1E3; */
  padding: 1em;
 }

 .BoxSectionContent b { color: #C0262D; }

  blockquote {
    background-color: #F7F1E3;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
    border-left: 2px solid gray !important;
    /*border-top: 1px dotted gray;*/
 }
 
 
 
 .highlight {
   background-color: #FFCA39;
   color: black;
}
