body 
{
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
h1
{
	color:#6b0721;
	font-size:20px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 15px;
}
h1.nomargin 
{
	color:#660000;
	font-size:1.7em;
}
h2 
{
	color:#7c0625;
	font-family: Arial;
	font-weight: bold;
	font-size:17px;
	margin-left: 12px;
}
.h3
{
	font-family: Arial;
	font-weight: Bold;
	font-size: 14px;
	color: #6f0722;
	margin-left: 8px;
	margin-top: 4px;
	float: left;
	width: 150px;
}
h4
{
	font-size: 13px;	
}
p
{
	color: #303030;
	font-family: Arial;
	font-size: 12px;
	margin-right: 17px;
	margin-left: 12px;
}

td, th, ul, li 
{
	color:#333333;
	font-size:12px;
}
#contentWrapper
{
	margin: 0 auto;
	width: 781px;
	/*border: solid 1px Blue;*/
}
.spacer
{
	height: 6px !important;
	height: 6px;
	width: 779px;
	background-color: #B0B0B0;
	border-left: solid 1px #5C0E00;
	border-right: solid 1px #5C0E00;
	font-size: 1px;
}
#footnotes
{
	font-size: 10px;
	padding-top: 31px !important;
	/*border: solid 1px Blue;*/
}
.clear 
{
    clear: both;
}
a {
	color:#660000;
}


/*---------------------Copied from original monticello.css style sheet -----------*/

div#fullPage 
{
    /*width:734px;*/
    padding:30px 0 30px 20px;
    text-align:left;   
}

div#StartApplication 
{
    background-image:url(/images/monticello/site/start_application.gif);
    background-repeat:no-repeat;
    width:200px;
    height:21px;
    margin:0;
    padding:6px 0 0 150px;
    float:left;
    position:relative;
    color: #333333;
}

/*-------------------End Copied from original monticello.css style sheet -----------*/


/*--------------------    Top Nav   ------------------------------------*/
#Logohome
{
	background-image: url(/images/monticello_banner.gif);
	background-repeat: no-repeat;
	display: block;
	height: 74px;
	width: 781px;

}
#linkHome
{
	display: block;
	height: 70px;
	width: 274px;
	float: left;
}

	#Logohome span
	{
		display: none;
	}

	#NavApplicationhome
	{
		float: right;
	}
	
	#NavApplicationhome a
	{
		padding: 2px 2px 0 0;
		
	}

	#ApplyNowNavhome 
	{
		background-image: url(/images/nav/btnApplyNow.jpg);
		background-repeat: no-repeat;
		height: 18px;
		width: 71px;
		float: left;
		padding-right: 2px;
		margin-top: 1px;
	}
	#ApplyNowNavhome a
	{
		height: 18px;
		width: 71px;
		float: left;
		padding-right: 2px;
		margin-top: 1px;
	}
	
	#accountLogin
	{
		background-image: url(/images/nav/accountLogin.jpg);
		background-repeat: no-repeat;
		height: 18px;
		width: 98px;
		float: left;
		padding-right: 2px;
		margin-top: 1px;
	}
	#accountLogin a
	{
		height: 18px;
		width: 98px;
		float: left;
		padding-right: 2px;
		margin-top: 1px;
	}
	
	#CheckStatushome 
	{
		background-image: url(/images/nav/btnCheckAppStatus.jpg);
		background-repeat: no-repeat;
		height: 18px;
		width: 153px;
		float: left;
		padding-right:2px;
		margin-top: 1px;
	}
	#CheckStatushome a
	{
		height: 18px;
		width: 153px;
		float: left;
		padding-right:2px;
		margin-top: 1px;
	}
	

/*--------------------    End Top Nav   ------------------------------------*/
	
	
	
/*--------------------    Main Nav   ------------------------------------*/
#Navhome
{
	background-color: #4D0315;
	display: block;
	height: 16px;
	width: 780px;
	border-left:solid 1px #5C0E00;
}
	#Navhome span
	{
		display: none;
	}
	
	
	.btnHome a
	{
		background-image: url(/images/nav/btnHome.jpg);
	}
	.btnHome a, .btnHome_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 16px;
		width: 71px;
		float: left;
	}
	.btnHome a:hover, .btnHome_on a
	{
		background-image: url(/images/nav/btnHome_on.jpg);
	}
	
	
	.btnSmartBorrowing a
	{
		background-image: url(/images/nav/btnSmartBorrowing.jpg);
	}
	.btnSmartBorrowing a, .btnSmartBorrowing_on a 
	{
		background-repeat: no-repeat;
		display: block;
		height: 16px;
		width: 122px;
		float: left;
	}
	.btnSmartBorrowing a:hover, .btnSmartBorrowing_on a
	{
		background-image: url(/images/nav/btnSmartBorrowing_on.jpg);
	}
	
	
	.btnMonticelloStudentLoan a
	{
		background-image: url(/images/nav/btnMonticelloStudentLoan.jpg);
	}
	.btnMonticelloStudentLoan a, .btnMonticelloStudentLoan_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 16px;
		width: 168px;
		float: left;
	}
	.btnMonticelloStudentLoan a:hover, .btnMonticelloStudentLoan_on a
	{
		background-image: url(/images/nav/btnMonticelloStudentLoan_on.jpg);
	}


	.btnApplicationProcess a
	{
		background-image: url(/images/nav/btnApplicationProcess.jpg);
	}
	.btnApplicationProcess a, .btnApplicationProcess_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 16px;
		width: 139px;
		float: left;
	}
	.btnApplicationProcess a:hover, .btnApplicationProcess_on a
	{
		background-image: url(/images/nav/btnApplicationProcess_on.jpg);
	}
	
	
	.btnAboutMonticello a
	{
		background-image: url(/images/nav/btnAboutMonticello.jpg);
	}

	.btnAboutMonticello a, .btnAboutMonticello_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 16px;
		width: 126px;
		float: left;
	}
	
	.btnAboutMonticello a:hover, .btnAboutMonticello_on a
	{
		background-image: url(/images/nav/btnAboutMonticello_on.jpg);
	}
