

html {
  background: #FFFFFF;
  color: #000000;
  min-height: 100%;
  margin-bottom: 1px;
  }

body {
  min-width: 750px;
  }

#wrap {
  margin: 0 auto;
  padding: 0;
  width: 750px;
  font-family: arial;
  font-size: 12px;
  color: #000000;
  text-align: justify;
  }

#sidebar {
  float: left;
  width: 175px;
  }

#menu {
  float: left;
  width: 175px;
  }

#sidebarAd {
  float: left;
  width: 130px;
  margin: 50px 5px 5px 5px;
  padding: 10px 5px 10px 5px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #319966;
  font-weight: bold;
  border-top:1px #061451 solid;
  border-right: 2px #061451 solid;
  border-bottom: 2px #061451 solid;
  border-left: 1px #061451 solid;
  text-align: center;
  }

#sidebarAd a {
  color: white;
  display:block;
  }

#main {
  float: right;
  width: 550px;
  padding-right: 5px;
  }

p {
  margin-top: 0.35em;
  margin: 0;
  padding-left: 0;
  line-height: 1.5em;
  }

p.contactName {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", arial, sans-serif;
  color: #061451;
  margin-top: 1.2em;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: bold;
}

p.contactAddress {
  font-size: 12px;
  font-family: "Lucida Sans Unicode", arial, sans-serif;
  color: #061451;
}

p.leader {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", arial, sans-serif;
  font-weight: bold;
  color: #061451;
  margin-top: 1.2em;
  margin-bottom: 0;
  line-height: 1em;
}

p.earlyBird {
  font-size: 1.1em;
  font-weight: bold;
  }

p.quoteListQuote {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0px;
  }

p.quoteListRef {
  line-height: 1em;
  margin-top: 0px;
  }

.strong {
  font-weight: bold;
  }

.linethrough {
  text-decoration:line-through;
  }

a {
  text-decoration:none;
  color: #061451;
  }

a:hover {
  text-decoration:underline;
  }

h2 {
  font-size: 16px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #061451;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1em;
  }

h2.smallMargin {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  }

h3 {
  font-size: 17px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #061451;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  line-height: 2em;
  text-transform: uppercase;
  text-align: left;
  }

.trainingCourseTitle {
  border-top: 1px #061451 solid;
  margin-top: 1em;
  }

#quoteList {
  text-align: center;
  }

#menu ul {
  width: 130px;
  margin: 50px 5px 5px 5px;
  padding: 10px 5px 10px 5px;
  font-size: 13px;
  text-transform: uppercase;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }

#menu li {
  margin-top: 0px;
  list-style:none inside;
  list-style-image:url(/images/square_white.gif);
  }

#menu li.here {
  list-style: square inside;
  list-style-image:url(/images/square_green.gif);
  font-weight:bold;
  }

.bulletList ul {
  vertical-align:top;
  margin: 5px 5px 5px 5px;
  padding: 10px 0px 10px 0px;
  text-align: justify;
  }

.bulletList li {
  list-style: square inside;
  list-style-image:url(/images/square_green.gif);
  padding-bottom: 5px;
  }

.downloadList ul {
  vertical-align:top;
  margin: 0px 5px 5px 5px;
  padding: 0px 0px 10px 0px;
  text-align: justify;
  }

.downloadList li {
  list-style: square inside;
  list-style-image:url(/images/pdficon_small.gif);
  padding-top: 8px;
  padding-bottom: 5px;
  }


.bulletListTitle {
  font-weight:bold;
  padding: 0 0 0 8px;
  }

.bulletListText {
  padding: 0 0 0 5px;
  }

#tabBoxTabs {
  width: 555px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  }

#tabBoxTabs ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width:100%;
  }

#tabBoxTabs li {
  float:left;
  display:inline;
  padding-right: 6px;
  font-size: 13px;
  }

#tabBoxTabs .here {
  float: left;
  color: white;
  font-weight:bold;
  background-color: #061451;
  padding: 2px 6px 2px 6px;
  border: 1px solid #061451;
  }

#tabBoxTabs a {
  float: left;
  text-decoration:none;
  color: white;
  padding: 2px 6px 2px 6px;
  border-right:1px solid white;
  border-bottom:1px solid white;
	  }

#tabBoxTabs a:hover {
  background-color: #061451;
  }

#tabBoxTabs .tabOne {
  background-color: #3366FF;
  font-weight:bold;
  }

#tabBoxTabs .tabTwo {
  background-color: #99ccff;
  font-weight:bold;
  }


#tabBoxTabs .tabThree {
  background-color: #99cc00;
  font-weight:bold;
  }

#tabBoxTabs .tabFour {
  background-color: #3366FF;
  font-weight:bold;
  }

#tabBoxTabs .registerTab {
  background-color: #3366FF;
  color: white;
  position: absolute;
  right: 3px;
  width: 130px;
  }

