body {
   margin: 10px 5%;
   font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
   background-color: #FFFFD5;
}

h3 {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

ul.nobullet {
   list-style-type: none;
   margin-top: 3px;
}

ul.smallmargin {
   margin-top: 3px;
}


#content {
   z-index:10;
   width: 70%;
   font: normal 14px "Georgia", "Times New Roman", "serif";
   position: absolute;
   margin-left: 170px;
   top: 150px;
}


#eruvmap {
/* same as content, but overridden with ie stylesheets */
   z-index:10;
   width: 70%;
   font: normal 14px "Georgia", "Times New Roman", "serif";
   position: absolute;
   margin-left: 170px;
   top: 140px;
}

#nav {
    z-index: 3;
    position: absolute;
    top: 140px;
    left: 40px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 2px;
    border-right: solid 2px;
    width: 170px;
	float: left;
    margin-left: -2.5%;
    background: #FBFFDD;
    xbackground: white;
    color: black;
}

#nav a:link {
    color: black;
	text-decoration: none;
    padding-left: 10px;
    }

#nav a:visited {
    text-decoration: none;
    }

#nav a:hover {
    background: #68CEF4;
	color: #600;
    border-left: 10px solid #0000FF;
    padding-left: 10px;
	}

#nav a {
	display: block;
    border-left: 10px solid #0000FF;
    margin: 3px 2px;
    padding-left: 10px;
	}

#activeselection
{
    background: #FFFF80;
    margin: 3px 2px;
    border-top: 1px solid #933;
	border-bottom: 1px solid #933;
    border-left: 10px solid #0000FF;
    padding-left: 10px;
}

#bottomnav {
    font-size: 12px;
    text-align: center;
    }

#footerinfo {
    font-size: 12px;
    text-align: center;
    }


.bolditalic {
    font-weight: bold;
    font-style: italic;
}

#gradientbackgr{
   background-color: #19FFFD;
   background-repeat: repeat-x;
   xbackground-attachment: scroll;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 1;
}

#subpageheader{
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 2;
}

/* for the title */
.calheader {
    text-align: center;
    color: #0000FF;
    font: bold 28px Arial;
}

/* general calendar table properties */
.caltable {
    width: 100%;
    padding: 3px 3px 3px 3px;
    cellspacing: 0;
    border-width: thin;
    bordercolor: #0099CC;
    background-color: #003399;
}


/* day of week headers */
.calday {
    font: bold 12px Arial;
    color: #FFFFFF;
    text-align: right;
    vertical-align: top;
    background-color: #006699;
}

/* event properties */
.calevent {
    font: normal 12px Verdana;
    color: #FFFFFF;
}

/* cal cell properties */
td.cal {
    background-color: #0080C0;
    width: 14%;
    text-align: left;
    vertical-align: top;
    height: 80px;
}

/* day of week properties */
td.caldayofweek {
    background-color: #0099CC;
    font: normal 14px Verdana;
    color: #FFFFFF;
    width: 14%;
    text-align: center;
}

/* calendar link attributes */
a.cal:link {color: #FFFFFF }
a.cal:visited {color: #FFFFFF }
a.cal:hover {color: #EEEEEE }
a.cal:active {color: #FFFFFF }

/* default link attributes */
a:link {color: #003366; }
a:visited {color: #003366; }
a:hover {color: #ffffff; background-color: #0000ff;}
a:active {color: #FFCC00; }

a:link.smallfont {
	font: normal 13px "Georgia", "Times New Roman", "serif";
}
a:visited.smallfont {
	font: normal 13px "Georgia", "Times New Roman", "serif";
}

.indent {
   padding-left: 20px;
}

.largebold {
   font-size: 16px;
   font-weight: bold;
}