/*--------------------    End Main Nav   ------------------------------------*/


/*---------------    Sub Nav Smart Borrowing    -----------------------------*/
#subNavSmartBorrowing
{
	height: 18px;
	width: 775px;
	display: block;
	background-color: #b0b0b0;
	padding-top: 1px;
	padding-left: 4px;
	border-left: solid 1px #5C0E00;
	border-right: solid 1px #5C0E00;
}
	#subNavSmartBorrowing span
	{
		display: none;
	}

	#btnLoanAlternative a
	{
		/*background-image: url(/images/nav/btnLoanAlternative.jpg);*/
		background-image: url(/images/nav/loanAlt_OFF.jpg);
	}
	#btnLoanAlternative a, #btnLoanAlternative_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 133px;
		float: left;
	}
	#btnLoanAlternative a:hover, #btnLoanAlternative_on a
	{
		/*background-image: url(/images/nav/btnLoanAlternative_on.jpg);*/
		/*background-image: url(/images/nav/btnLoanAlternative2_on.jpg);*/
		background-image: url(/images/nav/loanAlt_ON.jpg);
	}
	
	
	#btnTheBasics a
	{
		/*background-image: url(/images/nav/btnTheBasics.jpg);*/
		background-image: url(/images/nav/theBasics_OFF.jpg);
	}
	#btnTheBasics a, #btnTheBasics_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 105px;
		float: left;
	}
	#btnTheBasics a:hover, #btnTheBasics_on a
	{
		background-image: url(/images/nav/theBasics_ON.jpg);
		/*background-image: url(/images/nav/btnTheBasics2_on.jpg);*/
	}
	
	
	#btnTypesOfExpenses a
	{
		/*background-image: url(/images/nav/btnTypesOfExpenses.jpg);*/
		background-image: url(/images/nav/typeExpense_OFF.jpg);
	}
	#btnTypesOfExpenses a, #btnTypesOfExpenses_on a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 145px;
		float: left;
	}
	#btnTypesOfExpenses a:hover, #btnTypesOfExpenses_on a
	{
		background-image: url(/images/nav/typeExpense_ON.jpg);
		/*background-image: url(/images/nav/btnTypesOfExpenses2_on.jpg);*/
	}
	
	#spacerSubNavSmartBorrowing
	{
		height:17px;
		width: 386px;
		border-bottom: solid 1px #5C0E00;
		float: left;
	}
	
