body{
font-family:'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#logoArea{
  width:100%;
  margin-top:10px;
}

#stripe{
  width:80%;
  margin-bottom: 20px;
  background-color:#006633;
}

h3{
  color:#fff;
  font-size:20px;
  padding: 2%;
}

b{
 font-size:17px;
}

td{
  padding-top: 7px;
  font-weight:bold;
  font-size:17px;
}

#bottomContent{
  text-align:center;
  padding : 2px 0 0 0;
  width:80%
}

#prerequisiteDiv{
  font-weight:bold; 
}

form{
  margin-bottom: auto;
}

#submitButton, #backButton{
  padding: 10px;
  color:#ffffff;
  background-image:url(button_green.png);
  background-size:100% 100%;
  background-color:transparent;
  border:0px;
  background-repeat:no-repeat;
  font-weight: 700;
  border-style: groove;
}
.choiceButton{ 
  display: block;
  padding: 10px;
  background-image:url(button_green.png);
  background-size:100% 100%;
  text-decoration: none;
  text-align:center;	
  border-radius: 5px;
  color: white;
  background-repeat:no-repeat;	
  font-weight: bold;
}

#backOption{
width: 30%; 
margin: auto;
}
