@charset "UTF-8";
/* CSS Document */

#SchoolInfo {
	}

#SchoolInfo .Selector { float: left; width: 36px; margin-left: 20px; margin-top: 0px; }
#SchoolInfo .Info { float: right; margin-right: 0px; width: 625px;}
#SchoolInfo .Info h1 { clear: both;
	font-size: 1.2em;
	line-height: 0.8em;
	color: #ffffff;
	background-color: #333;
	padding: 6px;
	text-align: left;
	}

#SchoolInfo .Info h2 { font-size: 1.1em;
	line-height: 0.8em;
	color: #000;
	background-color: #88a9c3;
	padding: 6px;
	text-align: left;
	}

#SchoolInfo .Info h6 {margin-top: 0; margin-bottom: 16px; text-align:left; font-size:1.0em;}

#SchoolInfo .Info p { margin-top: 0; font-size: 1.0em; line-height: 1.2em;
	}

#SchoolInfo .Info .Title {
	color: #97da76;
	font-style: italic;
}

#SchoolInfo .Info .women { float: right; margin-right: 0px; width: 300px; background-color:#495b68; margin-bottom: 15px;
	}

#SchoolInfo .Info .men { float: left; margin-left: 0px; width: 300px; background-color:#495b68; margin-bottom: 15px;
	}

#SchoolInfo .Info .women p { padding-left: 5px;
	} 

#SchoolInfo .Info .men p { padding-left: 5px;
	}
	
.DirectoryNav {
	margin-bottom: 2px;
	}

.DirectoryNav a:link, .DirectoryNav a:visited {
	display: block;
	color: #103878;
	width: 24px;
	height: 26px;
	text-decoration: none;
	background-image: url(/images/PgElements/DirectoryLetter_Off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 4px;
	text-align: left;
	}

.DirectoryNav a:hover {
	display: block;
	width: 24px;
	height: 26px;
	color: #354958;
	text-decoration: none;
	background-image: url(/images/PgElements/DirectoryLetter_On.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.DirectoryNavSelected {
	display: block;
	width: 24px;
	height: 26px;
	color: #354958;
	text-decoration: none;
	background-image: url(/images/PgElements/DirectoryLetter_On.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 4px;
	text-align: left;
	}

/* IE6 Only */
* html .DirectoryNav a:link { padding-top: 6px;}

/* IE7 Only */
*:first-child+html .DirectoryNav a:link { padding-top: 6px;}