/*---------------    End Sub Nav Smart Borrowing    --------------------*/

/*---------------    Sub Nav Student Loan    -----------------------------*/
#subNavStudentLoan
{
	height: 18px;
	width: 775px;
	display: block;
	background-color: #b0b0b0;
	padding-top: 1px;
	padding-left: 4px;
	border-left: solid 1px #5C0E00;
	border-right: solid 1px #5C0E00;
}
	#subNavStudentLoanHide
	{
		display: none;
	}

	#btnTypesOfLoans_OFF a
	{
		/*background-image: url(/images/nav/btnLoanAlternative.jpg);*/
		background-image: url(/images/nav/btnTypesOfLoans_OFF.jpg);
	}
	#btnTypesOfLoans_OFF a, #btnTypesOfLoans_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 115px;
		float: left;
	}
	#btnTypesOfLoans_OFF a:hover, #btnTypesOfLoans_ON a
	{
		/*background-image: url(/images/nav/btnLoanAlternative_on.jpg);*/
		/*background-image: url(/images/nav/btnLoanAlternative2_on.jpg);*/
		background-image: url(/images/nav/btnTypesOfLoans_ON.jpg);
	}
	#btnTypesOfLoans_OFF span
	{
		display: none;
	}
	
	#btnTypesOfLoans_ON span
	{
		display: none;
	}
	
	#btnRatesAndPayments_OFF a
	{
		/*background-image: url(/images/nav/btnTheBasics.jpg);*/
		background-image: url(/images/nav/btnRatesAndPayments_OFF.jpg);
	}
	#btnRatesAndPayments_OFF a, #btnRatesAndPayments_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 150px;
		float: left;
	}
	#btnRatesAndPayments_OFF a:hover, #btnRatesAndPayments_ON a
	{
		background-image: url(/images/nav/btnRatesAndPayments_ON.jpg);
		/*background-image: url(/images/nav/btnTheBasics2_on.jpg);*/
	}
	
	#btnRatesAndPayments_OFF span
	{
		display: none;
	}
	
	#btnRatesAndPayments_ON span
	{
		display: none;
	}
	
	#btnFreqAskedQs_OFF a
	{
		/*background-image: url(/images/nav/btnTypesOfExpenses.jpg);*/
		background-image: url(/images/nav/btnFreqAskedQs_OFF.jpg);
	}
	#btnFreqAskedQs_OFF a, #btnFreqAskedQs_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 190px;
		float: left;
	}
	#btnFreqAskedQs_OFF a:hover, #btnFreqAskedQs_ON a
	{
		background-image: url(/images/nav/btnFreqAskedQs_ON.jpg);
		/*background-image: url(/images/nav/btnTypesOfExpenses2_on.jpg);*/
	}
	
	#btnFreqAskedQs_OFF span
	{
		display: none;
	}
	
	#btnFreqAskedQs_ON span
	{
		display: none;
	}
	
	#spacerSubNavStudLoans
	{
		height:17px;
		width: 315px;
		border-bottom: solid 1px #5C0E00;
		float: left;
	}


/*---------------    End Sub Nav Student Loan    -----------------------------*/

