html, body { height:100%; }
body{
  height:100%;
  
}

.mainBody {
  float: left;
  margin-left:20px;
  width: 55%;
  border:1px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}
.mainPage {
  float: left;
  margin-left:20px;
  width: 55%;
  border:1px;
  background-color: #f5f5f5;
  padding:10px;
  border: 1px solid #e3e3e3;
}

.downloadItem {
	float:right;
	height: 20px;
	background-color: #c5c5c5;
}
.row {
  height:100%;
}
.mainColumn {
  float: left;
  width: 80%;
}
.leftMenuColumn {
  float: left;
  width: 20%;
}
.leftMenuIFrame {
  float: left;
  width:100%;
  line-height: 40px;
  text-decoration:none;
  color: #0000ff;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.banner {
width: 100%;
height: 30px;
color: #ffffff;
background-color: #604788;
margin-bottom: 20px;
margin-top: 0px;
padding:20px 10px 20px 40px;
font-size:24px;
text-decoration: none;
}

.banner:after {
content:"Jon Cassidy";
text-decoration: none;
text-decoration: none !important;
}
.bannerAnchor{
  text-decoration: none;
  text-decoration: none !important;
}
.mainTitle {
font-size:36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height:60px;
}
.dueDateEntry
{
	font-size:x-large;
	text-align: center;
}

.probabilities
{
	width:90%; 
    margin-left:5%; 
    margin-right:5%;
	font-size:22px;
	background:#D0DAFD;
	  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
  