/*
	low.css
	
	Styles for old browsers.
	
	Notes:
	- This style sheet should only adjust fonts, colors, and borders.
	  There may be a few exceptions to the rule.
	- This style sheet is also the base stylesheet for the Web site
	  so it is shared for both print and screen.
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: black;
	text-decoration: underline;
}
a { color: #42a0e1; }
a:visited { color: #ae91db; }
a:hover { color: #cc0000; }
h1, h2, h3, h4, h5 {
	font-family: Georgia, Palatino, "Times New Roman", Times, Geneva;
	font-weight: normal;
	font-style: italic;
}
h1, #header h1 a, #header h1 a:visited {
	color: #14477a;
	font-size: 180%;
}
h2, #header h2 a, #header h2 a:visited {
	color: #8caac7;
	font-size: 120%;
}
h3 {
	color: #bf4040;
	font-style: normal;
	font-size: 170%;
}
h4 {
	color: #14477a;
	font-size: 140%;
	font-style: normal;
}
h5 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}
h1 a, h1 a:visited { color: #14477a; }
h1 a:hover, h1 a:visited:hover { color: #cc0000; }
h3 a,
#foot-box h4 a,
#foot-box a strong, 
dl.menu dt a { color: #bf4040; }
h3 a:visited,
#foot-box h4 a:visited,
#foot-box a:visited strong,
dl.menu dt a:visited { color: #cc7777; }
h3 a:hover,
.article h3 a:visited:hover,
#foot-box h4 a:hover,
#foot-box h4 a:hover strong
dl.menu dt a:hover,
dl.menu dt a:visited:hover { color: #dd0000; }
h4 a { color: #22659a; }
h4 a:visited { color: #8caac7; }
h4 a:hover, h4 a:visted:hover { color: #cc0000; }
small { font-size: 90%; }
dl dt {
	font-family: Georgia, Palatino, "Times New Roman", Times, Geneva;
	font-size: 110%;
	font-weight: bold;
}
acronym { cursor: help; }
.hidden, .hidden-low { display: none; }
.date { color: #979fae; }
.author { font-style: italic; }
.author-description {
	border: 0px dotted #cde2f1;
	border-top-width: 1px;
	font-style: italic;
}
.student-info { 
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 85%;
}
.caption { font-size: 85%; }
.error, .asterix, .url { color: #cc3333; }
.optional { color: #99999b; }
.required { color: #000000; }
#header, #footer {
	border: 0pt dotted #cde2f1;
	width: 100%;
}
#header {
	border-bottom-width: 1px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#header h1 a, #header h1 a:visited,
#header h2 a, #header h2 a:visited { text-decoration: none; }
#sidebar .section h5 { color: #14477a; }
#footer {
	border-top-width: 1px; 
	clear: both;
	font-size: 90%;
	margin-top: 3em;
}
#footer .site-links { margin-bottom: 1em; }
#footer p {
	margin: 0;
	margin-bottom: .75em;
}