/*---------------    Sub Nav Application Process    -----------------------------*/
#subNavAppProcess
{
	height: 18px;
	width: 775px;
	display: block;
	background-color: #b0b0b0;
	padding-top: 1px;
	padding-left: 4px;
	border-left: solid 1px #5C0E00;
	border-right: solid 1px #5C0E00;
}
	#subNavAppProcessHide
	{
		display: none;
	}

	#btnEligibility_OFF a
	{
		/*background-image: url(/images/nav/btnLoanAlternative.jpg);*/
		background-image: url(/images/nav/btnEligibility_OFF.jpg);
	}
	#btnEligibility_OFF a, #btnEligibility_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 80px;
		float: left;
	}
	#btnEligibility_OFF a:hover, #btnEligibility_ON a
	{
		/*background-image: url(/images/nav/btnLoanAlternative_on.jpg);*/
		/*background-image: url(/images/nav/btnLoanAlternative2_on.jpg);*/
		background-image: url(/images/nav/btnEligibility_ON.jpg);
	}
	#btnEligibility_OFF span
	{
		display: none;
	}
	
	#btnCoSigners_OFF a
	{
		/*background-image: url(/images/nav/btnTheBasics.jpg);*/
		background-image: url(/images/nav/btnCoSigners_OFF.jpg);
	}
	#btnCoSigners_OFF a, #btnCoSigners_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 90px;
		float: left;
	}
	#btnCoSigners_OFF a:hover, #btnCoSigners_ON a
	{
		background-image: url(/images/nav/btnCoSigners_ON.jpg);
		/*background-image: url(/images/nav/btnCoSigners_ON.jpg);*/
	}
	
	#btnCoSigners_OFF span
	{
		display: none;
	}
	
	#btnApplyNow_OFF a
	{
		/*background-image: url(/images/nav/btnTypesOfExpenses.jpg);*/
		background-image: url(/images/nav/btnApplyNow_OFF.jpg);
	}
	#btnApplyNow_OFF a, #btnApplyNow_ON a
	{
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		width: 90px;
		float: left;
	}
	#btnApplyNow_OFF a:hover, #btnApplyNow_ON a
	{
		background-image: url(/images/nav/btnApplyNow_ON.jpg);
		/*background-image: url(/images/nav/btnTypesOfExpenses2_on.jpg);*/
	}
	
	#btnApplyNow_OFF span
	{
		display: none;
	}
	
	#spacerSubNavAppProcess
	{
		height:17px;
		width: 510px;
		border-bottom: solid 1px #5C0E00;
		float: left;
	}
	

/*---------------    End Sub Nav Application Process    -----------------------------*/

/*----------------- Master Page Body Wrapper   --------------------------*/

#bodyContainer
{
	width: 779px !important;
	width: 779px;
	display: block;
	background-color: #b0b0b0;
	border-left: solid 1px #5C0E00;
	border-right: solid 1px #5C0E00;
	/*padding:6px 0 0 0;*/
	text-align:left;
}
	#bodyContainer #bodyContent
	{
		width: 768px;
		display: block;
		margin-left: 4px;
		background-color: #FFFFFF;
		border: solid 1px #5C0E00;
		border-top: none;
	}
	
	#bodyContainer #bannerBottom
	{
		background-image: url(/images/bannerBottom.jpg);
		height: 21px;
		width: 779px;
		display: block;
		margin-top: 5px;
	}
/*----------------- End Master Page Body Wrapper   --------------------*/



