@charset "utf-8";
/* chop-links.css */

/* Home Page links */

a.more1 {
color:#ffffff;
font-weight: normal;
text-decoration:none;
}

a:link.more1 {
color: #ffffff;
text-decoration:none;
}

a:visited.more1 {
color: #ffffff;
text-decoration:none;
}

a:hover.more1 {
color: #ffffff;
text-decoration:underline;
}

/* Top Navigation */

a.topnav {
font: normal 0.9em sans-serif, "Verdana";
color: #000;
text-decoration:none;
}

a:link.topnav {
font: normal 0.9em sans-serif, "Verdana";
color: #000;
text-decoration:none;
}

a:visited.topnav {
font: normal 0.9em sans-serif, "Verdana";
color: #000;
text-decoration:none;
}

a:hover.topnav {
font: normal 0.9em sans-serif, "Verdana";
color: #000;
text-decoration:underline;
}


/*********More2*************/

a.more2 {
color:#000;
font-weight: normal;
text-decoration:none;
}

a:link.more2 {
color: #000;
text-decoration:none;
}

a:visited.more2 {
color: #000;
text-decoration:none;
}

a:hover.more2 {
color: #000;
text-decoration:underline;
}

	/* Right Bottom Nav Links */
		
	a.rbnav {
	font: normal 12px sans-serif, "Verdana";
	color:#619230;
	font-weight: normal;
	text-decoration:none;
	}

	a:link.rbnav {
	font: normal 12px sans-serif, "Verdana";
	color: #619230;
	text-decoration:none;
	}

	a:visited.rbnav {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:none;
	}

	a:hover.rbnav {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:underline;
	}
/* Contact form links */

a.contact {
color:#ffffff;
font-weight: normal;
text-decoration:none;
}

a:link.contact {
color: #ffffff;
text-decoration:none;
}

a:visited.contact {
color: #545766;
text-decoration:none;
}

a:hover.contact {
color: #545766;
text-decoration:none;
}

/* Scholarship links */

a.scholar {
font: normal 11px sans-serif, "Verdana";
color:#619230;
font-weight: normal;
text-decoration:underline;
}

a:link.scholar {
font: normal 11px sans-serif, "Verdana";
color: #619230;
text-decoration:underline;
}

a:visited.scholar {
font: normal 11px sans-serif, "Verdana";
color: #666666;
text-decoration:none;
}

a:hover.scholar {
font: normal 11px sans-serif, "Verdana";
color: #666666;
text-decoration:none;
}

	/* Scholarship Sites */
	
	a.ssites {
	font: normal 12px sans-serif, "Verdana";
	color:#619230;
	font-weight: normal;
	text-decoration:underline;
	}

	a:link.ssites {
	font: normal 12px sans-serif, "Verdana";
	color: #619230;
	text-decoration:underline;
	}

	a:visited.ssites {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:none;
	}

	a:hover.ssites {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:none;
	}
	
/* Timelime Page */
	a.tline {
	font: normal 12px sans-serif, "Verdana";
	color:#619230;
	font-weight: normal;
	text-decoration:none;
	}

	a:link.tline {
	font: normal 12px sans-serif, "Verdana";
	color: #619230;
	text-decoration:none;
	}

	a:visited.tline {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:none;
	}

	a:hover.tline {
	font: normal 12px sans-serif, "Verdana";
	color: #666666;
	text-decoration:none;
	}
	
	/* Bottom Navigation */

	a.btmnav {
	font: normal 1em sans-serif, "Verdana";
	color: #000;
	text-decoration:none;
	}

	a:link.btmnav {
	font: normal 1em sans-serif, "Verdana";
	color: #000;
	text-decoration:none;
	}

	a:visited.btmnav {
	font: normal 1em sans-serif, "Verdana";
	color: #000;
	text-decoration:none;
	}

	a:hover.btmnav {
	font: normal 1em sans-serif, "Verdana";
	color: #000;
	text-decoration:underline;
	}
	
	/*Curteous Link*/
	
	a.curteous {
	font-family: "Verdana";
	font-size:10px;
	color: #619230;
	text-decoration:underline;
	}