@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* for browser defaults */
	padding: 0;
	text-align: center; /* set text to the left aligned default in the #container selector */
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
}
#container {
	width: 825px;
	background: none;
	margin: 0 auto; /*auto to center page*/
	border: none;
	text-align: left; /*overrides text-align:center in body selector*/
	padding: 0px;
}
.largebold {
       font-size: large;
       font-weight: bold;
       text-align: left; 
}
.underline {
	text-decoration: underline;
	}
.left{
	text-align: left;
	}
h2{
	color: 06C;
	line-height: inherit;
	} 
h3{
	color: 06C;
	}
italics {
   font-style: italic;
}

bolditalics {
font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

img { border: none; 
	}

#header {
	background: none;
	margin: 0px; 
	padding: 0px;  /* no padding if an image */
}
#mainContent {
	margin: 0px;
	padding: 0px; 
}
#footer {
	margin: 0px;
	padding: 10px; 
	background: url(images/footer.png) no-repeat top center;
	/*height: 248px;*/
	clear: both;
	color: #FFF;
text-align: center;
}
/*styling for first (home) page*/
#homePage {
	height: 500px;
	margin: 0px;
	padding: 0px; 
	background: url(images/tophalf.jpg) no-repeat top center;
}

#homeContent {
	padding: 25px 50px 0px 325px;
	margin: 0px;
	background: none;
	text-align: center;
	}
/*END styling for first (home) page*/

/*styling for page 2*/
.page2 #leftSide {
	float: left; 
	width: 375px; 
	background: #FFF; 
	padding: 15px 10px 0px 20px;
}
.page2 #center {
	float:left;
	width: 15px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	clear: none;
	text-align: center;
	}
.page2 #rightSide { 
	float: right; 
	width: 375px;
	background: #FFF; 
	padding: 15px 10px 0px 20px;
}
#HSp2 {
	padding: 50px 0px 0px 0px;
}
#collegep2 {
	padding: 70px 0px 0px 0px;
	text-align: center;
}
/*END styling for page 2*/
/*page styling for registration and pledge pages*/
#leftSide {
	float: left; 
	width: 180px; 
	background: #FFF; 
	padding: 0px; 
        clear: right;
}
#center {
	padding: 25px 0px 0px 10px;
	margin: 0px 0px 0px 180px;
	width: 400px;
	clear: right;
	text-align: center;
	}
#rightSide { 
	float: right; 
	width: 200px; 
	background: #FFF; 
	padding: 0px 88px 0px 0px;/*aligns students image to right edge of footer*/
}
#regform {
        font: med/1.5em Arial, Helvetica, sans-serif;
        text-align: left;
color: #000;
}

#newsticker {
        font-family: Arial, Helvetica, sans-serif;
	background: none;
	position: absolute; 
z-index: 5;
        color: #FFF;
	font-size: 21px;
        font-weight: bold;
	line-height: 1.5em;
	text-align: center;
      /*  padding: 20px 20px; */
}
#newsticker ul {
/*	border: 1px solid #fcf498; */
	list-style: none;
	min-height: 1.5em; 
width: 800px;
text-align: center;

	/*padding: 30px 30px; */
	padding-left: 10px;
padding-right: 10px;
/* position: relative; */

}
* html #newsticker ul {
	height: 1.5em;
	overflow: visible;
text-indent: 20px;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute; 
	right: 10px;
	top: 0px; /*CHANGE HERE*/
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
/*END page styling for registration and pledge pages*/
/*styling for footer divs*/

#sponsors {
	/*float: left; */
	width: 800px; 	
	height: 200px;
	position: relative;
	margin: 100px auto;
	padding: 75px 0px 0px 0px;
	}
#links {
	width: 800px; 	
	height: 200px;
	position: relative;
	margin: 0px auto;
	padding: 25px 0px 50px 0px;
	text-align: center;
	}
#links a:link {
	color: #FFF;
	}
#links a:visited {
	color: #FFF;
	}
#links a:hover {
	color: #FFF;
	font-weight: bold;
	}
#links a:active {
	color: #FFF;
	font-weight: bold;
	}

/*END styling for footer divs*/


	

