/* 
	low.css
	-styles for netscape 4 and ie 4
*/

#ahem {
	border: 1px solid red;
	color: red;
}
a {
    color: #3256B6;
}
a:visited {
    color: #7130B8;
}
a:hover, a:visited:hover {
    color: #C61A1A;
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
}
h1 {
	color: Green;
    font-size: 300%;
    font-weight: normal;
}
.hidden {
    position: absolute;
    left: -20000px;
    top: -20000px;
}
#main {
	color: black;
}
#content h3 {
    color: #C61A1A;
    font-weight: normal;
    font-size: 170%;
    line-height: 110%;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-bottom: 8px;
}
#sidebar h3 {
    color: #1A4676;
    font-size: 120%;
}
.site-links {
	 color: black;
}
#footer p {
    color: #8D959F;
    font-size: 85%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    padding-top: 10px;
    text-align: left;
    width: 738px;
}
#footer a, #footer a, visited {
    color: #B6BCC2;
}
.newWin {
	font-style: italic;
}
