@charset "utf-8";
/* CSS Document */

body {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111;
	letter-spacing:.01em;
}
h1, h2, h3 {  }

a:link {
	color:#314c93;
}
a:visited {
	color:#433193;
}
a:hover {
	color:#870e0e;
}
a:active {
	color:#14870e;
}


#schools ul li {
	color:white;
	font-size:14px;
}
#schools ul li.header {
	font-style:italic;font-weight:bold;
}
#schools a:link, #schools a:visited, #breadcrumbNav a:hover {
	color:#eeaf26;
	text-decoration:none;	
}
#schools a:hover, #navigation a:hover, #breadcrumbNav a:link, #breadcrumbNav a:visited {
	color:white;
	text-decoration:none;	
}
#schools a:active, #navigation a:active, #breadcrumbNav a:active {
	color:#FF9;
	text-decoration:none;	
}
ul#nav, #navigation a:visited {
	font-size:18px;
	color:#eee;
}

#breadcrumbNav {
	color:#FFF;
}
#breadcrumbNav a:hover {
	text-decoration: none;
}
#breadcrumbNav a.current {
	color:#FF9;
	font-style:italic;
	letter-spacing:.03em;
}

#contentNav ul a:link, #contentNav ul a:visited {
	color:#e0eaff;
	text-decoration:none;
}
#contentNav ul a:hover, #contentNav ul a.current {
	background-color:#0c1a3f;
}
#contentNav ul a:active {
	color:#FF9;
}

.window .winHeader {	
	font-size:26px;
	color:white;
	letter-spacing:.05em;
}
a.close {
	color:white;
	text-decoration:underline;
	padding-right:20px;
	font-size:16px;
}
.winFooter a.close {
	color:#202125;
	text-decoration:underline;
	font-size:14px;
	padding-right:12px;
}