/*-----------------       Homepage   --------------------------*/
    .homeContent
    {
        background: URL(/images/homeback.jpg);
        background-repeat: repeat-y;
        width: 768px;
        border-top: solid 1px #5C0E00;
    }
        .homeTopGradient
        {
            float: left;    
            height: 5px;
            width: 590px;
            background: URL(/images/homeTopGradient.jpg);
            background-repeat: no-repeat;
            
        }
        
        #HomeCallOut
        {   
            float: left;
            width: 250px;
            padding-top: 30px;
            padding-left: 40px;
            padding-right: 40px !important;
            padding-right: 29px;
        }
        .applyBtn
        {
            margin-top: 30px;
            margin-botton: 30px;   
            margin-right: 57.5px;
            margin-left: 57.5px;
        }
        .offers
        {
            float: left;
            width: 260px;
            margin-top: 15px;
        }
        .buttons
        {
            margin-top: 2px;
            margin-left: 101px;
        }
            .copyBanner
            {
                font-family: times;
                font-size: 22px;
                font-weight: bold;
                color: #690220;
                /*margin-left: 0 !important;
                margin-left: -11px;*/
            }
            .copyTitle
            {
                font-family: times;
                font-size: 16px;
                font-weight: bold;
                color: #690220;
                margin-top: 15px;
                margin-bottom:  15px;
            }
            .copy
            {   
                font-family: arial;
                font-size: 14px;
                color: #303030;
            }
            #homePhone
            {
                font-family: arial;
                font-size: 14px;
                font-weight: bold;
                margin-left: 50.5px;
                margin-top: 5px;
                color: #690220;
            }
            .imageCol
			{
				float:left;
			}
            #HomeFeature1
            {
                background-image: URL(/images/seeOurRates.jpg);
                float: left;
                width: 260px;
                background-repeat: no-repeat;
                background-position: right bottom;
                height: 105px;
                padding: 20px 0 0 0;
                margin: 0;
            }
            #HomeFeature2
            {
                background-image: URL(/images/findOutMore.jpg);
                float:left;
                width: 260px;
                background-repeat: no-repeat;
                background-position: right bottom;
                height: 125px;
                padding: 25px 0 0 0;
                margin: 0;
            }
            #HomeFeature3
            {
                background-image: URL(/images/moreBenifits.jpg);
                /*background-image: URL(/images/watchnow.jpg);*/
                float:left;
                width: 260px;
                background-repeat: no-repeat;
                background-position: right bottom;
                height:100px;
                padding: 25px 0 0 0;
                margin: 0;
            }
            #HomeFeature4
            {
                background-image: URL(/images/watchnow.jpg);
                float:left;
                width: 260px;
                background-repeat: no-repeat;
                background-position: right bottom;
                height: 90px;
                padding: 0;
                margin: 0;
            }
            #HomeFeatureLink1
            {
			    height: 30px;
                width: 150px;
                display: block;
                float: right;
                margin-top: 8px !important; /* was 10 */
                margin-top: 7px; /* Internet Explorer 6.0 */ /* was 9 */
                margin-right: 25px !important;
                margin-right: 12px; /* Internet Explorer 6.0 */                           
            }
            #HomeFeatureLink2
            {
                height: 30px;
                width: 150px;
                display: block;
                float: right;
                margin-top: 11px !important; /* was 5 */
                margin-top: 11px; /* Internet Explorer 6.0 */ /* was 5 */
                margin-right: 25px !important;
                margin-right: 12px; /* Internet Explorer 6.0 */
            }
            #HomeFeatureLink3
            {
                height: 30px;
                width: 150px;
                display: block;
                float: right;
                margin-top: 12px !important;
                margin-top: 12px; /* Internet Explorer 6.0 */
                margin-right: 25px !important;
                margin-right: 12px; /* Internet Explorer 6.0 */
            }
            #HomeFeatureLink4
            {
                height: 30px;
                width: 150px;
                display: block;
                float: right;
                margin-top: 2px !important;
                margin-top: 2px; /* Internet Explorer 6.0 */
                margin-right: 25px !important;
                margin-right: 12px; /* Internet Explorer 6.0 */
            }
                    .spacerDotAlign
                    {
                        margin-bottom: 3px;
                        /* margin-top: 2px; */
                    }
            .HomeFeatureHeader
            {
                width: 240px;
                font-family: arial;
                font-size: 15px;
                font-weight: bold;
                color: #690220;
                float: left;
            }
            .HomeFeatureText
            {
                width: 200px;
                font-family: Arial;
                font-size: 11px;
                color: #121212;
                margin-top: 5px;
                float: left;
            }

            .dividerLine
            {
				background-image: url(/images/dividerLine.jpg);
				background-repeat: no-repeat;
                margin:5px 0 !important; 
                padding:1px 0 0 0 !important; 
                height: 2px !important;
                margin: 0; 
                padding: 0; 
                height: 2px; 
            }

