body {
  background: #0079c1;
  margin: 0;}
#wrapper {
  width: 780px;
  height: auto;
  margin: 0 auto;}
#top_links{
  float: right;	
  color: #FFFFFF;}
  #top_links li {
	float:left;
	list-style:none;
	margin-left: 10px;}
  #top_links li a {
	color: #FFFFFF;
	text-decoration: none;}	
#content {
	background: white;
	width: 780px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
}

	#title{
		margin-left: 20px;
	}
	#content-main{
		background: white url(images/background-content.jpg) top left no-repeat;
		width: 760px;
		overflow: hidden;
		padding: 15px 0px 0px 20px;
	}
		#content-left{
			padding: 30px 0px 0px 0px;
			width: 475px;
			float:left;
		}
		#content-right{
			margin-top: 193px;
			width: 285px;
			float:left;
		}
		#content-bottom{
			float:left;
			margin-top: 20px;
			width: 700px;
		}
		
		.scrolledBox {
			background: none repeat scroll 0 0 #FFFFFF;
			border: 1px solid #CCCCCC;
			height: 150px;
			margin: 35px 0 15px;
			overflow-x: hidden;
			overflow-y: auto;
			padding: 0 10px;
			width: 700px;
		}
		.scrolledBox h3 {
			margin-bottom: 10px;
		}
		.scrolledBox p {
			line-height: 1.3em;
		}
		.important-info-table { width:500px; padding:0; border-collapse:collapse; margin-top:15px;}
		.important-info-table h3 { font-size:12px; line-height:normal; }
		.important-info-table td { vertical-align:text-top; border:1px solid #CCC; padding:0; }
		.important-info-table .important-info-left { width:100px; padding:0 10px; }
		.important-info-table .important-info-right { padding:0 10px; }
		.important-info-table .rate { text-align:right; width:90px; }
		.inner-rates-table { border-collapse:collapse; padding:0; width:100%;}
		.inner-rates-table .odd td { background:#ffffff; }
		.inner-rates-table .even td { background:#ffffff; }
		.inner-rates-table td { border:none; padding:0; }
		.bottom-info { margin-top:15px; }
		.bottom-info .disclaimer { margin-top:15px; }
		.bottom-info h3 { font-size:12px; margin:10px 0 0 0; padding-bottom:0; color:#000; }

#footer {
  background: transparent url(images/footer.gif) top left no-repeat;
  width: 780px;
  height: 45px;
  clear: both;}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 9px 0;
  }
  
.disclaimer {
	  font-size: 9px;
	  line-height: 11px;
	  margin-top: 15px;
}
	  
div.redButton, div.redButton-inactive{
    clear: both;
    display: inline-block;
}

div.redButton div {
    background-image: url(http://www.bmo.com/images/btn_red_left.png);
    padding-left: 11px;
}

div.redButton div, div.redButton-inactive div{
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    height: 32px;
    overflow: hidden;
}

div.redButton div a {
    background-image: url(http://www.bmo.com/images/btn_red_right.png);
    color: #FFFFFF;
    padding-right: 25px;
}

div.redButton div a, div.redButton-inactive div a{
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 27px;
    outline: medium none;
    overflow: hidden;
    padding-left: 3px;
    text-decoration: none;
}

.formerror {
    border: 1px solid #FF0000;
}