/* CSS Document */


body {
	background-color: #E5AB02;
	margin: 0;
	background:#E5AB02 url(../graphics/scs_top.jpg) top repeat-x;
}



a.section:link {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.section:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.section:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFB200;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.section:active {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFB200;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}



.sitelinksBG {
	background-color: #1D244B;
}


.sectionlinksBG {
	background-color: #1D244B;
}

.sectionlinksAreaBG {
	background-image: url(graphics/sectionlinksArea_bg.gif);
}

.sectiontitleBG {
	background-image: url(graphics/title_bg.gif);
}


.headerbottomBG {
	background-image: url(graphics/headerbottom_bg.gif);
}

.resultstitleBG {
	background-image: url(graphics/gradient_resultstitle.gif);
}

.adspace {
	background-color: #1D244B;
}

/* Divider on the search page */
.ColoredDivider {
	color: #1D244B;
}

/* Search borders are HARD CODED IN "TABLE BORDER" */



.content {
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	color: #000000;
}

.sectionlinkcontent {
	font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	color: #E5AB02;
}

.sectionlinkOnpage {
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	font-weight: bold;
	color: #E5AB02;
}

.sectionlinkWhite a:link, a:visited {
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.sectionlinkWhite a:hover {
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}



.sectionlinkDark {
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	align: left;
	font-weight: bold;
	color: #1D244B;
}


.resultstitle {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	align: left;
	color: #1D244B;
}


.sponsorstitle {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	align: left;
	color: #1D244B;
}

.resultcontentName {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	align: left;
	color: #1D244B;
}

.resultcontent {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	align: left;
	color: #000000;
}

.sponsorstitle {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	align: left;
	color: #1D244B;
}

/* This is for the prof_rate page - dark blue background, white text */
.RateProf {
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#1D244B;
	border-color:#FFCC00;
}



/* This is for the Text Tool Tip on the evaluation page */
#fixedtipdiv{
		position:absolute;
		padding: 2px;
		border:1px solid black;
		font:normal 12px Verdana;
		line-height:18px;
		z-index:100;
}

/* Buttons such as "Select School" */

.blueButton {
	background-color: #1D244B;
	color:white;
}

/* Font for main body */
.bodyText {
	color: #1D244B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bodyTextBigger {
	color: #1D244B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}



.newlink a:link, a:visited {
	color:#000099;
	text-decoration:underline;
}
