body {
  margin: auto;
  font-family: "Times New Roman", serif;
  text-align: center;
}


#outercontainer {
  width: 900px;
  margin: auto auto;
  text-align: left;
  text-align: center;
}

#header {
  width: 900px;
  height: 201px;
  /*
  background-image: url(radiantsolutionsheader-900px2.jpg);
  background-image: url(radiantsolutions201-header.jpg);
  */
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}

#content{
  width: 840px;
  margin: auto;
  font-size: 1.08em;
}
#coursedescription {
  width: 840px;
  margin: 10px auto;
  font-size: 1.0em;
  text-align: justify;
}

#coursedetails {
   width: 838px;
   margin: 10px 0 20px 0;
   float: left;
   border: 1px solid;
   padding-bottom: 10px;
}

.twodays {
   width: 530px;
   text-align: center;
   margin: 0 auto;
}

.threedays {
   width: 792px;
   text-align: center;
   margin: 0 auto;
}

.infobox {
  border: 0px solid;
  width: 245px;
  padding: 3px;
  float: left;
  margin-left: 10px;
  margin-right: 3px;
 text-align: center;
}

ul.coursedetails {
   list-style-type: none;
   display: inline;
}

li.coursedetails {
   display: block;
}






.infolabel {
 /*&width: 50px; */
 color: #891b8a;
 font-weight: bold;
 font-size: 0.9em;
 margin-right: 3px;
 float: left;
}

label.info{
 color: #891b8a;
 font-weight: bold;
 font-size: 0.9em;
 }

.infodetails {
  width: 182px;
  font-size: .9em;
  float: left;
}


.locationbox {
   width: 100%;
   text-align: center;
   margin-bottom: 5px;
   clear: both;
   float: none;
   background-color: #cdcdcd;
   /*padding: 3px; -> This is in case the location wraps.  Need IE hack. */
   padding: 5px 0;
   border-bottom: 1px solid;
}

.locationboxinside {
  margin: 0 3px 0 3px;
}

.locationdetails {
  width: 210px;
  float: left;
}

#formcontainer {
  width: 100%;
  text-align: center;
  /*
  position: relative;
  top: 0;
  left: 0;
  */
  clear: both;
  float: none;
}

#forminstructions {
   width: 100%;
   text-align: center;
   margin: 10px 0;
}

#form {
  width: 580px;
  padding: 10px 10px 10px 10px;
  border: 0px solid #cdcdcd;
  text-align: center;
  /*
  position: absolute;
  top: 60px;
  left: 140px;
  */
	margin: 0px auto;
}

.formlabel {
  font-size: .9em;
}

#dateblock {
   width: 200px;
   height: 24px;
   position: absolute;
   top: 35px;
   left: 42px;
   background-color: #1761aa;
   color: #ffffff;
   text-align: center;
   font-size: 18px;
   line-height: 23px;
}

#coursetitle {
   width: 270px; 
   height: 22px;
   position: absolute;
   top: 111px ;
   left: 606px; 
   background-color: #000;
   background-color: #ffffff;
   color: #65476d;
   text-align: right;
   line-height: 22px;
   font-size: 18px;
}

#coursesubtitle {
   width: 270px;
   height: 20px;
   position: absolute;
   top: 134px ;
   left: 606px;
   background-color: #000;
   background-color: #ffffff;
   color: #65476d;
   text-align: right;
   line-height: 18px;
   font-size: 17px;
}


#footer {
  width: 95%;
  height: 100px;
  margin: 10px 0 15px 0;
  border-top: 1px solid #cdcdcd;
  padding-top: 3px;
}

#sponsoredby {
  width: 100%;
  border: 0px solid;
  margin: 5px 0 5px 0;
}

#warning {
  width: 80%;
  margin: 0 auto 10 auto;
  text-align: left;
  font-size: 16px;
}

#footeraddress {
  width: 330px;
  text-align: left;
  float: left;
  margin-left: 20px;
  color: #0074b9;
  font-size: 20px;
}

#footerphone {
  width: 300px;
  text-align: right;
  float: right;
  margin-right: 20px;
  color: #0074b9;
  font-size: 20px;
}
