/* basic styles */
body {
	background-color: #797979;
	margin:0px
}
body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #383838;
	line-height:18px;
}
a:link {
	color: #c32020;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c32020;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #c32020;
}
div.mainContainer {
	width:960px;
	margin:0px auto;
	background-image:url(/images/school-login/school-bg.jpg);
	background-repeat:no-repeat;
	height:725px;
}

.contentSplitter {
	margin:15px 0px;
	width:672px;
	clear:both
}

/* Heading Tags */

h1 {
	color:#FFF;
	margin:0px
}
h2 {
	color:#FFF;
	margin:0px;
	font-size:15px;
	font-weight:normal
}
h3 {
	color:#601111;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}
h4 {
	font-size:16px;
	text-transform:uppercase;
	margin:0px 0px 18px 0px;
	color:#FFF
}

h5 {color:#6f6f6f; font-weight:bold; font-size:13px; line-height:20px; margin:0px}
h6 {color:#601111; font-weight:bold; font-size:17px; line-height:20px; margin:0px}
/* header styles*/

div.header {
	width:960px;
	height:143px;
	float:left
}

/* body styles*/

.whiteSub {
	text-transform:uppercase;
	color:#FFF
}
.lightGrey {
	color:#999;
}
.contentSplitter {
	margin:15px 0px
}


div.schoolNav {
	width:203px;
	border:#980404 1px solid;
	float:left;
	background: #570101 url(/images/school-login/school-nav-bg.jpg) top no-repeat;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	padding:60px 15px 25px 15px;
	color:#FFF;
}

.schoolNav a:link, .schoolNav a:active, .schoolNav a:visited {
	color:#FFF;
	text-decoration:none;
}
.schoolNav a:hover {
	color: #CCC;
	text-decoration:none;
}.mainContainer .schoolNav img {
	margin:20px 0px 10px 0px;
}
div.schoolDisplay {
	width:678px;
	height:53px;
	float:right;
	background:#000 url(/images/school-login/school-display-bg.jpg) top no-repeat;
	color:#FFF;
	padding:18px;
}
div.schoolBody {
	width:672px;
	float:right;
	background:#fff;
	padding:20px;
	margin-top:13px;
	border:#666 1px solid;
}
div.footer {
	width:960px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	margin:0px auto;
	clear:both
}


.regPrice {
	color:#000;
	font-size:15px;
	margin:0px 0px 15px 0px;
}

.oldPrice {
	color:#333;
	font-size:15px;
	margin:0px 0px 15px 0px;
	text-decoration:line-through;
}

.salePrice {
	color:#c01c1c;
	font-size:15px;
	font-weight:bold
}
