body {
	 background-color: #FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:active { 
	color: red; 
	text-decoration: none 
}
a:hover {
	color:#993300;
	text-decoration: underline;
	text-indent: 0px;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	line-height: 16px;
	background-image:url(http://www.tremontstreetshul.org/images/edge.gif);
	background-color:#002648;
	font-weight: bold;
	padding: 3px;
	
}

.sidebar a:link {
	color:#FFFFFF;
}
.sidebar a:visited{ 
	color:#eeeeee;
}
.sidebar a:active { 
	color:#FF3300; 
	text-decoration: underline;
}
.sidebar a:hover { 
	color:#CCCCCC; 
	text-decoration: underline;
}

.sidebar_header {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-indent: 0px;
	background-image:url(http://www.tremontstreetshul.org/images/sidebar_head.gif);
	background-color:#5A81CC;
	padding: 3px;
}
.sidebar_header a:link {
	color:#FFFFFF;
}
.sidebar_header a:visited{ 
	color:#eeeeee;
}
.sidebar_header a:active { 
	color:#FF3300; 
	text-decoration: underline;
}
.sidebar_header a:hover { 
	color:#CCCCCC; 
	text-decoration: underline;
}
.sidebar_tail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding: 3px;
	text-indent: 0px;
	background-image:url(http://www.tremontstreetshul.org/images/edge2.gif);
	background-color:#002648;
}

.paragraph {
	text-indent: 10px;
}

.title {
	font-family: "Times New Roman", Times, serif;
  	font-size: 24px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.top_row {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.middle_row {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.bottom_row {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
