/* SPLASH STYLES */

#wrapper1 { /* wraps the whole page and centers it */
	width: 980px;
	margin: 13px auto 0 auto;
	text-align: center;
}
#wrapper1 table { width:710px; text-align:center; }
#splash2 {
	width: 710px;
	float: left;
	display:block;
	margin: 2em 0px 0 0px;
	padding-bottom: 80px;
	font-size: 1.3em;
	text-align: left;
	background: url('/graphics/edu/header_arc.gif') no-repeat bottom left; /* re-uses HEADER ARC image no need to change */
	border: 1px solid #1c413a; /* COLOUR CHANGE this is a colour that matches your site *** make sure to make a header ARC image to match if changing it */
	border-bottom: 2em solid #1c413a; /* COLOUR CHANGE this is a colour that matches the MAIN NAVIGATION BAR  */
}
#splashcenter { text-align:center; }
#splash2 .two_cols { 
	background: url('/graphics/edu/splash_line.gif') no-repeat top center;  /* this line matches the outline of the border above - Graphic in file: Splash_Master.psd */
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 3em;
}

#splash2 .two_cols .column .button { margin: 20px auto; width: 210px; }
#splash2 .two_cols .column .arrow  { vertical-align: middle; }

#splash2 h2 a { font-size: 110%; font-weight: bold; color: #000000; /* COLOUR CHANGE - match if you like */} 
/* FOOTER STYLES */

#full_footer { /* changed from orginal to make the footer span the whole bottom area */
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1em;
	width: 710px;
	clear:both;
}

#footer p { 
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 0.9em;
}

#footer a { color: #666; }

