body {
	margin: 0;
	padding:0;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color: #F2F2EC;
      }
p {
	font-family: georgia, verdana, arial, helvetica, sans-serif; 
	font-size: smaller;
	line-height: 1.6;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	}

.small {font-size:10px }

td {
	font-family: georgia, verdana, arial, helvetica, sans-serif; 
	font-size: smaller;
	line-height: 1.6;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	}

h3 { font-family: georgia, verdana, arial, helvetica, sans-serif;
	color:#960;
      font-size: 1.2;
   }

h4 { font-family: georgia, verdana, arial, helvetica, sans-serif;
	color:#c90;
      font-size: 1.1;
   }

a:link 	{   color: #CACF63; text-decoration:none; font-weight:bold;}
a:visited   {   color: #CACF63; text-decoration:none; font-weight:bold;}
a:hover     {  text-decoration:underline; background: #EAD699; color:#360; font-weight:bold;}
	
.bold {font-weight: bold;
	  color: #360;
	}

#Header {
	margin:0;
	padding:0;
	height: 120px;
	background: #D6E3AC;
      }

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above).
Mozilla seems to take this value.... */
body>#Header {height:120px;}



#Header img {border-width: 0px;}

#date {margin:0px;
	padding:5px 15px;
	background-color:#FAFFEC;	   
	text-align: right;   
	border-style:solid;
	border-color: #360;
	border-width: 1px 0px 0px 0px; 
	font-weight: bold;
	font-size: 70%;
	color:#360;
	}

#Content ul { list-style-image: url("../images/bullet.gif");  font-family : georgia, verdana, arial, helvetica, sans-serif;  font-size : smaller}

#Content { margin:0px;
	   padding:20px;
         background-color: #FAFFEC /*#F3FADC;*/
         }
#Content>p {margin:0px;}

/*this affects how a <p> or <br> within a p is displayed*/
/*#Content>p+p {text-indent:30px;}*/




/*add a one pixel border to all images..*/
img {border: 1px solid #000; }
