/* style4home2008d.css - HOME page style sheet */

/*  Another approach to margins:

	margin-top: 05%;
	margin-bottom: 10%;
 	margin-left: 15%; 
	margin-right: 20%;
	h1 { margin-left: -8%;}
  	h2,h3,h4,h5,h6 { margin-left: -4%; }
*/




body {
	background-image: url("images/IBD-icon200-comp.gif");
	background-repeat: repeat-y;
	background-color: #ffffbf;

	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
	
}

pre { 
	font-family: monospace; 
}

h1,h2,h3 { 
	
	  color: maroon;

        font-size:  medium;}


h1, h2, h3, h4, p, ul {
	font-family: trebuchet; verdana; sans-serif;
        font-size:  10pt;
}

h1.lastln {margin-top: 0em; margin-bottom: 1em; 
}
h6 {
     vertical-align: bottom; text-align: right; white-space: pre; padding: 0.5 em;
}
p {
	margin-right:  40px;
	margin-left:  40px;
}

	a:link { color: rgb(0, 0, 153) }  /* for unvisited links */
	a:visited { color: rgb(153, 0, 153) } /* for visited links */
	a:active { color: rgb(255, 0, 102) } /* when link is clicked */
	a:hover { color: rgb(0, 96, 255) } /* when mouse is over link -  255, 204, 153 = orange - 0, 96, 255-lt blue*/

div.box { border: solid; border-width: thin; width: 100%:  margin-center:  60px; padding: 0.8em; 
}

div.box60 { border: groove; border-width: thin; width: 60%; margin-right:  40px; padding: 0.8em;
}

div.box75 { border: groove; border-width: thin; width: 75%; margin-right:  40px; padding: 0.8em;
}

div.box60ctr { border: groove; border-width: thin; width: 60%; margin-left:  60px; padding: 0.5em;
}

div.box85ctr { border: groove; border-width: thin; width: 60%; margin-center:  60px; padding: 0.5em;
}

div.colorblue {
    background: rgb(204,204,255);
    padding: 0.8em;
    border: none;
}

div.colorred {
    background: maroon;
    padding: 0.8em;
    border: none;
}

div.sfspink {
    background-image: url("images/SFSpink140x.gif");
    padding: 0.5em;
    border: none;
}

div.sfspinker {
    background-image: url("images/SFSpinker140x.gif");
    padding: 0.5em;
    border: none;
}

div.sfsmaroon {
    background-image: url("images/SFSmaroon0.gif");
    padding: 0.8em;
    border: none;
}

div.sfsyellow {
    background-image: url("images/SFSyellow140x.gif");
    padding: 0.5em;
    border: none;
}

div.litesand {
    background-image: url("images/litesand.jpg");
    padding: 0.5em;
    border: none;
  }
div.blusand {
    background-image: url("images/lightblue-sand.jpg");
    padding: 0.5em;
    border: none;
  }


