@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	background:url("../images/bkgrd.jpg") repeat-x scroll 0 0 #D3ECFB;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* STRUCTURE */

.siteContainer {
	width:888px;
	margin:20px auto;
	border:2px solid #fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#fff;
}

/* MAIN MESSAGE BOX */
.scholasticHeaderContainer {
	background-color:#fff;
}

.logoContainer {
	float:left;
}

.signinContainer {
	float:right;
	margin:39px 22px 0px 0px;
}

.mainContainer {	
	background-image:url(../images/bkgrd-prt.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#c16fe8;
}

p {
	margin:5px 15px 24px 0px;
}

p.lastParagraph {
	margin-bottom:0px;
}

.h1_test {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:45px !important;
	line-height:48px !important;
	font-weight:bold !important;
	color:#fff !important;
	padding:12px 18px !important;
		
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:18px;
	font-weight:bold;
	color:#084974;
	text-transform:uppercase;
}

.maintitle {
	width:890px;
	margin:0px;
	background-color:#fefebd;
}

.leftContainer {
	float:left;
	width:407px;
	margin:60px 0px 0px 18px;
	padding-bottom:20px;
}

.productsContainer {
	
}

.rightContainer {
	float:right;
	width:422px;
	background-color:#6c00a0;
	margin:18px 18px 9px;
	background-image:url(../images/bkgrd-rightBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.rightImgContainer {
	background-image:url(../images/bkgrd-rightHeader.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.innerContainer {
	background-color:#d4d0ff;
	padding:18px;
	border-top:1px solid #fff;
	background-image:url(../images/bkgrd-innerContainer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.innerContainer p {
	color:#000;
	margin-bottom:10px;
}

.textSubscription {
	text-align:center;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	padding:15px 0px 0px;
}

.textSave {
	text-align:center;
	font-size:30px;
	line-height:26px;
	font-weight:bold;
	color:#f5ee29;
	padding:10px;
}

.textMonth {
	text-align:center;
	font-size:20px;
	line-height:13px;
	padding:0px 0px 40px;
}

.clear {
	clear:both;
}

a {
	color:#fff799;
}

ol, ul {
	color:#000;
	margin-left:18px;
}

.li_bullets {
	list-style-image:url(../images/bullet.jpg);
}