body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#333333;
}
img, form {
	margin:0px;
	border:0px;
}
#body-container {
	clear:both;
	display:block;
}







#nav-container {
	display:block;
	width:910px;
	height:95px;
	padding-left:26px;
	padding-right:26px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#nav {
	height:33px;
	width:529px;
	margin-top:62px;
	float:left;
	clear:left;
	display:inline;
}
#nav img {
	margin:0px;
}
.logo-image {
	float:right;
	margin-top:20px;
	clear:right;
}










#main-container {
	display:table;
	clear:both;
	width:962px;
	background-image:url(/images/box-bg.jpg);
	background-repeat:repeat-y;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
.box-top-img {
	position:absolute;
}

#main-image {
	width:912px;
	display:block;
	clear:both;
	margin:10px 0px 0px 25px;

}
#main-left {
	float:left;
}
#main-right {
	float:right;
}









#content-container {
	width:912px;
	display:block;
	clear:both;
	margin-left:25px;

}
#form-side, #content-side {
	margin-top:25px;
}
.content-top {
	position:absolute;
	margin:-10px 0px 0px -20px;
}
#content-side {
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-x;
	width:521px;
	float:left;
	clear:left;
	display:block;
	padding:10px 20px 10px 20px;
	
}
#content-side a {
	color:#0099FF;
	text-decoration:none;
}
#content-side a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#6E6A62;
	font-weight:normal;
	letter-spacing:1px;
}
h2 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#587180;
	font-weight:normal;
	letter-spacing:1px;
}
#content-image {
	width:561px;
	margin-left:-20px;
	background-image:url(/images/yellow-img.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding-top:50px;
	display:table;
	clear:both;
}

#content-image p {
	margin:0px 50px 0px 50px;
	text-indent:50px;
	padding-top:10px;
	
}
#form-side {
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	min-height:380px;
	width:328px;
	float:right;
	clear:right;
	display:block;
}
#form-image {
	position:absolute;
	margin:-20px 0px 0px 30px;
}
#cta {
	position:absolute;
	margin-left:554px;
	margin-top:-30px;
}
.links {
	margin-left:16px;
	margin-top:36px;
}














#form {
	width:290px;
	margin:90px 0px 0px 19px;
	display:block;
	clear:both;
	height:290px;
	font-size:16px;
	text-align:center;
	
}
/* 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;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:15px;
}













#disclosures {
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#666666;
	padding:20px 0px 20px 0px;
	display:block;
	clear:both;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
	display:inline;
	margin-right:10px;
}
#disclosures li a {
	text-decoration:none;
	color:#666666;
}
#disclosures li a:hover {
	text-decoration:underline;
}
.ads {
	margin-left:20px;
}
