/* CSS for NextStudentLoans.com */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

h5 {
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h6 {
	font-size:12px;
	font-weight: bold;
	color: #0066d3;
	padding-left: 5px;
	padding-top: 10px;
	
}

p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/**************************************
	General Structure
***************************************/
#main {
	width: 700px;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #000000;
	
}

.content {
	vertical-align:top;
	padding-left: 15px;
	
}

/**************************************
	Branding
**************************************/

.logo {
	height: 100px;
	vertical-align:top;
}

#logoTxt {
	/*width: 300px;*/
	text-align:right;
	padding-right: 15px;
	margin-top: -60px;
	color:#999999;
	font-weight:bold;
	font-size:18px;
}

.ad {
	background-image: url(../images/SLC.jpg);
	background-repeat:no-repeat;
	height: 145px;
	font-size:24px;
}

.adTag {
	padding-left: 175px;
	padding-top: 20px;
}
#adTitle {
	font-size: 24px;
	font-weight:bold;
	color: #FF6600;
}
#adTitleSub {
	font-size:12px;
	color:#666666;
	text-align:center;
	padding-left: 30px;
	font-weight:bold;
}
#applyBT {
	padding-left: 250px;
	padding-top: 10px;
}
/**********************************
	Navigation
**********************************/

.topNav {
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-x;
	height: 25px;
	padding-left: 5px;
}

.topNav a {
	color: #ffffff;
	text-decoration:nonr;
	font-size:12px;
}

.topNav a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-size:12px;
}
.applyNow {
  width/**/: 149px; /* empty comments for IE5/win */
  height/**/: 29px;
  line-height: 29px; /* for IE5/win */
  text-indent: -10000px;
  background: url(../images/applyNow.gif) repeat-y left top;
}

.leftNav {
	width: 25%;
}
.leftNav a {
	padding: 8px;
	color: #333333;
	text-decoration:none;

}
.leftNav a:hover {
	padding: 8px;
	color: #333333;
	text-decoration:underline;
}

.footerNav {
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-x;
	height: 25px;
	padding-left: 20px;
}

.footerNav a {
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
}

.footerNav a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-size:12px;
}

.footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height: 84px;
	 
}
/**********************************
	Design Elements
**********************************/

#vert /* the vertical line between links in the top and footer navigation*/
	{
	padding: 6px;
	color:#ffffff;
}

#bullet {
	padding-right: 5px;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#red {
	color: #CC0000;
}

.BB {
	border-top: #cccccc dashed 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}	
#footerTxt {
	font-size:12px;
	color: #999999;
	text-align: right;
	padding-right: 5px;
	padding-top: 45px;
}

/* Intro Box */
#nextBody .introBox {
  margin: 0 0 25px;
  background: url(../images/bgContent.jpg) no-repeat center top;
}
#nextBody .introBox h2 {

  margin: 0 0 60px;

}
#nextBody .introBox p {
  padding: 0 0 0 15px;
}
#nextBody .introBox ul {

  list-style: none;
  font-size: 1em;
  padding: 0 0 0 15px;
  line-height: 1.2em;
  margin: 0;
  color: #999999;
}
#nextBody .introBox li {
  margin: 0 0 7px;
  padding: 0 0 0 15px;
  background: url(../images/bulletCheck.jpg) no-repeat left .4em;
}
#nextBody .introBox .applyNow {
  margin: 0 0 50px 50px;}

#nextBody .images {
  background: url(../images/bgImages.jpg) no-repeat center;
  height: 90px;
  margin: 0 0 25px; 
}

a.popup {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
sup a.popup {
  color: blue;
  text-decoration: underline;
  margin: 0 0 0 3px;
  font-family: Trebuchet MS, verdana, sans-serif;
}
sup a:hover.popup {
  text-decoration: none;}
.disclaimer {
  font-size: .8em;
  color: #999999;
}

ul { 
margin:20px;}
ol{ 
margin:20px;}