body {
		 margin:20px;
		 padding:0px;
		 font-family:verdana, arial, helvetica, sans-serif;
		 font-size:12px;
		 font-weight:normal;
		 line-height:20px;
		 color:navy;
		 background-color:transparent;
		 background-image:url(../graphics/bodybg.gif);
		 background-repeat:repeat;
		 }

h1 {
		 margin:0px;
		 font-size:28px;
		 line-height:34px;
		 font-weight:bolder;
		 text-align:center;
		 }

h2 {
		 font-weight:bold;
		 font-size:16px;
		 line-height:22px;
		 margin:0px 0px 5px 0px;
		 }
		 
p {
		 margin:0px 0px 0px 0px;
		 }

a {
		 font-size:11px;
		 font-weight:bold;
		 text-decoration:none;
		 background-color:transparent;
		 }

a:link {color:black;}
a:visited {color:red;}
a:hover {background-color:yellow;}

b {
		 font-size:16px;
		 line-height:20px;
		 font-family:times, serif;
		 font-weight:bold;
		 font-style:italic;
		 }

img {
		 text-align:center;
		 }

.content>p {margin:0px;}
.content>a {font-size:9px;}

/* All the content boxes belong to the content class. */
.content, .content2 {
		 position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		 width:auto;
		 min-width:120px;
		 max-width:800px;
		 margin:0px 200px 20px 200px;
		 border:none;
		 padding:10px;
		 z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		 background-color:#B0C4DE;
		 }

.footer {
		 position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		 width:auto;
		 min-width:120px;
		 max-width:800px;
		 margin:0px 200px 20px 200px;
		 border:none;
		 padding:10px;
		 z-index:3;
		 background-color:#B0C4DE;
		 text-align:center;
		 font-size:10px;
		 }

.footer>a>img, .standardLinks>a>img {
		border:none;
		background-color:#eee;
		}

.docfooter {
		 display:none;
		 position:absolute;
		 }

.heading, .centeredHeading {
		 position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		 width:auto;
		 min-width:120px;
		 max-width:800px;
		 margin:0px 200px 20px 200px;
		 background-color:transparent;
		 padding:10px;
		 z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		 }

.centeredHeading {
		 text-align:center;
		}

.title {
		 position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		 text-align:center;
		 min-width:120px;
		 max-width:800px;
		 margin:0px 50px 20px 50px;
		 background-color:transparent;
		 padding:10px;
		 z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		 }

.right, .right_noprint {
		 text-align:right;
		 }

.center {
		 text-align:center;
		 }

.border {
		 border:1px solid black;
		 display: block;
		 margin-left: auto;
		 margin-right: auto;
		 }

.wrapper {
		width: 400px;
		margin: 10px auto;
}

#contactBar {
		 position:absolute;
		 width:400px;
		 top:20px;
		 right:20px;
		 border:1px dashed black;
		 background-color:#eee;
		 padding:10px;
		 z-index:1;
/* 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 (with value of L/R padding and
added borders, while the correct value is below.
See http://glish.com/css/hacks.asp for details.
		 voice-family: "\"}\"";
		 voice-family:inherit;
		 width:168px; */
		 }

#menuBar {
		 position:absolute;
		 width:168px;
		 margin-top:218px;
		 top:20px;
		 left:20px;
		 border:1px dashed black;
		 background-color:#eee;
		 padding:5px;
		 z-index:1;
/* 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 (with value of L/R padding and
added borders, while the correct value is below.
See http://glish.com/css/hacks.asp for details.
		 voice-family: "\"}\"";
		 voice-family:inherit;
		 width:168px; */
		 }
/* 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>#contactBar, body>#menuBar  {width:168px;}

.oldbrowser {display: none;}

.nodisplay {display: none;}

.nonothing {display: none;}