/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

h1 {
	font-size: 1.75em;
	color: #de3831;
	margin-top: 1em;
}

h3 {
	background-color: #ccc;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .75em;
}

table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

th, td {
	height: 4.5em;
	padding: .5em;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
}

td {
	font-size: .9em;
}

th.rowTitle {
	text-align: left;
}

td.topLeftBlank, th.topLeftBlank {
	background-color: transparent;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

td.blank, th.blank {
	background-color: transparent;
	border: none;
}

#masthead {
	width: 680px;
	margin: 0;
	background: #cccccc url(../../images/css/homeloanprogram/secondary_bg.gif) repeat-y;
	border-bottom: 5px solid #de3831;
}

#masthead img {
	padding: 5px 0 5px 5px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #d4d7d9;
	width: 680px;
	float: left;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	padding: 0 1.25em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	background: url(../../images/css/homeloanprogram/nav_divider.gif) repeat-y left top;
	float: left;
}

#nav .first a {
	background: none;
}

#nav a:hover {
	color: #de3831;
}

#nav li strong {
	background-color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 1.25em;
	line-height: 2.1em;
	text-decoration: none;
	color: #de3831;
	float: left;
}

#content {
	width: 660px;
	padding: 10px;
	float: left;
	clear: left;
}

#footer {
	border-bottom: 5px solid #de3831;
	width: 680px;
	padding-bottom: 1.25em;
	text-align: center;
	clear: both;
}

.top {
	text-align: right;
	font-size: 0.75em;
}
.spacedlist li{
	padding: 4px;
}

.rateTable {
	width: 660px;
	border: 1px solid #e1e1e1;
}

.rateTable th{
	font-size: 1.25em;
	padding: 3px;
	background-color: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.rateTable td {
	padding: 3px;
	text-align: center;
	border: 1px solid #e1e1e1;
}
