html * {
	margin: 0;
	padding: 0;
}

body { background: #fff ;}

/*-- Global ---------- */

body, textarea { 
font: 14px/20px Helvetica, Arial, Verdana, Tahoma, sans-serif;
color: #333;
}

a, a:visited, a:link { 
	color: #6b0e0e;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	border:none;
}

h1 { font-size: 40px; line-height: 40px; padding-top: 20px; padding-bottom: 20px; }
h2 { font-size: 30px; line-height: 40px; padding-top: 10px; padding-bottom: 10px; }
h3 { font-size: 20px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h4 { font-size: 16px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h5 { font-size: 14px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }
h6 { font-size: 11px; line-height: 20px; padding-top: 10px; padding-bottom: 10px; }

p { padding: 10px 0; font-size:12pt; }

blockquote { padding: 20px; background: #eee; margin: 0px 40px 20px 20px; }

ul, ol { margin: 0px 40px 20px 20px; }

ul li, ol li { margin: 10px 0;}

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h2, h3, h4 { letter-spacing: -.05em; }

p.smart247 img, 
.marquee, 
ul#navlist, 
ul#subnav-prospective_students, 
ul#subnav-current_students, 
ul#subnav-alumni, 
ul#subnav-gssm_foundation, 
ul#subnav-educators, 
ul.breadcrumb,
#header-logo-links ul,
.subnav ul { display: none; }


#container, table, #header, #navigation, #features, #footer { width: 100%; margin: 0; float: none; }

