@charset "UTF-8";
/* CSS Document */

/* Reset */

body {
	margin: 0 auto;
	background:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #4666666;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	padding: 0;
	outline: none;
}

input {
	outline: none;
}

/* End of Reset */

/* Pages Body */

body#registrationPage1 {
	background: url(../images/registrationPage1.png) center 0 no-repeat;
}

body#registrationPage1New {
	background: url(../images/registrationPage1New.png) center 0 no-repeat;
}

body#registrationPage2 {
	background: url(../images/registrationPage2.png) center 0 no-repeat;
}

body#registrationPage3 {
	background: url(../images/registrationPage3.png) center 0 no-repeat;
}

/* End of Pages Body */

/* Pages Wrappers */

div#wrapper1 {
	margin: 65px auto 0 auto;
	width: 1100px;
	height: 550px;
}

div#wrapper2 {
	margin: 50px auto 0 auto;
	width: 900px;
	height: 650px;
	z-index: 50;
}

div#wrapper3 {
	margin: 95px auto 0 auto;
	width: 900px;
	height: 550px;
}

/* End of Pages Wrappers */

/* Page 1 */

div#page1Logo {
	margin: 150px 0 0 70px;
	width: 220px;
	height: 70px;
	float: left;
}

div#page1LogoNew {
	margin: 155px 0 0 177px;
	width: 177px;
	height: 53px;
	clear: both;
	float: left;
}

div#page1Logo a {
	display: block;
	width: 220px;
	height: 70px;
}

div#page1LogoNew a {
	display: block;
	width: 177px;
	height: 53px;
}

div#payPal {
	margin: 27px 0 0 322px;
	width: 87px;
	height: 23px;
	float: left;
}

div#payPal a {
	display: block;
	width: 87px;
	height: 23px;
}

div#page1SchoolList {
	width: 360px;
	height: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	text-align: left;
	float: right;
}


div#page1SchoolListCol1 {
	padding: 0 0 0 20px;
	width: 160px; 
	height: 265px;	
	float: left;
}

div#page1SchoolListCol2 {
	padding: 0 0 0 20px;
	width: 160px;
	height: 235px;
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	text-align: left;
*/
	float: right;
}


div#page1SchoolList li {
	margin-bottom: 4px;
}

div#page1SchoolList a {
	font-weight: bold;
	color: #333333;
}

div#page1SchoolList a:hover {
	color: #1EB7EB;
}

/* End of Page 1 */


/* Page 2 */

div#page2Top {
	width: 900px;
	heigh: 430px;
}

div#page2Form {
	width: 400px;
	height: 430px;
	text-align: left;
	float: left;
}

div#page2Form td, div#page2Form li {
	padding: 15px 0 3px 0;
	height: 20px;
	font-variant: small-caps;
	border-bottom: #333333 solid 1px;
} 

div#page2Form li {
	width: 380px;
}

div#page2Form td.studentStar, div#page2Form li.studentStar {
	background: url(../images/studentStar.jpg) no-repeat;
}

div#page2Form li.errorLine {
	background: url(../images/errorBackground.png) no-repeat;
	color: #FF0000;
	border: none;
}

div#page2Form input {
	margin-left: 10px;
	width: 260px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-variant: normal;
	color: #000000;
	background:: #FFFFFF;
	border: #FFFFFF solid 1px;
}

div#page2Form input.school {
	margin-left: 5px;
	width: 280px;
}

div#page2Form input:hover {
	background: #E9E9E9;
}

div#page2SchoolName {
	width: 500px;
	height: 50px;
	font-size: 1.2em;
	color: #990000;
	text-align: right;
	float: right;
}

div#page2ErrorBox {
	width: 500px;
	height: 200px;
	color: #FF0000;
	line-height: 1.5em;
	text-align: right;
	float: right;
}

div#page2ErrorBox #errortitle {
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: #333333 solid 1px;
}

div#page2Submit {
	padding-top: 20px;
	width: 500px;
	height: 130px;
	float: right;
}

div#page2Submit input {
	display: block;
	margin: 0 0 0 10px;
	width: 450px;
	height: 130px;
	background: url(../images/submitButton.png) 0 0 no-repeat;
	border: none;
}

div#page2Submit input:hover {
	background-position: 0 -130px;
}

div#page2Bottom {
	clear: both;
	width: 900px;
	height: 220px;
}

div#page2Logo {
	padding: 150px 0 0 505px;
	width: 230px;
	height: 70px;
}

div#page2Logo a {
	display: block;
	width: 230px;
	height: 70px;
}

/* End of Page 2 */


/* Page 3 */

div#page3Logo {
	margin: 405px 0 0 505px;
	width: 180px;
	height: 60px;
	float: left;
}

div#page3Logo a {
	display: block;
	width: 180px;
	height: 60px;
}

div#page3Arrow {
	padding: 0 0 0 70px;
	width: 270px;
	height: 90px;
	float: left;
}

div#page3Arrow a {
	display: block;
	width: 270px;
	height: 90px;
	background: url(../images/homeButton.png) 0 0 no-repeat;
}

div#page3Arrow a:hover {
	background-position: 0 -90px;
}

/* End of Page 3 */

/* Footer */

div#footer {
	clear: both;
	margin: 0 auto;
	padding: 63px 0 0 710px;
	width: 190px;
	height: 37x;
	background: url(../images/footerBackground.jpg) no-repeat;
}

div#footer a {
	display: block;
	margin: 0x 0 0 0px;
	width: 150px;
	height: 20px;
	background: url(../images/contactButton.jpg) 0 0 no-repeat;
}

div#footer a:hover {
	background-position: 0 -20px;
}

/* End of Footer */