Margin_Rules {
  margin:0em 0em 0em 0em;  /* Expands as below */
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 0em;
}

#Logo {
        margin-top: 0.3em;
        margin-right: 0.3em;
        margin-bottom: 0em;
        margin-left: .5em;
}

body   {
        margin-top: 0em;
        margin-right: 5%;
        margin-bottom: 0em;
        margin-left:  5%;
	     padding:0em;
	     font-family:verdana, arial, helvetica, sans-serif;
       }

 .i1   {
         text-indent: 2em;
       }
 .l1   {
	 font:1em;
	 font-family: verdana, arial, helvetica, sans-serif;
	 padding:.2em;
         text-align: left;
       }
 .c1   {
	 font:1em;
	 font-family: verdana, arial, helvetica, sans-serif;
	 line-height: 1.2em;
	 padding:0.5em;
         text-align: center;
       }
#rightbox {
		width: 15%;
		border: none;
		background-color:white; 
		float: right;
		clear; right;
                margin-bottom: 1em;
		padding: 2px;
		}
		
#leftbox {
		/*width: 25%;*/
		border: none;
		background-color:white;
		float: left;
		clear; left;
                margin-bottom: 1em;
		/*padding: 2px; */
		}

#mbody {
        margin-top: 1em;
        margin-right: 1em;
        margin-bottom: 1em;
        margin-left: 1em;
	padding:0em;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#90789f;
	background-color:white;
	}
h1 {
	margin: 0em 0em 1em 0em;
	padding: 0em;
	font-size: 1.5em;
	line-height:1.7em;
	font-weight:900;
	color:red;
	}
h2 {
	margin: 0.25em 0em 0.25em 0em;
	padding: 0em;
	font-size: 1.2em;
	line-height:1.4em;
	font-weight:600;
	color:red;
	}
h3 {
	margin: 0.10em 0em 0.10em 0em;
	padding: 0em;
	font-size: 1.1em;
	line-height:1.2em;
	font-weight:600;
	color:red;
	}
p {
	font:1em;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:1.2em;
	margin:0em 0em 0em 0em;
	padding:0em;
	}

a 	{
	 font-size:1em;
	 text-decoration:none;
	 font-weight:500;
	 font-family:verdana, arial, helvetica, sans-serif;
	}

.halfbr{height:5%}

 :link { color: #0000FF; }
 :visited { color: #0000FF; }

a:link	  {color:#00789f; 
				font-weight:500;}
a:visited  {color:#00789f; 
				font-weight:300;}
a:hover    {color:blue; 
				/*font-size:1em;
	                        line-height: 1em;*/
				font-style: oblique; 
	                        background-color:#ffd700;
				/*background-color:#7FBBCF;*/
           }

#Content>p {margin:0em;}
#Content>p+p {text-indent:1.8em;}

#Content>p {margin:0em;}
#Content>p+p {text-indent:3.0em;}
#Content>p {margin:0em;}
#Content>p+p {text-indent:2.0em;}
#Content>p+i1   {
         text-indent: 1.5em;
       }
#Content>a+i1   {
         text-indent: 1.5em;
	 margin:0em;
       }
#Content>p+l1   {
	 font:1em;
	 font-family: verdana, arial, helvetica, sans-serif;
	 padding:.2em;
	 margin:0em;
         text-align: left;
       }

#Header {
	 margin:2.0em 0em .2em 1em;
	 font-size:1em;
	 font-weight: bold;
	 padding:.6em 0em .6em 1.8em;
	 /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	 height:2.5em; /* 1.2em + 1.7em + .5em = 3.3em */
	 border-style:solid;
	 border-color:black;
	 border-width:0.1em 0.1em 0.1em 0.1em; /* top and bottom borders left and right borders: 0em */
	 line-height:1.0em;
	 /* background-color: #f7be70;*/
	 background-color: #ffd700;

         /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
         Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
         IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
         declaration. The incorrect IE5/Win value is above, while the correct value is
         below. See http://glish.com/css/hacks.asp for details. */
	 voice-family: "\"}\"";
	 voice-family:inherit;
	 height:1.2em; /* the correct height */
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#Header {height:1.0em;}
#Header>p.right {
            text-align: right;
	         font-size:0.6em;
	     }

#Content {
	margin: 3em 1.0em 3.0em 14.0em;
	padding:.7em;
	}

#Menu {
        position: absolute;
	     top:9.0em;
	     left:5%;
	     width:12em;
	     padding:.4em;
	     background-color:whitesmoke;
	     border:.1em;
	     border-style:solid;
	     border-color:black;
	     font-size:1em;
        font-weight:100;
	     line-height:1.3em;
     /* Again, the ugly brilliant hack. */
	     voice-family: "\"}\"";
	     voice-family:inherit;
	     width:12.0em;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:12.0em;}
#Menu>p {
            text-align: left;
				color: red; 
	     }

#Menu>p.stout {
            text-align: left;
	         color:red;
	         background-color: lightblue;
	         font: 1.5em;
	         font-family: verdana, arial, helvetica, sans-serif;
	         line-height: 1.8em
	         font-weight:bold;
	         padding:.2em;
	}

#Footer {
         text-align: center;
	      padding:.7em;
	      padding:.8em;
	     }
#Footer>p {
            text-align: center;
	     padding:.8em;
	   }
#Footer>a {
            text-align: center;
	    padding:.8em;
	   }
#Footer>img {
            text-align: center;
	    align: center;
	    padding:.8em;
	   }
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

img {/* border style for all images */
  border: 0;
  }
img.b {/* replacement for <br /> after images */
  display: block;
  }
img.t {/* replacement for <br /> after images */
  margin-top: 0.5em;
  }
img.b5332 {
  width:  5.3em; /* replaces 85px width */
  height: 3.2em; /* replaces 50px height */
  }
img.b23450 {
  width: 15.4em; /* replaces 234px width */
  height: 3.2em; /* replaces 50px height */
  align: left;
  valign: top;
  }
img.b46860 {/* scalable em size class 468px/60px banners */
  width: 29.25em; /* replaces 468px width */
  height: 3.8em; /* replaces 60px height */
  }

