/* CSS test */
body {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
  font-size: 10pt;
  color: #6b181f;
  background-color: #ffffcc;
  margin: 0;
  }
h1 {
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  }
h2 {
  font-family: inherit;
  text-align: inherit;
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  }
h3 {
  font-size: 1em;
  }
h4 {
  font-size: 0.9em;
  }
p {
  font-size: 1em;
  line-height: 1.2em;
  }
p.title {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  }
p.subtitle {
  font-size: 1.1em;
  text-align: center;
  }
p.center {
  font-size: 1.0em;
  text-align: center;
  padding-bottom: 1.5em;
  }
p.heading {
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  padding-top:0.25em;
  padding-bottom: 0.1em;
  }
p.sans {
  font-size: 1em;
  font-weight: normal;
  font-family: Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
  }  
p.serif {
  font-size: 1em;
  font-weight: normal;
  font-family: "Times New Roman",Times,serif;
  }
p.indent {
  margin-left: 1.5em;
  margin-bottom: 0px;
  }
p.quote {
  font-family: Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  font-style: italic;
  text-align: left;
  line-height: 1.1em;
  margin-top: 0.3em;
  margin-bottom:-0.6em;
  margin-right:0px;
  }
p.citation {
  font-family: Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  font-style: regular;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 1em;
  }  
p.footer {
  font-size: 0.7em;
  line-height: 0.8;
  text-align: right;
  margin-top: 3em;
  clear: both;
  /* content: "Copyright 2006Ê System Integrity Resources. All rights reserved.";*/
  }
p.center {
  text-align: center;
  line-width: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  }
p.right_text {
  text-align:left;
  clear: both;
  line-width: 1.2em;
  padding-right: 0px;
  padding-bottom: 20px;
  }
p.left_text {
  text-align:left;
  clear: both;
  line-width: 1.2em;
  padding-left: 0px;
  padding-bottom: 20px;
  }
p.right_text_pad {
  text-align:left;
  clear: both;
  line-width: 1.2em;
  padding-right: 60px;
  padding-bottom: 0px;
  }
p.right_text_pad_contd {
  text-align:left;
  line-width: 1.2em;
  margin-top:0px;
  padding-left: 140px;
  padding-right: 60px;
  padding-bottom: 0px;
  }
p.left_text_pad {
  text-align:left;
  clear: both;
  line-width: 1.2em;
  padding-left: 60px;
  padding-bottom: 40px;
  }
img.right_float {
  display: inline;
  float: right;
  clear: both;
  margin: 0px 20px 20px 20px;
  }
img.left_float {
  display: inline;
  float: left;
  clear: both;
  margin: 0px 20px 20px 20px;
  }
ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 4px;
  margin-top: -8px;
  margin-bottom: -8px;
  }
li {
  font-size: 1em;
  font-family: "Times New Roman",Times,serif;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 5px;
  }
ul.right_text {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 230px;
  margin-top: 0px;
  padding-bottom: 30px;
  }
a:link {
  color: #B2524A;
  background-color: #ffffcc;
  text-decoration:none;
  border-style: none;
 }
a:visited {
  color: #B2524A;
  background-color: #ffffcc;
  text-decoration:none;
  }
a:hover {
  color: #ffffcc;
  background-color: #dcb35f;
  text-decoration:none;
  }
a:active {
  color: #B2524A;
  background-color: #ffffcc;
  text-decoration: none;
  border-style: hidden;
  }
#header {
  height: 67px;
  background-color: #ffffcc;
  background-image: url(images/SIR_banner.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
  }
#header img {
  position: absolute;
  top: 50px;
  left: 40px;
  height: 67px;
  margin-top: -5px;
  }
#home_header {
  height: 90px;
  background-color: #ffffcc;
  background-image: url(images/SIR_banner_big.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 0em;
  }
#home_header img {
  position: absolute;
  top: 50px;
  left: 30px;
  height: 90px;
  margin-top: -5px;
  }

#navbar {
  background-color: #ffffcc;
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 1.5em;
  }
#navbar a:link, #navbar a:visited {
  font-size: 0.8em;
  text-decoration: none
  color: #6b181f;
  background-color: #ffffcc;
  text-decoration:none;
   }
#navbar a:hover {
  font-size: 0.8em;
  text-decoration: none;
  color: #6b181f;
  background-color: #f0db9c;
  text-decoration:none;
  }
#navbar a:active {
  font-size: 0.8em;
  text-decoration: none;
  color: #6b181f;
  font-weight: bold;
  background-color: #f0db9c;
  text-decoration:none;
  }
#navbar td {
  text-align: center;
  }
   
#sidebar {
  position: absolute;
  background-color: #f0db9c;
  font-size: 0.8em;
  text-align: center;
  font-weight: regular;
  top:200px; 
  right: 40px;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 1px #000000 solid;
  
  }
#sidebar a:link {
  display: inline;
  color: #b2524a;
  background-color: #f0db9c;
  text-decoration:none;
  }
#sidebar a:visited {
  display: inline;
  color: #b2524a;
  background-color: #f0db9c;
  text-decoration:none;
  }
#sidebar a:hover {
  display: inline;
  color: #ffffcc;
  background-color: #dcb35f;
  text-decoration:none;
  }
#sidebar a:active {
  display: inline;
  color: #ffffcc;
  background-color: #b2b28e;
  text-decoration:none;
  border-style: indent;
  border-color: #f2aa34;
  padding-bottom: 3px;
  padding-top: 3px;
  }
#home_image {
  position: absolute;
  top: 100px;
  left: 140px;
  width: 300px;
  padding: 32px;
  }

#main_content p {
  font-family: "Times New Roman",Times,serif;
  }

#home_content {
  margin-top: 10px;
  margin-right: 260px;
  }
  
#left_content {
  margin-right: 340px;
  padding-right: 20px;
  }
#right_content {
  position: absolute;
  top:215px;
  right: 40px;
  width: 300px;
  background-color: #f0db9c;
  padding: 15px;
  border: 1px #000000 solid;
}  

#workshop_content p {
  position: relative;
  font-family: "Times New Roman",Times,serif;
  padding-left: 390px;
  }
#workshop_content ul {
  position: relative;
  font-family: "Times New Roman",Times,serif;
  padding-left: 420px;
  }