body {
	background: #99B7D1 url(../images/bg.gif) repeat-y center ;
	font-size: 11px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.alert {
	font-weight: bold;
	color: red;
}

/* HR Style */
hr {
	color: #369;
	size: 1px;
}

/* Heading Styles */
h1, h2, h3, h5, h6 {
	color: #369;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	text-shadow: 2px 2px 2px #ccc;
/*	FILTER: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc,offX=2,offY=2,positive=true); */
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	margin-bottom: 0;
	color: 000;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

/* Link Styles */
a:link {
	text-decoration: underline;
	color: #369;
}

a:visited {
	text-decoration: underline;
	color: #369;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:visited:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: underline;
	color: red;
}

/* Main Page Style */
#wrapper {
	padding: 0px;
	margin: 0px auto;
	background-color: #fff;
	width: 822px;
	text-align: left;
	height: auto;
}

/* Header w/ logo, login & top navigation */
#header {
	padding: 0px;
	width: 822px;
	height: 180px;
	margin-top: 0px;
	float: right;
}

#headnav {
	border: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	font-size: 10px;
}

#headnav ul {
	padding: 0px;
	margin: 0px;
}

#headnav ul li {
	display: inline;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
}

#headnav ul li a {
	color: #666;
	text-decoration: none;
}

#headnav ul li a:hover {
	color: #369;
}

#headnav ul li a:focus {
	color: #000;
}

#logo {
	border: #000 0px solid;
	padding: 0px 0px 12px 12px;
	margin: 0px auto;
	width: 185;
	height: 165px;
	float: left;
}

#login {
	background: #fff url(../images/bg_login.gif) no-repeat;
	background-position: bottom right;
	width: 450px;
	float: right;
	padding-top: 70px;
	margin-right: 13px;
	text-align: right;
}

#mainNav {
	height: 30px;
	width: 600px;
	float: right;
	line-height: 30px;
	background: #ccc url(../images/bg_nav.gif) repeat-x center;
	text-align: center;
	margin-right: 12px;
	margin-top: -50px;
}

#mainNav li.current a {
	text-decoration: none;
}

#mainNav li a.first {
	border-left: 1px solid #ccc;
}

#mainNav li a.last {
	padding-right: 15px;
	border-right: 1px solid #ccc;
}

#mainNav ul, #mainNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	float: left;
	padding: 0px 11px;
	margin: 0px;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
}

#mainNav a:hover {
	color: #369;
}

/* Home Sidebar Style */
#sidebarHome {
	background: #fff url(../images/bg_sidebar.gif) no-repeat;
	width: 185px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 10px;
}

#sidebarHome h3 {
	color:#369;
	font-size: 16px;
	margin-bottom: 5px;
}

#sidebarHome ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 4px;
}

#sidebarHome li {
	margin-bottom: 5px;
}

/* Sidebar Style */
#sidebar {
	background: #fff url(../images/bg_sidebar.gif) no-repeat;
	width: 185px;
	height: 450px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
}



/* Rate Snapshot */
#snapshot {
	width: 180px;
	background: transparent;
	padding-top: 6px;
	margin-bottom: 20px;
	text-align: left;
}

#snapshot table {
	width: 170px;
	margin-top: 10px;
	border-collapse: collapse;
}

#snapshot th {
	border-bottom: 1px solid #333;
}

#snapshot td {
	border-bottom: 1px dotted #333;
}

#snapshot td {
	width: 50%;
	padding: 10px 0px 0px 2px;
}

/* Page Content */
#content {
	background: transparent;
	padding-top: 6px;
	text-align: left;
	margin-right: 10px;
}

#homeAd {
	position: relative;
	margin: 170px auto 10px 210px;
}

#news {
	position: relative;
}

#news h1 {
	margin-bottom:0;
}

#news ul {
	list-style-type: none;
	margin-top: 5px;
}

#news ul li {
	margin-top: 0;
	margin-bottom: 10px;
}

#homesub {
	text-align: justify;
	margin-top: 30px;
}

.footnote {
	font-size: 9px;
}

/* Content Page Copy */
#widecopy {
	width: 600px;
	float: left;
	margin-top: -20px;
}

#pagecopy {
	width: 425px;
	float: left;
	margin-top: -20px;
}

#pagecopy ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 4px;
}

ul.notop {
	margin-top: 0px;
}

#pagecopy li {
	margin-bottom: 5px;
}

#pagecopy table {
	width: 425px;
}

td.pagecopy {
	width: 50%;
}

#pagecopy ul.new, #sidebarHome li.new {
	list-style-image: url(../images/new.jpg);
}

#pagecopy ul.disc {
	list-style-image: url();
	list-style-type: disc;
}

/* Rate Tables */
#rates {
	width: 600px;
	float: left;
	margin-top: -20px;
}

#widecopy table.rateTable {
	width: 600px;
	background-color: #ffffff;
	padding: 4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 0px solid #369;
}

table.rateTable {
	width: 450px;
	background-color: #ffffff;
	padding: 4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 0px solid #369;
}

th.rates {
	background-color: #369;
	border: 1px solid #369;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	line-height: 16px;
	vertical-align: bottom;
}

.rates {
	background-color: #20436d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	line-height: 20px;
}

td.ratesC {
	text-align: center;
	border: 1px solid #20436d;
}

td.ratesL {
	text-align: left;
	border: 1px solid #20436d;
}

td.ratesR {
	text-align: right;
	border: 1px solid #20436d;
}

.apr {
	text-align: right;
	padding-right: 8px;
}

tr.lightRow{
	border: solid 1px #999999;
	background-color: #ffffff;
	color: #003366;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

tr.darkRow {
	border: solid 1px #999999;
	background-color: #f6f6f6;
	color: #003366;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* Content Page Right Side */
#rightside {
	width: 150px;
	float: right;
	margin: 0 5px 15px 15px;
}

#rightside h4 {
	color:#036;
	font-size: 14px;
	margin-bottom: 0;
}

#rightside ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 0px;
}

#rightside li {
	margin-bottom: 5px;
}

/* Footer Style */
#footer {
	background-color: #fff;
	width: 800px;;
	height: 60px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
}

#footer #finePrint {
	position: relative;
	width: 75%;
	float: right;
	padding-left: 20px;
	text-align: left;
}

#footer #logos {
	position: relative;
	width: 20%;
	float: left;
	text-align: right;
}

#finePrint {
	font-size: 9px;
	color: #333;
}

.tiny {
	font-size: 9px;
	color: #333;
}

/* Image Styles */
img {
	border: 0;
}

img.home_a {
	margin-right: 18px;
	border: 0;
}

img.home_b {
	margin-left: 18px;
	margin-right: 18px;
	border: 0;
}

img.home_c {
	margin-left: 18px;
	border: 0;
}

/* Form Elements Style */
form {
	border: 0;
	margin: 0;
	padding: 0;
}

.textbox {
	background-color: #f6f6f6;
	border: 1px solid #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #369;
}

.selectbox {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #369;
}

.button {
	background-color: #369;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.resultsbox{
	background-color: #369;
	border: 1px bevel #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.login {
	margin-bottom: -5px;
}