/*-----------------    End Homepage   --------------------------*/


/*-----------------    Sub pages ------------------------------*/
.mainBody
{
	width: 768px;
}

div.picCol 
{
    float: right;
    width: 305px;
    padding-left: 45px !important;
    padding-left: 35px;
    padding-bottom: 25px;
}
div.textCol 
{
    float: left;
    padding-left: 25px !important;
    padding-left: 25px;
    padding-bottom: 25px;
    width:743px;
}
.photos
{
	float: right;
	margin-bottom: 15px;
	width: 304px;
	height:207px;
	border-left: solid 1px #670720;
	border-bottom: solid 1px #670720;
}
.loanCalculator
{
     float: right;
     margin-bottom:15px;
     width: 233px;
}
.applyAlign
{
	float: right;
	margin-right: 26px;
}
.applyImage
{
	float:left;
	width: 107px;
}
.contToApplyImage
{
    float:left;
    width: 206px;
}
#applyStepsLinks div a:link, a:hover, a:visited, a:active
{
	text-decoration: underline;
	color: #6f0722;
}

div ul 
{
    list-style-image:url(/images/monticello/site/arrow_red.gif);
    list-style-type:disc;
    margin-left:25px;
    padding:0px;
}
.greyBox
{
	width: 768px;
	color: #FFFFFF;
	background-color: #666666;
	border-top: 2px solid black;
	height: 200px;
}
.payNothing
{
	float: left;
	margin-left: 25px !important;
	margin-left: 13px;
	margin-right: 40px;
	margin-top: 10px !important;
	margin-top: 27px;
	margin-bottom: 10px;
	width: 250px;
}
.alittleHomework
{
	float: left;
	margin-top: 12px !important;
	margin-top: 27px;
	margin-bottom: 5px;
	width: 350px;
}
.greyBox p
{
    color:#FFFFFF;
}

div#APapplyStepsLinks li
{
	margin-bottom: 10px;
}
#APapplyStepsInfo
{
	background-color:#666666;
	border-top:2px solid black;
	color:#000000;
	/*float:left;*/
	margin:15px 0pt -30px;
	padding:0pt 0px 20px 20px;
	width:714px;
}
.APsmallOpt2 
{
	/*color:#143F6D;*/
	font-size:9px;
	width: 400px;
}
.APapplysteps 
{
	background-color:#761919;
	color:#FFFFFF;
	/*height:21px;*/
	padding:0 10px 0 70px; /*padding:8px 10px 10px 70px;*/
	width:340px;
}
.stepTextMargin
{
    margin-top: 4px;   
}
.stepTextMultiLine
{
    margin-top: -4px;
}
#ApplyNowLink
{
    height: 27px;
    width: 140px;
    display: block;
}

