.default	{
	margin: 0 auto;
	width: auto;
}

#outer	{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.alert	{
	clear:left;
	padding: 5px;
	margin-left: 24%;
	font-size: 24px;
	font-family: "bell mt", arial, sans-serif;
	color: #8888aa;
}

em 	{
	font-family: times;
	font-size: 14px;
	font-style: italic;
}
	
.header	{
}
			
.slogan	{
	text-align: center;
	font-family: "lucida calligraphy";
	font-style: italic;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1em;
}
			
ul.nav	{
	margin: 0;
	padding: 0;
	width: 80%;
	margin-left: 16%;
	list-style-type: none;
	border: 1px dotted white;
	overflow: auto;
}
			
ul.nav li	{
	font-family: "lucida sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 4px;
	color: #9933aa;
	float: left;
	margin-right: 5px;
}

ul.nav a	{
	display: block;
	padding: 1px 10px;
	border: 1px solid #cdcdcd;
	text-decoration: none;
}
			
ul.nav a:visited,
ul.nav a:link	{
	color: #9933aa;
}	
			
ul.nav a:hover,
ul.nav a:focus,
ul.nav li.selected	{
	background-color: #cdcdcd;
	color: white;
}

ul.external	{
	margin: 20px;
	padding: 2px;
	width: 68%;
	margin-left: 16%;
	list-style-type: none;
}

ul.external li	{
	width: 93%;
	margin-top: 6px;
	font-family: perpetua;
	font-size: 17px;
}

ul.external li a	{
	text-decoration: none;
	color: #9933aa;
	font-weight: bold;
}

ul.external a:hover,
ul.external a:focus	{
	color: #8888aa;
	background-color: #ffffff;
}

ol.utcolleges	{
	list-style-type: none;
	width: 44em;
	overflow: auto;
	margin: 2px auto 10px auto;
}

ol.utcolleges li	{
	font-family: "charcoal cy", sans-serif;
	font-size: 13px;
	font-style: italic;
	float: left;
	width: 22em;
}

ol.utcolleges li a	{
	color: #666666;
}

ol.utcolleges li a:hover,
ol.utcolleges li a:focus	{
	color: #8888aa;
	background-color: #ffffff;
}
