#overlaySearchStartHere {
	position: absolute;
	margin-left: 775px;
	top: 175px;
	z-index: 101;
	font-size:30px;
	color:white;
	font-weight:bold;
}
#overlayStudyingHere {
	position: absolute;
	margin-left: 502px;
	top: 1060px;
	z-index: 101;
	font-size:30px;
	color:white;
	font-weight:bold;
}
#overlayContact {
	position: absolute;
	margin-left: 850px;
	top: 1240px;
	font-size:30px;
	color: black;
	font-weight:bold;
}
#overlayAboutUs {
	position: absolute;
	margin-left: 525px;
	top: 1350px;
	font-size:30px;
	color: black;
	font-weight:bold;
}
#overlayApplyForScholarshipsOnline {
	position: absolute;
	margin-left: 70px;
	top: 1420px;
	font-size:35px;
	color:white;
	font-weight:bold;
	text-align: center;
}

#overlayNavigationLinks {
	position: absolute;
	margin-left: 30px;
	top: 198px;
	font-size:25px;
	color:white;
	font-weight:bold;
}

.bannerText {
	cursor: pointer;
}

#spacer {
	height:0px;
}


#content-container {
	background-image: url(../../Images/spanish/newbackgroundImage.png);
	height: 1400px;
	width: 1000px;
}
#SearchArea {
	position: absolute;
	margin-left: 365px;
	top: 160px;
	width: 397px;
	height: 265px;
	background-color: white;
	font-size: 12px;
	padding: 2px;
	z-index:100;
}
#AboutSchoolChoice {
	position: absolute;
	margin-left: 25px;
	background-color: white;
	top: 1060px;
	width: 440px;
	height: 250px;
	font-size: 12px;
	text-align: left;
	padding: 10px;
}

#MainArea {
	position: absolute;
	margin-left: 82px;
	top: 442px;
	width: 900px;
}



.formBoxes {
	font-size: 12px;
}


img {
	border: 0px;
}

table.schoolsTable {
}
table.schoolsTable tr th {
	background-color: #E1EBE4;
}
table.schoolsTable tr th, table.schoolsTable tr td {
	padding: 3px 5px;
}

table tr th {
	text-align:left;
}

.DarkenScreenDiv {
	z-index:			100;
	position:			fixed;
	width:				100%;
	height:				100%;
	top:				0px;
	left:				0px;
	background-color:	black;
	filter:				alpha(opacity=20);
	-moz-opacity:		0.20;
	-khtml-opacity:		0.20;
	opacity:			0.20;
}

#SchoolProfilePopup {	
	position:			fixed;
	z-index:			102;
	width:				800px;
	height:				500px;
	top:				50%;
	left:				50%;
	margin-left:		-400px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}

#SchoolProfileSearchResults {	
	position:			fixed;
	z-index:			102;
	width:				800px;
	height:				500px;
	top:				50%;
	left:				50%;
	margin-left:		-400px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}

#SchoolProfilePopupShadow {
	position:			fixed;
	z-index:			101;
	width:				820px;
	height:				520px;
	
	top:				50%;
	left:				50%;
	margin-left:		-408px;
	margin-top:			-258px;

	background-color:	black;
	filter:				alpha(opacity=23);
	-moz-opacity:		0.23;
	-khtml-opacity:		0.23;
	opacity:			0.23;
}


#HelpPopupBoxText {	
	position:			fixed;
	z-index:			102;
	width:				400px;
	height:				300px;
	top:				50%;
	left:				50%;
	margin-left:		-200px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}
#HelpPopupBoxTextShadow {
	position:			fixed;
	z-index:			101;
	width:				420px;
	height:				320px;
	
	top:				50%;
	left:				50%;
	margin-left:		-208px;
	margin-top:			-258px;

	background-color:	black;
	filter:				alpha(opacity=23);
	-moz-opacity:		0.23;
	-khtml-opacity:		0.23;
	opacity:			0.23;
}

.helpButton {
	cursor: pointer;
	z-index:10;
}



.popupBalloon {
	margin: 50px;
	padding: 10px;
	background-color: #FFFF66;
	border: 1px solid black;
	position: absolute;
	z-index: 200;
	display:none;
	font-size:10pt;
}
.popupBalloon .topleft, .topright, .bottomleft, .bottomright, .tail {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}
.popupBalloon .topleft {
	top: -1px;
	left: -1px;
}
.popupBalloon .topright {
	top: -1px;
	right: -1px;
}
.popupBalloon .bottomleft {
	bottom: -1px;
	left: -1px;
}
.popupBalloon .bottomright {
	bottom: -1px;
	right: -1px;
}
.popupBalloon .tail {
	bottom: -33px;
}

#loadingBar {
	position:absolute;
	margin-left:350px;
	margin-top:200px;
	padding:20px;
	z-index:100;
	background-color:#E8E8E8;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	text-align:center;
}
label { cursor:pointer; }

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: X-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
html>body {
	font-size: small;
	}
a:link, a:visited {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*  font-size:12px;*/
	}
a:hover {
	text-decoration: none;
	}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: lowercase;*/
	}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: lowercase;*/
	}
h3 a:link, h3 a:visited, h3 a:hover {
	text-decoration: none;
	}

/* kicker overline */

h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* small headlines */

h6 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	}
