/* CSS Document */

body {
    margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

h1 span {
    color: #000000;
	text-decoration: none;
}

#navigation {
    display: none;
}
#infofooter {
    display: none;
}
#notice {
    display: none;
}
#aboutnav {
    display: none;
}

.borderline {
    visibility: hidden;
}

#aboutcontent a:link:after, #aboutcontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 9pt;
}
#aboutcontent a[href^="/"]:after {
  content: " (http://www.suu.edu" attr(href) ") ";
}

#president {
    float: right;
	width: 250px;
	border: 1px dotted #666666;
	padding: 5px;
	font-size: 10pt;
	text-align: center;
}
#president h2 {
    font-size: 12pt;
}
#president a[href^="/"]:after {
  content: " (http://www.suu.edu" attr(href) ") ";
}
