/* Global Reset *****************************************************/

		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
			margin:0;
			padding:0;
		}
		table {
			border-collapse:collapse;
			border-spacing:0;
		}
		fieldset,img { 
			border:0;
		}
		address,caption,cite,code,dfn,th,var {
			font-style:normal;
			font-weight:normal;
		}
		ol,ul {
			list-style:none;
		}
		caption,th {
			text-align:left;
		}
		h1,h2,h3,h4,h5,h6 {
	font-size:20px;
	font-weight:normal;
		}
		q:before,q:after {
			content:'';
		}
		abbr,acronym { border:0;
		}

/* General Display and Body *****************************************************/

		body {
	margin:0;
	padding:0;
		}
		
		#content {
	FLOAT: left;
	margin: 0px;
	padding: 8px;
		}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#leftbox {
	float: left;
	width: 234px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	}
	#rightbox {
	float: left;
	width: 290px;
	height: 373px;
	background-image: url(../images/shadowbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	}
#leftbox .title {
	height: 50px;
	background-image: url(../images/heading.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;
}
.bluebox p, .bluebox_light p, .bluebox_dark p, .applybutton p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.field {
	width: 120px;
	height:15px;
}
select {
	width: 120px;
	height:19px;
}

.bluebox {
	height: 325px;
	width: 134px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 55px;
	background: url(../images/purplebox.jpg) no-repeat center top;
}
.applybutton {
	clear: both;
	background-color:#672d91;
	text-align: center;
	background-image: url(../images/bglow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px;
}
#loancalc .reset {
	height: 40px;
	background: #672D91 url(../images/bottom.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px 0px 5px 63px;
}
