body {
	text-align:left;
	margin:10px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background:transparent;
	color:#000;
}

p {
	margin:3px 0 5px 0;
	padding:3px 0 5px 0;
}


a, a:visited {
	border:none;
	color:#036;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#000;
	font-weight:normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#000;
	font-weight:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#000;
	font-weight:normal;
}

/******* STYLES FOR HEADER NAV, LEARN, PLAN, OPEN AN ACCOUNT *********/

#headerNav {
	display:none;
}

#flashBanner {
	width:763px;
	height:260px;
	float:left;
}


.learn a {
display: block;
width: 191px;
height: 86px;
background: transparent url(../images/learn.jpg) no-repeat;
margin-bottom:1px;
}

.learn a:hover {
background-position: -191px 0;
}

.plan a {
display: block;
width: 191px;
height: 86px;
background: transparent url(../images/plan.jpg) no-repeat;
margin-bottom:1px;
}

.plan a:hover {
background-position: -191px 0;
}

.openanaccount a {
display: block;
width: 191px;
height: 87px;
background: transparent url(../images/openanaccount.jpg) no-repeat;
}

.openanaccount a:hover {
background-position: -191px 0;
}

.logoPadding {
	padding-right:16px;
}

#outerWrapper {
	width:100%;
}

#logo {
	width:228px;
	height:82px;
	/* Ryan Spatz - Changed to float none to avoid clipping when printing */
	float:none;
	padding-top:18px;
	padding-left:15px;
}

#search {
display:none;
}

#wrapper {
	width:100%;
	margin:auto;
	text-align:left;
	background:transparent;
	/* Ryan Spatz - Added float none to avoid clipping when printing */
	float:none;
}

#containerHomePageOnly {
	width:100%;
	background-color:#fff;
	margin:0;
}

#container {
	width:100%;
	margin:0;
	/* Ryan Spatz - Changed to float none to avoid clipping when printing */
	float:none;
	background:transparent;
	border:none;
}

#whiteBorder {
	display:none;
}

#bannerContainer {
	padding: 7px;
	height:260px;
	text-align:left;
}


/****** MAIN NAVIGATION ********/

#navcontainer {
display:none
}

.resources {
	width:102px;
	border:none;
}

#subnav {
	display:none;
}


/**** HOMEPAGE ELEMENTS *****/

#contentHome {
	background:transparent;
	padding:0;
	text-align:left;
	border:none;
	width:100%;
}

#box1Title {
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-left:30px;
	width: 227px;
	border-left:double 2px #000;
	padding-left:10px;
	float:left;
}

#box1 {
	background-image:url(../images/bkgd_box.jpg);
	background-repeat:no-repeat;
	width:257px;
	height: 154px;
	float:left;
	margin-left:30px;
}

#box1 div {
	width:200px;
	padding-left: 20px;
	padding-top:35px;
	font-size:14px;
	color:#104b7d;
}

#box2Title {
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-left:59px;
	width: 227px;
	border-left:double 2px #000;
	padding-left:10px;
	float:left;
}

#box2 {
	background-image:url(../images/bkgd_box.jpg);
	background-repeat:no-repeat;
	width:257px;
	height: 154px;
	float:left;
	margin-left:40px;
}

#box2 div {
	width:230px;
	padding-left: 20px;
	padding-top:35px;
	font-size:14px;
	color:#104b7d;
}

#box3Title {
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-left:58px;
	width: 257px;
	border-left:double 2px #000;
	padding-left:10px;
	float:left;
}

#box3 {
	background-image:url(../images/bkgd_box.jpg);
	background-repeat:no-repeat;
	width:257px;
	height: 154px;
	float:left;
	margin-left:40px;
}

#box3 div {
	width:200px;
	padding-left: 20px;
	padding-top:20px;
	font-size:14px;
	color:#104b7d;
}

/*********** INTERIOR LAYOUT **********/


/* LEFT COLUMN IN TWO-COLUMN LAYOUT */
#contentInterior {
	padding:10px;
	text-align:left;
	border:none;
	width:100%;
	line-height:20px;
}

/* FULL-WIDTH FOR 1 COLUMN LAYOUT */
#contentInteriorWide {
	padding:10px;
	text-align:left;
	border:none;
	width:100%;
	line-height:20px;
	text-align:left;
	/* Ryan Spatz - Added float none to avoid clipping when printing */
	float:none;
}

/* CONTENT BOX FOR RIGHT COLUMN */
#contentInteriorRight {
	display:none;
}

#footerWrapper {
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 0 0 5px;
	height:50px;

}

#footerLinks {
	display:none;
}

/* MISC STYLES */


.highlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	color:#104b7d;
	font-weight:normal;
}

.divider {
	border-top:1px dotted #999;
	padding:3px 0 3px 0;
	line-height:1px;
}

.social {
	float:right;
	width:100px;
}

#logos {
	float:left;
	clear:both;
	width:976px;
	padding-top:12px;
	padding-bottom:15px;
	color:#666666;
	font-weight:normal;
}

p.lineheightshort {
	padding:1px 0;
	margin: 1px 0;
}

.collegeSavingsOptionsTableStyle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align:center;
}

.collegeSavingsOptionsTableStyle sup {
	font-size:8px;
}

.shadowTableCell {
	background-image:url(../images/shadow_tablecell.png);
	background-position:right;
	background-repeat:no-repeat;
}

.shadowTableCellTextColor {
	color:#fff;
	font-size:14px;
}

.disclaimerCopy {
	font-size:11px;
	color:#666666;
	font-weight:lighter;
	line-height:17px;
}

#indentedText {
	margin:0;
}


#print_email {
	display:none;
}

#print_this input {
	display:none;
}

#email_icon {
	display:none;
}

.alertBox {
	border:1px solid #000;;
	padding: 18px 10px 10px 10px;
	font-size:13px;
}

.risk {
	margin:10px;
	background:none;
	color:#000;
	padding:3px 5px;
	font-size:15px;

}

/****************TABLE STYLING FOR THE FORMS PAGE******************/

#gradient-style {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border:none;
	color: #000;
	background-color:transparent;
}


#gradient-style td {
	padding: 8px;
	border:none;
	color: #000;
	background:transparent;
}

#gradient-style img {
	border:none;
	padding:0;
}

#gradient-style .odd {
	background-color:#DEEBF5;
}

#gradient-style tbody tr:hover td {
	background-color: #f1f1f1;
}

.dottedBorder {
	border:1px solid #fff;
}

/* privacy policy bullet styling */

ul.bullets {
	padding:0 0 2px 10px;
	margin:0 0 2px 10px;
}

li.bullets2 {
	margin-bottom:10px;
}

.font17px {
	font-size:17px;
}
