
/* This stylesheet is usfull for Netscape 4 and shouldn't crash IE 3 */
/* margin-top and margin-bottom do not work well in Netscape 4       */
/* This file last modified 29-Mar-04                                 */

/* A few global settings */

body	  { background-color: #323052;
			margin: 8px 8px 64px 8px }

.all	  { font: 15px Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			background-color: #EAE9DA;
			border: 1px solid #323052 }

p		  { font: 15px Verdana, Arial, Helvetica, sans-serif;
			text-indent: 1.5em }

h6		  { font: bold 1.0em Verdana, Arial, Helvetica, sans-serif }

h5		  { font: bold 1.07em Georgia, "Times New Roman", Times, serif }

h4		  { font: bold 1.2em Georgia, "Times New Roman", Times, serif }

h3		  { font: bold 1.4em Georgia, "Times New Roman", Times, serif }

h2		  { font: bold 1.6em Georgia, "Times New Roman", Times, serif }

h1		  { font: bold 1.87em Georgia, "Times New Roman", Times, serif }

a:link	  { color: #0000EE;
			text-decoration: underline }

a:visited { color: #9900CC; 
			text-decoration: underline }

a:active  { color: #CC0000;
			text-decoration: underline }

a:hover	  { color: #CC0000;
			text-decoration: underline }

code, 
kbd, 
tt, 
samp, 
pre		  { font: 1.0em "Courier New", Courier, mono }

big		  { font-size: 1.15em }

small, 
sub, 
sup		  { font-size: 0.85em }

ul, 
ol		  { font: 15px Verdana, Arial, Helvetica, sans-serif }

li		  { font: 15px Verdana, Arial, Helvetica, sans-serif }

blockquote { font-size: 1.0em;
			 margin: 0.0em 2.3em 0.0em 2.3em }

.red	  { color: #CC0000 }

.gray	  { color: #999999 }


/* Settings specific to the header (page top banner) */

.header   { width: 640px;
			height: 92px;
			padding: 0px 0px 9px 0px }


/* Settings specific to the navigation bar for the home page only */
/* Basic navbar settings work in Netscape 4.7x, replaced by higher CSS */

.navone   { width: 640px }

  .navone .icon	  { vertical-align: text-bottom }

  .navone h1 .icon	  { vertical-align: super }

  .navone h6	  { font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
					text-indent: 2.0em }

  .navone h5	  { font: bold 1.0em Verdana, Arial, Helvetica, sans-serif }

  .navone h1	  { font: bold 1.95em Georgia, "Times New Roman", Times, serif }


/* Settings specific to the navigation block at the bottom of each page */
/* Basic navbar settings work in Netscape 4.7x, replaced by higher CSS */

.navqic   { width: 640px }

  .navqic .icon	  { vertical-align: text-bottom }

  .navqic em	  { color: #CC0000;
					font-style: normal;
					text-decoration: underline }

  .navqic h3	  { font: bold 1.4em Georgia, "Times New Roman", Times, serif }

  .navqic .in0	  { text-indent: 0.0em;
					margin-top: 0.0em;
					margin-bottom: 0.4em }

  .navqic .in1	  { text-indent: 1.5em;
					margin-top: 0.0em;
					margin-bottom: 0.4em }

  .navqic .in2	  { text-indent: 3.0em;
					margin-top: 0.0em;
					margin-bottom: 0.4em }

  .navqic .in3	  { text-indent: 4.5em;
					margin-top: 0.0em;
					margin-bottom: 0.4em }


/* Settings specific to the main body of the web page */

.main     { font-size: 1.0em;
			width: 640px }

  .main .icon	  { vertical-align: text-bottom }

  .main h4 .icon  { vertical-align: super }

  .main h3 .icon  { vertical-align: super }

  .main h2 .icon  { vertical-align: super }

  .main h1 .icon  { vertical-align: super }

  /* The <em> tag when used in main, is for replacing the <a> tag (a link does not yet exist). */
  .main em		  { color: #999999;
					font-style: normal;
					text-decoration: underline }

  .main .piclf	  { float: left;
					padding: 0px 8px 0px 0px }

  .main .picrt	  { float: right;
					padding: 0px 0px 0px 8px }

  .main td		  { font: 13px Verdana, Arial, Helvetica, sans-serif }

  /* The following styles used for header/paragraph merged, where larger header sizes are used */
.phps		  {  }

.phead		  {  }

.ppara		  {  }


  /* These settings used for the "picture string" down the right side of the home page */

.picstr		  { font: 12px Verdana, Arial, Helvetica, sans-serif;
				text-align: center }

  .picstr img { margin-top: 8px }


/* Settings specific to the footer (copyright, etc.) */

.footer   { font-size: 12px;
			width: 640px }

  .footer .icon	  { vertical-align: top }

  .footer .hidden { display: none }


/* End of style sheet */
