
body {
    background-color: #fffff0;
    background-image: url('http://www.hippocratesway.com/NSP/LGBkg.gif');
    }


/* Color scheme is Hippway Green as default.  */


h1 {color: rgb(34,106,29);			/* color is HippWay Green */
    font-family: Arial, Helvetica, sans-serif;	/* Set font to Arial, with Helvetica,
						   and sans-serif as backups*/
    text-align: center}				/* so is color #006600  */
						

h1.hy {color: #f8cd3a;				/* color is HippWay Yellow */
    text-align: center}				/* f8cd3a is Hipway yellow */

h1.hy_ol{color: #f8cd3a;			/* color is HippWay Yellow */
    text-align: center;				/* f8cd3a is Hipway yellow */
    width:100%;					/* Set width so filer will work */
    filter:glow (color=#006600, strength=2);	/* Outline in Hipway green */
    }


h1.black {color: rgb(0,0,0);			/* color is Black */
    text-align: center}
						

h2 {color: rgb(34,106,29);			/* color is HippWay Green */
    font-family: Arial, Helvetica, sans-serif;	/* Set font to Arial, with Helvetica,
						   and sans-serif as backups*/
    text-align: center}				/* so is color #006600  */

						
h2.hy {color: #f8cd3a;				/* color is HippWay Yellow */
    text-align: center}


h2.black {color: rgb(0,0,0);			/* color is Black */
    text-align: center}

h3 {
    text-align: center;				/* h3 center only, color would be default (black) */
    font-family: Arial, Helvetica, sans-serif;	/* Set font to Arial, with Helvetica,
						   and sans-serif as backups*/
   }

h3.lblack {					/* h3 black text, left justified */
    color: rgb(0,0,0);				/* color is Black */
    text-align: left;				/* left justified */
    }

div.mid {					/* Centered Text & Images */
    text-align: center}


div.mint {
    background-image: url('http://www.hippocratesway.com/NSP/mintLGBkg.gif');
    background-repeat: repeat-y;		/* repeat mint as left border */
    font-family: Arial, Helvetica, sans-serif;	/* Set font to Arial, with Helvetica,
						   and sans-serif as backups*/
   }


span{
    font-family: Arial, Helvetica, sans-serif;	/* Set font to Arial, with Helvetica,
						   and sans-serif as backups*/
    }

span.gtext{
    color: rgb(34,106,29)}			/* Green Text - color is HippWay Green */

span.btext{
    font-weight: bold}				/* Bold Text */

span.itext{
    font-style: italic}				/* Italic Text */

span.stext{
    font-size: small}				/* Small Text */

span.text4{
    font-size: 120%}				/* Medium Text, same as font size 4 */

span.text5{
    font-size: 150%}				/* Larger Text, same as font size 5 */

span.btext5{
    font-size: 150%;				/* Larger Text, same as font size 5 */
    font-weight: bold}				/* Bold Text */


span.ttext{
    line-height: 150%}				/* Tall Text, 1 1/2 line space */


span.mid {					/* Centered Text & Images */
    text-align: center}

span.lj {					/* Left Justified Text & Images */
    text-align: left}

span.rj {					/* Right Justified Text & Images */
    text-align: right}


span.mint {
    background-image: url('http://www.hippocratesway.com/NSP/mintLGBkg.gif');
    background-repeat: repeat-y;		/* repeat mint as left border */
   }



img {
    margin: 10px 10px 12px 12px;
    border:0;
    }

td{
    font: 16px arial;
    } 


td.mid{						/* Center Justified table element */
    text-align: center;
    } 

td.lj{						/* Left Justified table element */
    text-align: left;
    } 

td.rj{						/* Right Justified table element */
    text-align: left;
    } 

ul.hi {				/* Hanging Indent UL*/
    margin-top: 0;
    margin-bottom: 0;		/* no return */
    margin-left: .2em;
    padding-left: .6em;
    text-indent: -.6em;
    list-style: none;		/* no bullet */
    }

p.hi{				/* Hanging Indent*/
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;		/* no return */
    }    




a:link {color: #006600}				/* color is HippWay Green */		
a:visited {color: #152467}			/* Color is dark blue */
a:hover {color: #f8cd3a;			/* color is HippWay Yellow */
    background-color: rgb(34,106,29)}		/* color is HippWay Green */		
a:active {color: #0000FF}

.pic a:link {color: rgb(255,204,51); 
    text-decoration: none;			/* hide picture link border */
    background-color: transparent}		/* override default link background*/
.pic a:visited {color: rgb(255,204,51); text-decoration: none}
						/* hide picture link border */
.pic a:hover {color: rgb(255,204,51); 
    text-decoration: none;			/* hide picture link border */
    background-color: transparent}		/* override default link background*/
.hot a:link {background: #ffcc00; }		/* color is HippWay Yellow */
.hot a:visited {background: #ffcc00; }		/* color is HippWay Yellow */


p.exmp {					/* This is an example of font setting */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}

span.text4m_exmp{				/* Example of span with a percentage margin */
    font-size: 120%;				/* Medium Text, same as font size 4 */
    margin-left: 15%
    }