/*  added border for pictures style 07-24-2010  */
.image_border_00cc00{
	border-style:groove;
	border-color:#00CC00;
	border-width:20px;
 }
 
 .image_border_0099ff{
	border-style:groove;
	border-color:#0099FF;
	border-width:20px;
 }
 
 
 .image_border_F69B3A{
	border-style:groove;
	border-color:#F69B3A;
	border-width:20px;
 }
 


2008 Holiday Party_2.jpgbody {
	margin: 0px;
	padding: 0px;
}


/*   Page Footer Fix   */
#footer{
    clear: both;
    width: 100%;
	margin: 0; 
}

/*  added h1 and p style 8-18-2009  */
h1{
 margin: 0;
}

/*  added h3 style 10-07-2009  */
h3{
 margin: 0;
}


/* Style for thumbnail images */
img.thumbs{
 width: 150px;
 height:120px;
}

/* Style for doll thumbnail images */
img.doll_thumbs{
 width:  79px;
 height: 120px;
 align:  left;
 float:  left;
 margin-right: 13px;
}

.links_green {
	font-family: Arial, Helvetica, sans-serif;
	color:#006633;                /* green */
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
}

/* Links */
#nav a {
	text-decoration: none;       /* No Underline */
	color: #006600;              /* Dark Green */
	padding-top: 4px;
}

/* When hovering over a link */
#nav a:hover {   
	text-decoration: none;        /* No Underline */
	color: #0000FF;               /* Blue */
	background-color: #FFFFFF;    /* White */
}


/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
   margin: auto;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
    border: solid 2px #0000FF;
	border-collapse: collapse;
    padding: 8px;
	vertical-align:top;
	margin: auto;
}

p{ margin: 0.25em; }

/* Style for sidebar column */

#sidebar{
      float:   left;
      display: inline;
      padding: 0;
      margin:  1em;
      width:  10em;
            /* Total width is 12em */
}

/* Style for Today's Date */
.todaydate {
       font-family:"Comic Sans MS";
       font-size:16px;
	   color:red;
	   text-align:center;
	   height: 15px;
 }