#container {
	width: 90%;
	margin: 0px auto;
	padding: 2px;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #bbf;
}

#header h1{
	margin: 0px;
	padding: 0px 2px;
	border: 0;
	color: #cfc;
}

#content {
	min-height: 400px;
	background-color: #afa; 
	padding: 0 5px; 
}

#footer {
	height: 50px;
	width: 100%;
	background-color: #ccf; 
}
	

table.centered {
	border: 1px #eee solid;
	padding: 1px;
	font-family: Arial, "Lucida Grande", Helvetica, Verdana, sans-serif;
	color:#666666;
	font-size:11px;
	//width: 300px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.errors { 
	margin: 1px auto;
	padding: 2px;
	text-align: center; 
	color: red;
}

.rates-header {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
	white-space: nowrap;
}

.tab-header{
	background: #336699 url(images/mortgage-main-bar.gif) no-repeat;
	height: 21px;
	padding:3px 3px 3px 5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
}

.rates-label {
	background-color: #eeeeee;
	font-weight: bold;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
	color:#114477;
	text-align:left;
	width: 90px;
	white-space:nowrap;
}

.rates-label2 {
	background-color: #eeeeee;
	padding:3px 5px 3px 5px;
	border-right: 1px solid #e0e0e0;
	color:#114477;
	text-align:left;
}

.rates-label3 {
	background-color: #f5f5e1;
	padding:3px 5px 3px 5px;
	color:#114477;
	text-align: center;
}

.rates-data{
	background-color: #eeeeee;
	text-align: center;
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #e0e0e0;
}

.rates-data-short {
	background-color: #eeeeee;
	text-align: center;
	padding:3px 3px 3px 15px;
	border-bottom: 1px solid #e0e0e0;
}


.notice{
	background-color: #ccc;
	color: green;
	margin: 2px auto;
	padding: 2px;
	text-align: center;
	width: 90%; 
}

.page-title{
	background-color: #ccc;
	color: green;
	margin: 2px auto;
	padding: 2px;
	text-align: center;
} 	

a {
	color: #1155cc;
	}

a:hover {
	text-decoration:none;
	}
