.affil  { color: #ffffff; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.affil  a:link { color: #ffffff; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.affil  a:visited { color: #ffffff; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.affil  a:hover { color: #ffffff; font-size: 10px; font-family: arial, helvetica, sans-serif; text-decoration: none; }

.affil-2  { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.affil-2 a:link  { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; text-decoration: underline; }
.affil-2 a:visited  { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; text-decoration: underline; }
.affil-2 a:hover  { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; text-decoration: underline; }
.affil-2 a:active  { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; text-decoration: underline; }

body {
	color:#333333; 
	font-size:12px; 
	font-family:arial,helvetica,sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td { color:#333333; font-size:12px; font-family:arial,helvetica,sans-serif; }

p { color:#333333; font-size:12px; font-family:arial,helvetica,sans-serif; }

.bold {font-weight:bold;}

.small {font-size:10px;}

#zipbox {position:absolute; top:283; left:433;}

a.proglink {color:#435CAC;}

a.proglink:hover {color:#868B2F;}

.copyright {
	font-size: 10px;
	color: #102154;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none
}
a.copyright {
	font-size: 10px;
	color: #102154;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none
}
.disc {color: #666666;
			font-family:Arial, Helvetica, sans-serif;
			font-size:9px;}

td a:link {color:#435CAC;}
td a:visited {color:#435CAC;}
td a:hover {color:#868B2F;}

p a:link {color:#435CAC;}
p a:visited {color:#435CAC;}
p a:hover {color:#868B2F;}

.hdrwhitebold15 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.hdrblubold15 {
	font-size: 15px;
	font-weight: bold;
	color: #193A71;
}

.hdrblubold20 {
	font-size: 20px;
	font-weight: bold;
	color: #193A71;
}
.subhdrblubold12 {
	font-size: 12px;
	font-weight: bold;
	color: #193A71;
}
.nlnav {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.nlnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nlnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nlnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nlnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------ DIV BASED MENU --------------- */
/* ---------shopping---------*/
.divMenu{margin:0; }
.divMenu a:link, .divMenu a:active, .divMenu a:visited{border:1px solid #000000; border-left:0px; background:#666666;padding:5px 9px;color:#fff;font:bold 12px arial, verdana, helvetica, sans-serif;text-decoration:none}
.divMenu a:hover, .divMenu a:focus{background:#102154;}
/* FR mod */
.divMenu a#sel{border-bottom:0px solid #f60;background:#A5AB3E;color:#fff;}
.divMenu a#cb{border-bottom:0px solid #007D00;background:#A5AB3E;color:#fff}
/* ---------shopping---------*/
/* ------------ END DIV BASED MENU --------------- */


/* LIST-BASED MENU */
/* the horizontal menu starts here */
div#listmenu {
	float:left; /*makes the div enclose the list */
	font-size:0.8em;	/* SET FONT-SIZE HERE */
	width:100%;
	margin-top:0px;
	font-weight:bold;


	}
div#listmenu ul {margin:0px;/* indents ul from edge of container */
	}
div#listmenu li {
	z-index:100; /* had to add this to make the drop be on top in Safari */
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#666666; /*sets the background of the menu items */
	border-right:1px solid #000000; /* creates dividing lines between the li elements */
	border-top:1px solid #000000;	/* draws line on top edge of div */
	color:#FFFFFF;
	text-align:center;
	

	}
div#listmenu li:first-child {
	border-left:1px solid #000000; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#A5AB3E; /*sets the background of the menu items */
		color:#FFFFFF;
		
	}
div#listmenu a {

	display:block; /*makes rolled list items in drop down highlight link text, and wrapped lines indent correctly */
	padding:5px 9px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
		border-bottom:1px solid #000000;	/* draws line on top edge of div */

	}
div#listmenu a:hover {
	color:#ffffff;
	background-color:#A5AB3E;
	border-bottom:1px solid #A5AB3E;	/* draws line on top edge of div */
	}
/* the horizontal menu ends here */





/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #069; /*  three sides of each drop-down item */
	border-bottom:1px solid #069;
	border-right:1px solid #069;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #069; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #000000;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */




.keyword {
	color: #990000;
	font-weight: bold;
}

.fourteenRED {
	color: #990000;
	font-size:14px;
}
.clienttab_on {
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;
}
.clienttab_off {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px;
}
.tabwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 4px;
}
a.tabwhite:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 4px;
	text-decoration: none;
}
a.tabwhite:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 4px;
	text-decoration: none;
}
a.tabwhite:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 4px;
	text-decoration: none;
}.white {
	color: #FFFFFF;
}
.verttd {padding:15px 15px 15px 0px;}
.vertul {padding:0px; margin:0px 0px 0px 15px;}
.verts11 {padding:0px 0px 0px 13px; background-image:url(http://www.top-colleges.com/s/images/grnarrow.gif); background-repeat:no-repeat; font-size:11px;}
.verts12 {padding:0px 0px 0px 13px; background-image:url(http://www.top-colleges.com/s/images/grnarrow.gif); background-repeat:no-repeat; font-size:12px;}


.results-col-hdr1 {padding:4px 10px; border:1px solid #CCCCCC; font-size:11px; border-right:0px;}
.results-col-hdr2 {padding:4px 10px; border:1px solid #CCCCCC; font-size:11px;}

.results-col1 {background-color:#FFFFFF; padding:10px; text-align:center; font-size:11px; }
.results-col2 { background-color:#F8F8F8; border-left:1px solid #CCCCCC; text-align:left; padding:10px; width:175px; font-size:11px; }
.results-col3 { background-color:#FFFFFF; border-left:1px solid #CCCCCC; text-align:left; padding:10px; width:125px; font-size:11px; }
.results-col4 { background-color:#F8F8F8; border-left:1px solid #CCCCCC; text-align:left; padding:10px; font-size:11px; }
.results-col5 { background-color:#FFFFFF; border-left:1px solid #CCCCCC; text-align:left; padding:10px; text-align:center; font-size:11px; }

.results-col1-featured {background-color:#FFFFFF; border-left:1px solid #990000; border-bottom:4px solid #990000; padding:10px; text-align:center; font-size:11px; }
.results-col2-featured { background-color:#F8F8F8; border-left:1px solid #CCCCCC;  border-bottom:4px solid #990000; text-align:left; padding:10px; width:175px; font-size:11px; }
.results-col3-featured { background-color:#FFFFFF; border-left:1px solid #CCCCCC;  border-bottom:4px solid #990000; text-align:left; padding:10px; width:125px; font-size:11px; }
.results-col4-featured { background-color:#F8F8F8; border-left:1px solid #CCCCCC;  border-bottom:4px solid #990000; text-align:left; padding:10px; font-size:11px; }
.results-col5-featured { background-color:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #990000; border-bottom:4px solid #990000; text-align:left; padding:10px; text-align:center; font-size:11px; }
.results-featured-hdr { text-align:left; background-color:#990000; color:#FFFFFF; font-weight:bold; font-size:12px; padding:2px 25px;}

.ulnomargin {padding:0px; margin:5px 0px 10px 15px;}
.elevenpix {font-size:11px; line-height:12px;}
.underlined {text-decoration:underline;}
form {display:inline;}
