/* <------------------------------------- Main Layout Styles --------------------------------------> */
html,body {
	height: 100%;
}

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #346633;
}

/* Outer website container -- sets width */
#container {
	text-align:center;
	width: 780px;
	margin: auto;
	height: 100%;
}

/* Header - within main */
#header {
	position: relative;
	width: 100%;
	text-align: left;
}

/* Content - beneath header */
#content {
	position: relative;
	width: 100%;
	text-align: left;
}

/* Top border - no content*/
#topmenu {
	position: relative;
	width: 100%;
	height: 30px;
	background-color:#346633;
	font-size: 4px;
	line-height: 4px;
}

/* Page Area - includes both columns*/
#main {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	text-align: left;
}

/* Bank links area */
.leftcolumn {
	background-color:#e5e5e5;
	width: 200px;
	vertical-align: top;
	background-image:url(../img/swoosh_rectangle.jpg);
}

/* Form area*/
.maincolumn {
	background-color:#FFFFFF;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* Bottom border - no content*/
#bottomborder {
	position: relative;
	width: 100%;
	height: 4px;
	background-color:#346633;
	font-size: 4px;
	line-height: 4px;
}

/* Footer styles - beneath content*/
#footer {
	position: relative;
	width: 100%;
	text-align: center;
	font-size:10px;
	color:#666666;
	padding-top: 20px;
}

/* <------------------------------------- End Main Layout --------------------------------------> */

/* Page Header */
h1 {
	font-size:16px;
	color:#346633;
}

/* Sub-Header */
h2 {
	font-size:14px;
	color:#917D28;
}

/* Product Header */
h3 {
	font-size:13px;
	color:#346633;
}

/* Shaded table header on forms */
.formheader {
	background-color:#999999;
	color:#FFFFFF;
	text-align: left;
}

/* Alternating row color on form */
.altrow {
	background-color:#EAEAEA;

}

/* Text attributes for form labels */
.formlabel {
	color:#333333;
	font-size:11px;
	line-height: 18px;
}

/* Form page - input boxes */
.inputfield {
	font-size: 11px;
}

/* Text surrounding input boxes */
.hint {
	font-size: 11px;
}

/* Submit and Continue Button Style */
.buttonstyle {
	font-size: 13px;
	color:#333333;
	line-height: 16px;
}


/* Warning message */
.warning {
	font-size: 11px;
	color:#CC0000;
}

/* Link Styles */
.link {
	color:#333333;
}

.linksmall {
	font-size: 11px;
	color:#333333;
}

a:hover {
	color:#346633;
}
/* End Link Styles */

.photo {
	border: 1px solid #E0E0E0;
	margin-left:4px;
}

/* line break */
	#line {
	position: relative;
	width: 100%; 
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color:#F0EBD8;
	}
	
/* Rates Pages */
.rates_header {
	background-color:#ECECEC; 
	line-height:30px; 
	display:block;
	}

.rates_tbl_head {
	text-align:center; 
	font-weight:bold; 
	background-color:#E3D8BC;
	}

.rates_background {
	background-color:#E6EDE5;
	}
		
.rates_padding {
	padding-left:20px;
	}

.rates_back_center {
	background-color:#E6EDE5;
	text-align:center;
	}
		
.rates_center {
	text-align:center;
	}	
	
#time_display { 
	position: absolute; 
	top: 12px; 
	left: 590px;
	float: left;
	display:block;
	white-space: nowrap;
	}
		
#rate_table td { 
	border: 1px solid #cccccc;
	}

#rate_table table { 
	border-collapse: collapse;
	width:100%;
	}	
/* Rates Pages End*/	