		p, ul { margin: .3em 130px 0 150px; }
		li {margin: .5em 0;}
		.alignright {font-size: .9em; margin-top: 2em; text-align: right;}
		h1 {
	       background: #9999aa; 
		   height: 110px; 
	       padding: 10px 120px 0; 
		   text-align: center;
		   margin: 0;
	       font-style: italic;
	       font-family: georgia, serif;
		   font-size: 1.8em;
	       font-weight: normal;
		   }

       * html h1 {
                 height: 120px; 
                 }

h1 span {color: #880000;} 

h2 {
       font-size: 1.1em;
       margin: 1.6em 180px .5em 170px;
       }

#right p, #left p {
       margin: 0; 
       padding: 0 15px .8em;
       color: #ffe060;
       }

#right h2, #left h2 {
        margin: 0; 
        padding: 1.6em 10px .5em;
        color: #ffe060;
        }

/*** Op6 won't obey positional keywords for BG images, but does obey percentages. ***/
/*** Op7 must have an explicit BG color on 'body' or 'html', or it blacks out the BG color. (?) ***/

   /*** This is the Tan hack, which replaces the old Tantek hack.
           http://css-discuss.incutio.com/?page=BoxModelHack
           See: 'A Modified SBMH'.  Only IE can see this rule.  ***/

#wrapper a {color: #880000; margin:10}

/**** Because of the different way IE and other browsers handle vertically repeating BG's,
***** it is necessary to 'switch sides' when placing the BG images on 'body' and #wrapper.  
***** That is the purpose of all these Tan hacks. I LOVE that hack! Thanks, Edwardson...  
****/


#right {
       width: 53; 
       position : static;
       float : right;
       padding: 0; 
       margin: 1px;
			 margin-right:10px;
			 margin-top: 12px;
}

#left {
       left: 0; 
/*       width: 150px;*/
       position: absolute; 
       padding: 0; 
       margin: 1px;
			 margin-left: 25px;
}
   /*** The 'top' declaration is deliberately left out, so that it becomes the default 'auto',
          which places the div top edge at the height where a normal 'static' div would be. ***/

/* -7px margin-top enables footer/middles to lign up in NN4 rather than dropping down unacceptably */
#middle
	{
	clear				: both;
	margin				: 0px;
	margin-top			: 0px;
	text-align			: center;
	color				: #000000;
	background-color	: #cccccc;
	min-width: 400;
	max-width: 772px;
	}

.breadcrumb {
  
	float: left;
	color: #999;
	font-size: 0.9em;
}
#container {
  background: #cccccc;
  float: left;
  width: 770px; 
	margin: 0 auto;
	max-width:772px;
	border-right: 1px solid #000000; 
	border-top:   1px solid #000000; 
	border-bottom:1px solid #000000; 
	border-left:  1px solid #000000; 
}
#containerNT {
  background: #cccccc;
  float: left;
  width: 770px; 
	margin: 0 auto;
	max-width:772px;
	border-right: 1px solid #000000; 
	border-bottom:1px solid #000000; 
	border-left:  1px solid #000000; 
}
#containerND {
  background: #cccccc;
  float: left;
  width: 770px; 
	margin: 0 auto;
	max-width:772px;
}

#BannerTop {
		background: #cccccc;
		height:50px;
		width: 770px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		text-align: center;
		}
#bannermenu {
    float: left;
    font-family: arial;
		font-size: 0.9em;
    margin-top: 0px;
		margin-left: 0em;
		text-align: center;
		height:20px;
		width: 109px;
		}
#bannermon {
    float: left;
    font-family: arial;
		font-size: 0.9em;
    margin-top: 0px;
		margin-left: 0em;
		text-align: center;
		height:20px;
		width: 63px;
		}
.bannerfont {
   FONT-SIZE : 9pt;
	 FONT-FAMILY: Arial, Geneva, Helvetica, Sans-Serif;
	 COLOR: #660066;
}
.MenuActv {
   background: #ccdddd;
	 border-right:1px solid #000;
	 }
.MenuActvLst {
   background: #ccdddd;
	 }
.MenuPasv {
   background: #cccccc;
   border-right:1px solid #000;
   }
.copyright
{
    FONT-SIZE: 8pt;
    COLOR: #660066
}
.DataFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND-IMAGE: none;
    COLOR: black;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial, Geneva, Helvetica, Sans-Serif;
    BACKGROUND-COLOR: #cccccc
}
.TableFont
{
    FONT-SIZE: 9pt;
    BACKGROUND: #cccccc;
    COLOR: #000000;
    FONT-FAMILY:   Sans-Serif, Helvetica, Arial;
}
.LabelFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND: #cccccc;
    COLOR: #000099;
    FONT-FAMILY: Arial, Geneva, Helvetica, Sans-Serif;
}

.ntxtd
{
    FONT-SIZE: 9pt;
    COLOR: darkseagreen;
    FONT-FAMILY: Arial, Geneva, Helvetica, Sans-Serif;
    TEXT-DECORATION: none
}

