.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	list-style-type: disc;
	vertical-align: top;
	float: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.bg {
	background-color: #bb0000;
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
.sized {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	list-style-type: disc;
	vertical-align: top;
	height: 100%;
}
.school
{
	
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}

h3 {
		margin: 5px;
		padding: 5px;	
	}

.suggestionsBox
{
	position: absolute;
	margin-top: 10px;
	width: 450px;
	background-color: #666666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	visibility: visible;
	background-image: none;
}
	
.suggestionList {
		margin: 0px;
		padding: 0px;
		
	}
	
.suggestionList li {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 3px;
		cursor: pointer;	
	}
.suggestionList li:hover {
		background-color: #CC0000;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	
