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

body, form { 
font-family: helvetica, sans-serif;  
color: black;
font-size: 13px; 
}

#content {
margin-left: auto;
margin-right: auto;
width: 1100px;
}

#logo {
margin-top: 75px;
}

#nav {
width="200px";
}

#title { 
font-family: helvetica, sans-serif; 
color: black;
font-size: 30px; 
background: white;
}

#scroll {
width: 900px;
height: 420px;
overflow: scroll;
position: relative;
background-color:#ffffff;
border:1px solid darkgray;
/* the next two changes are both for opacity; one in IE and one in Firefox. love, amy. */
filter:alpha(opacity=70);
opacity:.7;
margin:0px 0px;
font-weight:regular;
color: black;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: lightgrey;
}

.vscrollerbar {
width: 11px;
background-color: darkgrey;
}

.hscrollerbase {
height: 11px;
background-color: lightgrey;
}

.hscrollerbar {
height: 11px;
background-color: darkgrey;
}

a:link {
text-decoration: none;  
font-family: helvetica, sans-serif; 
font-size: 15px; 
color: white;
}

a:active {
text-decoration: none; 
font-family: helvetica, sans-serif; 
font-size: 15px; 
color: white; 
}

a:visited { 
text-decoration: none; 
font-family: helvetica, sans-serif; 
color: white;
}

a:hover {
font-family: helvetica, 
sans-serif; 
font-size: 15px; 
color: grey; 
}

img {
border: 0;
}
