body{
  * background: #5a44ff url(../images/background.jpg) repeat-x scroll top left;
  background: #ffd08e url(../images/background2.jpg) repeat-x scroll top left;
  font: normal normal normal .8em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5{
  margin: 0px;
  padding: 0px;
}

a:focus, a:hover, a:active {
  color:#182E7A;
  text-decoration:underline;
}

a {
  color:#4D87C7;
  text-decoration:none;
}

.skip, .hideme, .print {
  height:1px;
  left:-1000em;
  position:absolute;
  top:-1000em;
  width:1px;
}

#NCBody {
  width: 100%;
}

#NCContent {
  background-color: #FFF;
  text-align: center;
  width: 800px;
  border: 1px #000 solid;
  min-height: 600px;
}

#NCTitle {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;  
}

#NCMenu {
  height: 31px;
  color: #FFF;
  margin-bottom: 5px;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  background-color: #0500d4;
}

#NCMenu ul {
  border-left: 0px #aaa solid;
  border-right: 0px #fff solid;
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
  display: inline;
  float: right;
  margin: 0;
  /* (en) Left margin of the first button  */
  /* (de) Abstand des ersten Buttons vom linken Rand  */
  margin-left: 0px;
  padding: 0;
  padding-right: 50px;
}

#NCMenu ul li {
  border-left: 0px #fff solid;
  border-right: 0px #aaa solid;
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
  display: inline;
  float: left;
  font-size: 1.0em;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#NCMenu ul li a, #NCHeader a{
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  width: auto;
}

#NCMenu ul li a:focus,
#NCMenu ul li a:hover,
#NCMenu ul li a:active  {
  background: #eee;
  color: #333;
  text-decoration: none;
}

#NCMenu ul li a img, #NCHeader a img{
  border: 0px;
}

#NCMainContent {
  width: 100%;
  text-align: left;
}

#NCMainContentB {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  width: 780px;
}
}

#NCCol1, #NCCol2, #NCCol3{
  padding: 0px 5px;
  border: 1px solid white;
}

#NCCol1{
  width: 220px;
}

#NCCol2{
  width: 312px;
}

#NCCol3{
  width: 220px;
}

#NCCol2{
  border-right: 1px dashed black;
  border-left: 1px dashed black;
}

h1 {
  text-align: center;
  font-size: 1.4em;
  color: #0500D4;
}

.aList{
  text-align: left;
  list-style-type: disc;
  margin: 0;
  padding: 5px 0 0 20px;
}

.bList{
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 15px;
}

.bold{
  font-weight: bold;
}

.blurb {
  font-weight: bold; 
  background-color: #ffe5c1;
  border: 1px solid black;
  padding: 2px 5px;
  margin: 5px 7px;
}

.ad{
  text-align: center;
}

#tAgenda{
  padding: 5px 10px;
  width: 780px;
}

.tHead{
  text-align: center;
  font-size: 1.4em;
  color: #000;
  font-weight: bold; 
  background-color: #ffecd1;
  border-bottom: 1px solid #000;
}

.tSubhead{
  text-align: left;
  font-size: 1.2em;
  color: #0500D4;
  padding-top: 10px;
  font-weight: bold;
}

.tEven{
  background-color: #ffecd1;
}

.tOdd{
  background-color: #FFF;
}

.subTitle{
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 5px 0px;
  border-bottom: 1px solid #000;
}

.addInfo{
  padding: 0px;
  margin: 0px;
}

.form{
  padding: 5px 15px;
}

.color-1{
  background-color: #9390FF; 
}

.color-2{
  background-color: #C9C8FF; 
}

.errorMessage{
  margin: 10px;
  padding: 10px;
  border: 1px solid red;
}

.errorMessage p{
  padding: 0px;
  margin: 0px;
  color: red;
  font-weight: bold;
}