@import url('screen-import.css');
@import url('leftnav-osdss.css');
/* 
Stylesheet for screen media.

This is tested with the following doc type
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
This puts browsers in "standards" mode.  Hopefully this will make them all behave the same.

All styles/id's start with "usp-" to avoid any conflicts with custom page styles.  Remember
to match the case of the classes/ids in standards mode.

This file contains basic style guidelines for the site. ( color, font settings )
screen-import.css contains the bulk of the styles and deals with laying out the page.
This way even NN4.7 or other old browser users ( including DW 2004 ) get to see
some basic color/formatting of the text but their browser does not get
mangled on the complex CSS

The 2nd import determines the menu style, this one is using the older osdss style.

*/

/*=============== Tag Definitions =====================*/
h1 { color: #990033; font-size:125% }
h2 { color: black; font-size:115%}
body {
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:100.1%;
	background:#ffffff; }


