body {
	margin:15px 0 0 0;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#E7EEF4;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#666666;
}
img {
	border:0px;
}
h1	{
	font-size:24px;
	color:#4776A2;
	letter-spacing:1.2;
	font-weight:100;
	margin:10px 0px 10px 0px;
}
h2	{
	font-size:14px;
	font-weight:bold;
	color:#406D96;
	margin:5px 0px 5px 0px;
}
li	{
	padding-top:5px;
	padding-bottom:5px;
}









#wrapper	{
	width:929px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}













#left-column {
	width:723px;
	float:left;
	display:table;
}

#header {
	background-image:url(/images/header.png);
	width:723px;
	height:117px;
	display:table;
}
#fake-logo {
	position:absolute;
	margin-top:10px;
	margin-left:35px;
	width:220px;
	height:70px;
}
#nav {
	width:703px;
	height:29px;
	position:absolute;
	margin-top:85px;
	margin-left:10px;
	border-bottom:3px solid #E7F0F5;
}
#nav	img	{
	padding-left:2px;
	padding-right:2px;
}








#left-content {
	background-color:#FFFFFF;
	display:table;
	width:703px;
	padding-left:10px;
	padding-right:10px;
}

#quote-box {
	background-image:url(/images/quote-box-bg.gif);
	width:235px;
	height:175px;
	margin-top:10px;
	float:left;
	clear:left;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:center;
	line-height:25px;
}
#main-picture {
	width:458px;
	height:171px;
	margin-top:10px;
	float:right;
	clear:right;
	margin-bottom:10px;
}

#bar {
	background-image:url(/images/bar.jpg);
	background-repeat:repeat-x;
	height:28px;
	padding-top:4px;
	width:683px;
	clear:both;
	margin-bottom:10px;
	padding-left:20px;
}
#bar a	{
	color:#6A9AC8;
	font-size:16px;
	text-decoration:none;
}
#bar a:hover	{
	color:#F27022;
	font-size:16px;
	text-decoration:underline;
}





#links {	
	width:233px;
	float:left;
	clear:left;
	display:table;
	line-height:25px;
}
#links-bg	{
	background-image:url(/images/links-bg.jpg);
	background-repeat:repeat-y;
	padding:5px 20px 5px 20px;
}

#links	span{
	font-size:18px;
	color:#68839E;
}
#links-bg a	{
	font-size:14px;
	color:#68839E;
	text-decoration:none;
}
#links-bg a:hover	{
	font-size:14px;
	color:#F27022;
	text-decoration:underline;
}
	







#copy {
	width:458px;
	float:right;
	clear:right;
	list-style:none;
	line-height:20px;
}

#footer {
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	width:723px;
	height:36px;
	padding-top:12px;
	text-align:center;
	clear:both;
}
#footer ul {
	margin:0px;
	padding:0px;
	color:#666666;
}
#footer ul li {
	display:inline;
	margin-right:8px;
}
#footer a {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}











#right-column {
	width:206px;
	float:right;
	margin-top:80px;
	color:#FFFFFF;
}
.right-column-images	{
	width:206px;
}
#action	{
	position:absolute;
	margin-left:-80px;
	margin-top:-40px;
}
#right-content {
	background-color:#689BC8;
	padding:40px 12px 12px 12px;
}









/* 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;
}