@charset "UTF-8";
body {
	background-color: rgb(41,58,89);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#outer {
	height: 683px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	height: 683px;
	width: 900px;
	top: 0px;
}

#shadow {
	position: absolute;
	height: 643px;
	width: 900px;
	top: 20px;
	background-image: url(images/dropshadow.png);
}

#border {
	position: absolute;
	height: 633px;
	width: 870px;
	top: 20px;
	left: 0px;
	background-color: rgb(147,146,150);
}

#main {
	position: absolute;
	height: 553px;
	width: 790px;
	top: 40px;
	left: 40px;
	background-color: white;
}

#header {
	position: absolute;
	height: 202px;
	width: 790px;
	top: 0px;
	left: 0px;
}

#rightpanel {
	position: absolute;
	height: 311px;
	width: 145px;
	top: 164px;
	right: 0px;
	background-color: rgb(225,225,227);
	border-left: 4px solid rgb(147,146,150);
}

#loancalculator {
	position: absolute;
	height: 88px;
	width: 91px;
	top: 0px;
	left: 40px;
	background-image: url(images/loancalculator.jpg);
}

#howtosave {
	position: absolute;
	height: 88px;
	width: 91px;
	top: 100px;
	left: 40px;
	background-image: url(images/howtosavetimeandmoney.jpg);
}

#calltoday {
	position: absolute;
	height: 88px;
	width: 91px;
	top: 200px;
	left: 40px;
	background-image: url(images/calltoday.jpg);
}

#bottombanner {
	position: absolute;
	height: 78px;
	width: 790px;
	bottom: 0px;
	border-top: 4px solid rgb(147,146,150);
}

#textpanel {
	position: absolute;
	height: 270px;
	width: 470px;
	top: 202px;
	left: 175px;
	border-top: 4px solid rgb(147,146,150);
	border-left: 4px solid rgb(147,146,150);
}

#textpaneltext {
	position: absolute;
	height: 230px;
	width: 429px;
	top: 20px;
	left: 20px;
	color: rgb(114,112,116);
	xoverflow: scroll;
	line-height:12px;
}

#lefttextpanel {
	position: absolute;
	height: 270px;
	width: 175px;
	top: 202px;
	left: 0px;
	border-top: 4px solid rgb(147,146,150);
}

#lefttextpaneltext {
	position: absolute;
	height: 193px;
	width: 136px;
	top: 20px;
	left: 20px;
	color: rgb(239,97,42);
	font-size: 14px;
}

#pagetitle {
	position: absolute;
	height: 41px;
	width: 176px;
	top: 164px;
	xbackground-color: rgb(42,59,89);
	border-right: 3px solid rgb(147,146,150);
}

#pagetitletext {
	position: absolute;
	height: 26px;
	width: 150px;
	top: 0px;
	left: 20px;
	font-size: 22px;
	color: white;
}

#navigation {
	position: absolute;
	height: 20px;
	width: 550px;
	top: 60px;
	left: 20px;
	font-size: 16px;
	color: rgb(114,112,116);
}

#separator {
	color: rgb(239,97,42);	
}

#copyrighttext {
	position: absolute;
	height: 10px;
	width: 300px;
	bottom: 0px;
	left: 300px;
	color: rgb(85,98,140);
	font-size: 8px;
	text-align: center;
}

#oneconsulting {
	position: absolute;
	height: 10px;
	width: 200px;
	bottom: 0px;
	right: 30px;
	color: rgb(85,98,140);
	font-size: 8px;
	text-align: right;
}

.submitButton {
	background-color: rgb(190,185,186);
	width: 48px;
	height: 14px;
	color: black;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
}

input.registertextstandard {
	font-size: 10px;
	color: black;
}