.stepSpacer
{
	height: 6px;
}
div#APstep1
{
	background-image:url(/images/monticello/site/APstep1.jpg);
	background-repeat:no-repeat;
	/*margin-bottom:6px;
	border: solid 1px Blue;*/
	height: 39px;
	width: 340px;
}
div#APstep2
{ 
	background-image:url(/images/monticello/site/APstep2.jpg);
	background-repeat:no-repeat;
	/*margin-bottom:6px;
	border: solid 1px Blue;*/
	height: 39px;
}
div#APstep3
{ 
	background-image:url(/images/monticello/site/APstep3.jpg);
	background-repeat:no-repeat;
	/*margin-bottom:6px;
	border: solid 1px Blue;*/
	height: 39px;
}
div#APstep4
{ 
	background-image:url(/images/monticello/site/APstep4.jpg);
	background-repeat:no-repeat;
	/*margin-bottom:6px;
	border: solid 1px Blue;*/
	height: 39px;
}
div#APstep5
{ 
	background-image:url(/images/monticello/site/APstep5.jpg);
	background-repeat:no-repeat;
	/*margin-bottom:6px;
	border: solid 1px Blue;*/
	height: 39px;
}
/* Eligible School Popup */
.eligibleStates
{
    margin-bottom: 20px; 
    margin-top: 50px;
}
.eligibleSchooName
{
   float: left; 
   margin-right: 30px;
}
.eligibleSchoolInfo
{
    float: left;
    width:300px;
    height:200px;
}
.schoolInfoBorder
{
        border: solid 1px grey;
}
.eligibleSchoolText
{
    color: #303030;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
.requiredNote
{
    color: #303030;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin-top: 50px;
}
.closeBtn a
{
    color: #6b0721;
	font-family: Arial;
	font-size: 15px;
	border: solid 1px #6b0721;
	float: right;
	text-decoration: none;
	background-color: #b0b0b0;
	padding: 3px;
	margin-top: 20px;
	margin-right: 40px;
}
.spacerRight
{
    margin-right: 30px;
}
	
/*-----------------  End Sub pages ------------------------------*/

/*----------------- Footer Wrapper   --------------------------*/
#footerContainer
{
	margin-top: 18px;
}

	#footerContainer .Footerlinks a, .FooterLinksDivide
	{
		font: normal normal normal 10px Arial;
		color: #640013;
		/*float: left;*/
		margin-left: 6px;
		margin-right: 6px;
		line-height: 20px;
	}
	
#footerDiv li
{
	margin: 15px 0 0 0;
}F
/*----------------- End Footer Wrapper   --------------------------*/


#StudentLoansWrapper
{
	padding: 25px 0 25px 20px;
}

#StudentLoansLeftColumn
{
	float: left;
	width: 283px;
	margin: 0 25px 0 0;
}

#StudentLoansRightColumn
{
	float: left;
	width: 421px;
}
/*---------------------------------------------*/

#theBasicsWrapper
{
	padding: 25px 0 25px 20px;
}

#theBasicsLeftColumn
{
	float: left;
	width: 283px;
	margin: 0 25px 0 0;
}

#theBasicsRightColumn
{
	float: left;
	width: 421px;
}



/*-------------------------------------------*/
#aboutWrapper
{
	padding: 25px 0 25px 20px;
}

#aboutLeftColumn
{
	float: left;
	width: 283px;
	margin: 0 25px 0 0;
}

#aboutRightColumn
{
	float: left;
	width: 421px;
}

.small {
	font-size:10px;	
}

/*------------------------------------------*/
#loansContentWrapper
{
	padding: 25px 0 25px 20px;
}

div#mainCopyContainer {
	padding-right:15px;
}
div.level1 
{
    margin:0 0 10px 0;
    font-weight:bold;
}

div.level2 
{
    margin:0 0 10px 15px;   
}
div.level3
{
    margin:0 0 10px 30px;   
}
th.header {
	background-color:#666666;
	color:#FFFFFF;
}

th.header a {
	color:#FFFFFF;
}

div#copyright, div#lender {
clear:both;
margin:0 auto 0;
padding:0pt 0px 0px 25px;
text-align:left;
}

div#UnionFederalSavingsBank {
clear:both;
color:#000000;
margin:0px auto 0px;
padding:0pt 0px 0px 25px;
text-align:left;
}


/* ---------- */

#tvPop {
	clear: left;
	float: left;
	margin: 65px 0 0 60px !important;
	margin: 65px 0 0 30px; /* IE 6 */
}

#viewOurTVCommercials {
	display: block;
	background: url("../images/monticello/site/viewOurTVCommercials.jpg") no-repeat 0 0;
	width: 179px;
	height: 21px;
	margin: 5px 0 0 0 ;
}

	#viewOurTVCommercials a {
		display: block;
		width: 179px;
		height: 21px;
	}
	
	#viewOurTVCommercials a span {
		display: none;	
	}

	