#tabBoxTabs a.registerTab:hover {
  background-color: #061451;
  color: white;
  width: 130px;
  }

#tabBoxTabs .registerTabSelect {
  background-color: #061451;
  color: white;
  border: 1px solid #061451;
  font-weight:bold;
  padding: 2px 6px 2px 6px;
  position: absolute;
  right: 3px;
  }

#tabBoxBody {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  width: 525px;
  padding: 10px 10px 10px 15px;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }

#trainingDates ul {
  width:220px;
  vertical-align:top;
  margin: 0px 5px 5px 5px;
  padding: 10px 5px 10px 5px;
  text-align: justify;
  }

#trainingDates li {
  list-style: square inside;
  list-style-image:url(/images/square_green.gif);
  padding-bottom: 5px;
  }

#trainingCourseListBox {
  width: 490px;
  float: left;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  padding: 10px;
  text-align: center;
  }

#trainingScheduleBox {
  width: 490px;
  float: left;
  padding: 10px;
  }

#trainingCourseListLeft {
  width: 200px;
  float: left;
  margin: 0px 5px 0px 40px;
  }

#trainingCourseListRight {
  width: 195px;
  float:right;
  margin: 0px 5px 0px 5px;
  }

#trainingIndOrg {
  width: 490px;
  float: left;
  margin: 0px 10px 0px 10px;
  }

#trainingInd {
  width: 220px;
  float: left;
  margin: 0px 10px 0px 5px;
  }

#trainingOrg {
  width: 220px;
  float:right;
  margin: 0px 5px 0px 10px;
  }

#trainingBody {
  width: 490px;
  float: left;
  }
  

#trainingCalendar {
  text-align: center;
  }

#trainingRegisterBox {
  float:right;
  position:relative;
  left:-20px;
  width: 250px;
  text-align: center;
  }

.trainingRegistorBoxBasel {
  top: 0px;
  }

.trainingRegistorBoxSarbox {
  top: 20px;
  }

.trainingPrice {
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  padding: 10px;
  font-size: 0.8em;
  }

.trainingRegister {
  border-top:1px #061451 solid;
  border-right: 1px #061451 solid;
  border-bottom: 1px #061451 solid;
  border-left: 1px #061451 solid;
  padding: 5px 0px 5px 0px;
  margin: 10px 50px 0px 50px;
  font-size: 1em;
  background-color: #061451;
  font-weight: bold;
  }

.trainingRegister a {
  color: white;
  }

.trainingStandout {
  text-align: center;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }

#trainingRegisterBody {
  text-align: center;
  }

#trainingWhat {
  width: 240px;
  float: left;
  margin: 5px;
  padding: 5px;
  }

#trainingWho {
  width: 240px;
  float:right;
  margin: 5px;
  padding: 5px;
  }

#trainingWhat ul {
  width:234px;
  vertical-align:top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 5px 3px;
  }

#trainingWhat li {
  list-style: square inside;
  list-style-image:url(/images/square_green.gif);
  padding-bottom: 10px;
  }

#trainingWho ul {
  width:234px;
  vertical-align:top;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 5px 3px;
  }

#trainingWho li {
  list-style: square inside;
  list-style-image:url(/images/square_green.gif);
  padding-bottom: 10px;
  text-align: left;
  }

.trainingColText {
  padding-left: 3px;
  padding-right: 2px;
  }

#trainingWhatIs {
  width: 240px;
  float:left;
  margin: 5px;
  padding: 5px;
  }

#trainingNote {
  width: 240px;
  float:right;
  margin: 5px;
  padding: 5px;
  }


#trainingSummary {
  width: 510px;
  clear:both;
  float: none;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  padding: 10px 10px 10px 5px;
  background-color: #ccc;
  }

#trainingSyllabus {
  width: 510px;
  clear:both;
  float: none;
  border-top:1px #061451 solid;
  padding: 20px 10px 10px 5px;
  text-align: left;
  }

#trainingFooter {
  border-top:1px #061451 solid;
  text-align: center;
  padding: 10px 150px 5px 150px;
  }

#trainingFooter a {
  color: white;
  background-color: #061451;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  }

.trainingSectionTitle {
  font-weight: bold;
  text-align: center;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }

.trainingColSub {
  text-align: right;
  }

.shadowBorder {
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }

.whiteBackground {
  color: white;
  background-color: #061451;
  }

#contactLeft {
  width: 240px;
  float: left;
  margin: 5px;
  padding: 5px;
  }

#contactRight {
  width: 240px;
  float:right;
  margin: 5px;
  padding: 5px;
  }

.quoteBox {
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  padding: 10px;
  text-align: center;
  }

.emphasisBox {
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  padding: 10px;
  }

#siteMapLocator {
  position: relative;
  }

.contactDetailsForm {
  align:center;
  width: 500px;
  border-top:1px #061451 solid;
  border-right: 2px #061451 double;
  border-bottom: 2px #061451 double;
  border-left: 1px #061451 solid;
  }
  