/*import the nice stylesheet for non NS4 browsers */
@import "style.notns4.css"; 
/*and the kludge for ns4 follows*/
body { background: white; 
       background-image: url("backgrnd.jpg");
       background-repeat: no-repeat;
       background-position:top left;
	font-size:14px;
       font-family: "times new roman", serif;
	line-height: 1.25;
       color: #333; }

a {text-decoration:none;}
a:hover   { text-decoration:underline; }
a:link   { color:#069;} 
a:visited { color:#069;}

div.headhi {
	margin-top:25px;
           margin-left:210px;
           margin-bottom:10px;
           height:auto;
         }
div.picspace {
	width:1px;
	margin-top:140px;
	float:left;
	}
	

div.headlo {
        margin-top:130px;
           margin-left:230px;
           margin-bottom:30px;
           height:auto;
         }


P { 
    margin: 0%;
    padding: 0% 0% 0% 1%;
    text-align:left;
    color:#333
  }

P.top{color:black}


H1  {
        font-family: "times new roman", serif;
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
        color: #036;
        padding: 0% 1%;
	}

h2 {    
	padding: 0% 1%;	
	width:98%;
	border:none;
	font-weight:bold;
	}


h4	{
    padding: 0% 0% 0% 1%;
	}

.red     { color: #c00; background:#fff}
.green { color: #696;background:#fff }
.blue { color: #069;background:#fff }
.yellow { color: #c90;background:#fff }
.purple { color: #969; background:#fff}


.redrev	{ color: #fff; background: #c00; }
.greenrev { color: #fff; background: #696; }
.bluerev { color: #fff; background: #069 }
.yellowrev { color: #fff; background: #c90; }
.purplerev { color: #fff; background: #969; }

.redline {border-left:1px solid #c00; }
.greenline {border-left:1px solid #696; }
.blueline {border-left:1px solid #069 }
.yellowline {border-left:1px solid #c90; }
.purpleline {border-left:1px solid #969; }

em {color:#000;}
.highlight {padding: 0% 1%; font-weight: bold; background: #FF6}
strong {color:black;}


#mainleft {
width:33%;
float:left;
        }

#maincenter {
width:65%;
float:left;
        }

#mainright {
width:33%;
float:right;
        }

  h2.blogger{
        font-size:12px;
        font-weight:normal;
        text-transform:uppercase;
       }

  p.blogger{
        margin:3%;
        }
  small.blogger{}


small.grey {
	font-size:1em;
	color:#999;
	}
	
