body {
  font-family: 'Source Sans Pro', sans-serif;
	color: #1a1a1a;
	background-color: #f1ecd0;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}

pre{
    white-space: pre-wrap;
}

a {
  text-decoration: none;
  color: #000000;
}

h1 {
  text-align: right;
  font-size: 32px;
  padding-right: 15px;
  font-weight: 600;
}

h1.seminarSpecial {
  text-align: right;
  font-size: 32px;
  padding-right: 15px;
  font-weight: 600;
  text-decoration: underline;
  color: red;
  padding-top: 20px;
  padding-bottom: 20px;
}


h2 {
  font-size: 24px;
  text-indent: 30px;
  padding-top: 15px;
}

p {
  text-align: left;
  font-size: 18px;
  padding-left: 15px;
  text-indent: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

p.seminarSpecial {
  text-align: left;
  font-size: 18px;
  padding-left: 15px;
  font-weight: 300;
  text-decoration: underline;
  color: red;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.topLine {
  width: 90%;
  text-align: right;
  font-style: italic;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #c9c2b8;
}

.topLine p {
  text-align: right;
  font-style: italic;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.documentArea {
  background-color: #f1ecd0;
  width: 90%;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.documentArea div.navigation {
  width: 30%;
  min-height: 700px;
  float: left;
  background-color: #014000;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.navigation li {
  line-height: 1.8em;
  font-size: 18px;
  text-align: left;
  margin-left: 15x;
  padding-left:15px;
  color:white;
  text-decoration:none;
}

.navigation li.sub {
  padding-left: 30px;
  margin-left: 30px;
}

.navigation li a {
  color: white;
  text-decoration: none;
}

.navigation li a:hover {
  text-decoration: underline;
}

.documentArea div.mainSection {
  padding-top: 15px;
  width: 65%;
  background-color: #f1ecd0;
  padding-left: 10px;
  height: 100%;
  float: right;
  text-align: left;
}

.mainSection img.front {
  /* width: 492px; 
  height: 405px; */
  width: 300px;
  border: none;
  padding-left: 40px;
}

.mainSection img.seminar {
  width: 500px;
  border: none;
  padding-left: 5px;
}

.mainSection img.logo {
  width: 164px;
  height: 122px;
  border: none;
}

.mainSection img.logoSpecial {
  width: 122px;
  height: 122px;
  border: none;
}

.mainSection h1.home {
  text-align: left;
  padding-left: 10px;
  text-indent: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.mainSection h1.title {
  text-align: center;
  font-weight: 600;
}

.mainSection h1.title a {
  color: red;
}

.mainSection h2.highLight {
  font-size: 24px;
  text-indent: 30px;
  padding-top: 15px;
  color: red;
  text-decoration: underline;
  text-align: right;
  padding-right: 100px;
}

.mainSection h2.topic {
  padding-top: 0px;
}

.mainSection p.important {
  font-size: 21px;
}

.mainSection a.OTIRO {
	color: #0b55a9;
}

.mainSection a.seminarFeature {
  color: red;
  font-weight: 600;
  padding-left: 10px;
  text-align: right;
  font-size: 36px;
}

.mainSection p.contactUs {
  font-size: 21px;
  padding-top: 3px;
  text-align: right;
  padding-right: 50px;
  font-style: italic;
}

.mainSection p.contactUs a.contactUsEmail {
  color: #0b55a9;
}

.mainSection p.tabbed {
  text-indent: 60px;
}

.mainSection p.superTabbed {
  text-indent: 90px;
  font-size:18px;
}

.mainSection p.rightFeature {
  text-align: right;
  text-decoration: none;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mainSection p.rightFeatureOTIRO {
  text-align: right;
  text-decoration: none;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  color:#0b55a9;
}

.rightFeature a {
  color: #ff1212;
}

.mainSection div.blockLeft {
  text-align: left;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 14px;
  line-height: 0.6em;
  background-color: #f0f0e1;
  box-shadow: 2px 2px 2px #000000;
  -webkit-box-shadow: 2px 2px 2px #000000;  
  width: 60%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.mainSection div.blockRight {
  text-align: left;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 14px;
  line-height: 0.6em;
  background-color: #f0f0e1;
  box-shadow: 2px 2px 2px #000000;
  -webkit-box-shadow: 2px 2px 2px #000000;  
  width: 60%;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 35%;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.mainSection div.seminarLeft {
  float: left;
  text-align: left;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 14px;
  line-height: 0.6em;
  background-color: #f0f0e1;
  box-shadow: 2px 2px 2px #000000;
  -webkit-box-shadow: 2px 2px 2px #000000;  
  width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.mainSection div.seminarLeft a {
  color: red;
}

.mainSection div.seminarRight {
  float: right;
  text-align: left;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 14px;
  line-height: 0.6em;
  background-color: #f0f0e1;
  box-shadow: 2px 2px 2px #000000;
  -webkit-box-shadow: 2px 2px 2px #000000;  
  width: 88%;
  margin-bottom: 20px;
  margin-right: 20px;
  /* margin-left: 35%; */
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.mainSection div.seminarRight a {
  color: red;
}

.mainSection img.temp {
  width: 50%;
  max-width: 50%;
}

.seminarRight h2 {
  font-size: 22px;
  text-indent: 0px;
  line-height: 1.1em;
  text-align: center;
}

.seminarRight h2.list {
  font-size: 22px;
  text-indent: 0px;
  line-height: 1.1em;
  text-align: left;
}

p.block {
  font-family: 'Source Sans Pro',sans-serif;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.1em;
}

p.blockFeature {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  float: right;
}

p.form {
  float: right;
  text-align: left;
  font-size: 18px;
  padding-left: 0px;
  text-indent: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

a.block {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  line-height: 1.1em;
  padding-left: 45px;
}

div.bottomLine {
  width: 90%;
  text-align: right;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #c9c2b8;
}

.bottomLine p {
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 15px;
  font-style: italic;
}

fieldset {
  border: 1px solid #c0c0c0;
  background-color: #014000;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  width: 440px;
}

.seminarLeft fieldset {
  border: 1px solid #c0c0c0;
  background-color: #014000;
  color: #ffffff;
  /*
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  */
  width: 98%;
}

label {
  display: block;
  cursor: pointer;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: 32px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 300;
}

.seminarLeft label {
  display: block;
  cursor: pointer;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: 32px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 300; 
}

input {
  width: 330px;
  margin-left: 64px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}

.seminarLeft input {
  width: 80%;
  margin-left: 10%;
  font-size: 18px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 8px;  
}

.seminarLeft select {
  float: left;
  width: 80%;
  margin-left: 10%;
  font-size: 18px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 8px;
}

textarea {
  width: 330px;
  margin-left: 64px;
  font-size: 18px;
  font-weight: 300;
}

button {
  background-color: #4f6898;
  margin-left: 214px;
  margin-top: 8px;
  border-style: none;
  width: 120px;
  height: 30px;
}