body { 
     font-family: Verdana, Arial, Lucida Calligraphy, Verdana, Helvetica, sans-serif; 
     font-weight: normal;
     }
	
ul {
   list-style-image: url(../img/list-orange.png);
   list-style-type: square;
  }

p {
   margin-left: 1em;
  }



.deal {
	padding: 10px;
        border: 2px solid #008000;
         }


.warning {
	color:  #F96D07; 
/*	color:  #008000; */
	padding: 10px;
        border: 2px dotted #C00000;
         }


.hm_category {
/*        border: 1px solid #C0C0C0; */
	padding: 4px;
	}

.hm_category h3 {
   border-bottom: 1px solid black; 
  }

#pagetitle {
	text-align: center;
	}

#pagetitle h2 {
      	font-family: Arial, Lucida Calligraphy, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size:   28px;
      	line-height: 28px;
	font-weight: normal;
      	font-style:  italic;
/*        border-bottom: 1px solid black; */
	margin-bottom: 4px;
	padding-bottom: 0px;
  }


#nav   {
	font-weight: normal;	
	color: #336699;
	text-align: center;
	}

#nav a:link, #nav a:visited {
	padding-bottom: 6px;
	text-decoration: none;
	color: #336699;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #336699;
	color: #336699;
	padding-bottom: 2px;
	}


.right_photo {
	display: block; 	
	float: right;
	margin-top:   30px;
	margin-left: 15px;
}



h3 {
/*   border-bottom: 1px solid black; */
  }


/* This definition makes the DT / DD look like a 
   UL / LI where the first element has a orange dot and is bold
   and the LI elements are indented and normal weight.
 */

  
.listexplained DT {
	font-weight: bold;
	margin-top: 15px;
	margin-left: 28px;
        padding: 0 0 0 13px;  /* padding calculated for gif separator */
        background: url(../img/list-orange.png) no-repeat scroll top left; 

        text-decoration: none; 
        display: block;
        letter-spacing: 1px;
        }


.listexplained DD {
//	font-style: oblique;
	margin-left: 50px;
	}	

.listexplained UL {
	margin-top: 15px;
	}	


.sitediag {
	font-style: oblique;

	}

.highlight { color: #990066; }  
