body {
font-family: Arial, Helvetica, sans-serif;}

.saying{
font-size: 24px;
text-color: blue;
}

A.nav {
text-decoration: none;
color: black;
font-weight: normal;
font-size:14px;
}

A.nav:hover {
text-decoration: none;
color: red;
font-weight: normal;
}

#content {
width:80%;
}

#footer {
text-align: center;
font-size: smaller;
}

A.foot {
text-decoration: none;
color: blue;
}

A.foot:hover {
text-decoration: none;
color: red;
}


/*
line {
background-image: url(bluedot.gif);
background-repeat: repeat-x;
background-repeat: repeat-y;
}
*/


#breadcrumbs {
font-size: smaller;
color: #999999;
}

#breadcrumbs A {
text-decoration: none;
}

#breadcrumbs A:hover {
color: red;
text-decoration: none;
}

table {padding: 0;}

/*
.floatright {
float: right;
}
*/

A {
text-decoration:none;
color: blue;
}

A:hover {
text-decoration:none;
color: red;
}

.fineprint {
font-size: smaller;
}


/* services page */

/* div containing the floating menu on the services/index.php page */
#floating_menu A {

}
.mainlevel {
font-weight:bold;
font-size:12px;
margin-left:3px;
}
.sublevel {
margin-left:20px;
font-size:11px;
}
#prevent_overlap_with_menu div {
margin-left:20px;
}
#prevent_overlap_with_menu p {
margin-left:20px;
}
td#menu_spacing {
width:200px;
}
/* on locations/index.php */
.hours {
margin-left:40px;
}

/* on FAQ page */
.question {
font-weight:bold;
display:block;
font-style:italic;
}
.answer {
margin-left:40px;
}


/* catalog experiment page */
#catalog_browse td{
font-size:10px;
padding:2px;
}

#catalog_browse th{
text-align:left;
padding:2px;
}

