/* css document */

@import url("reset.css");
@import url("global.css");
@import url("navigation.css");
@import url("forms.css");

@import url("locator.css");

/* begin - stuff for the fred-itor */
 .debugdisplay
 {
  width: 100%;
  text-align: center;
  clear: both;
 }
 .debugText 
 {
	margin-top: 40px;
	display: block;
	color: Blue;
 }
/* end - stuff for the fred-itor */
 
/*----- #color glossary -----

Dark grey (text): #333333
Dark Blue (headings, links) #000066
Mid Blue (header) #333399
Light blue (top navigation) #CCCCFF
Mid grey: #666666

*/

/*----- #css ref -----

background: #fff url(image.gif) no-repeat top left
(background-color, background-image, background-repeat, background position)

font: 1em/1.5em bold italic serif 
(font-size/ line-height, font-weight, font-style, font-family)

<em> renders as emphasized text
<strong> renders as strong emphasized text
<dfn> defines a definition term
<code> defines computer code text
<samp> defines sample computer code
<kbd> defines keyboard text
<var> defines a variable
<cite> defines a citation
<del> strikethrough
<ins> underline

*/