body 
{

	background: #003333 url(../images/bgPage.gif) top left repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}
#container 
{
	width: 960px;  
	background-color: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainTable td
{
	vertical-align: top;
}

.leftColumn
{
	width: 240px;
	background: #336633 url(../images/bgSidebar.gif) 0px 109px  no-repeat;

}
#address
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 290px 10px 30px 30px;
}

#address a
{
	color: #a5a501;
}
#address a:hover
{
	text-decoration: underline;
}

#mainColumn
{
	width: 720px;
	background: white url(../images/bgTop.png) top left no-repeat;
}
#menu
{
	width: 720px;
	padding-top: 57px;
}
.photoTable td

{
	width: 224px;
	
}
#mainBody
{
	font-family: Georgia, serif;
	font-size:15px;
	line-height: 1.3em;
	padding: 0 30px;
}
#mainBody h2
{
	color: #13501d;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
}
#mainBody ul li
{
	margin-bottom: 10px;
}

.imgNoBorder
{
	border: none;
}
.indent
{
	margin-left: 40px;
}
#eventsBox
{
	color: #333333;
	padding: 20px;
	border: 1px solid #dddddd;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#eventsBox h3
{
	font-size: 14px;
	margin: 0px;
}
#eventsBox h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #006633;
	margin: 0 0 15px 0;
}
#eventsBox p
{
	margin: 0 0 15px 0;
}
.eventDate
{
	color: #666666;
}
#calendar 
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#calendar h3
{
	font-size: 14px;
	margin: 0 0 10px 0;
}

.tefillot td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	line-height: 1.0em;
}

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #417d7d;
	margin: 10px auto;
}