body {
	margin:0px;
	background-color:#F5F6E6;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
#fake-bg {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#E6E9CE;
	padding-bottom:40px;
	display:block;
}

#main {
	width:914px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#header {
	display:table;
	width:914px;
}
#quote {
	height:53px;
	width:620px;
	background-image:url(/images/quote-bg.png);
}
#quote-text {
	position:absolute;
	padding-left:18px;
	width:620px;
	height:39px;
}
#quote-text span a{
	color:#8a1707;
	text-decoration:none;
}
#quote-text span a:hover {
	color:#8a1707;
	text-decoration:underline;
}	
p.quote {
	margin:0px;
	padding-top:16px;
	font-size:14px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
}
#logo {
	float:left;
	width:425px;
	height:135px;
	
}
#nav {
	width:472px;
	float:right;
	margin-top:98px;
	margin-right:7px;
}
#main-image {
	display:table;
	
}
#float-text-index {
    position:absolute;
	width:520px;
	margin:100px 0px 0px 20px;
}
h4 {
	font-size:40px;
	color:#8a1707;
	margin:0px;
}
p.big-text {
	font-size:40px;
	color:#8a1707;
	margin:0px;
}
#body-area {
	display:table-row;
	clear:both;
	margin-top:5px;
}

#stuff-wrapper	{
	display:block;
	width:906px;
}


#content-wrapper {
	width:620px;
	float:left;
	display:table;	
}

#content {
	background-image:url(/images/content-mid.png);
	background-repeat:repeat-y;
	padding:40px;
}
#form {
	background-image:url(/images/apply-background.jpg);
	background-repeat:no-repeat;
	width:276px;
	height:405px;
	float:right;
	margin-top:5px;
	padding-top:90px;
	color:#FFFFFF;
	font-size:16px;
	padding-left:10px;
}
.input {
	border:1px solid #0033CC;
}
h1 {
	color:#898989;
	font-size:22px;
}
h2 {
	color:#0B6D8B;
	font-size:16px;
	font-weight:bold;
}
.color-change {
	color:#8a1707;
	font-weight:lighter;
	font-size:30px;
}
.border {
	border-bottom:1px solid #C8CD2B;
	padding-right:40px;
}
.content-picture {
	border-bottom:1px solid #C8CD2B;
	padding-bottom:20px;
	margin-left:64px;
}
.button {
	margin-top:8px;
}
#footer {
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-x;
	height:178px;
	width:100%;
	clear:both;
	padding-top:20px;
}
.select {
	width:200px;
}
#copy {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#333333;
}
#copy a {
	color:#333333;
	text-decoration:none;
}
#copy a:hover {
	text-decoration:underline;
}
#copy ul {
	margin:0px;
	padding:0px;
}
#copy ul li {
	display:inline;
	margin-right:4px;
}		
#apply-topper {
	margin-top:-150px;
	position:absolute;
}
.get-help {
	font-size:30px;
}
a {
	color:#D12109;
	text-decoration:none;
}
a:hover {
	color:#D12109;
	text-decoration:underline;
}



/* creates illusion of cellpadding on all td's */
#student-loan-form td {
	padding:5px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
}




/* centers all form elements */
.form-02, .form-04, .form-06, .form-07, .form-08, .form-09 {
	text-align:center;
}




/* modifies the text entry fields */
.input-01, .input-02, .input-03 {
	width:100px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}