/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
}

.date  {
	background-color:#E0AB60;
/*	text-align:right; */
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
.date A {
	color:#000;
}
	
.date A:link {
	text-decoration: underline;
}

.date A:visited {
	text-decoration: underline;
}
.date A:hover {
	text-decoration: none;
}

.date A:active {
	text-decoration: underline;
}



#menu {
	vertical-align: top;
	width: 150px;
}
.menuTable {
	background:url(../yeshiva/images/ui4/menu_Bg.jpg) repeat-y;
}	
.menuMid {
	background:url(../yeshiva/images/ui4/menu_mid.jpg) top no-repeat;
	vertical-align:top;
	padding: 0 6px 0 3px;
}

/* MENU  --------------- */

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #F0E4EB;*/
	height: auto; /*15px;*/
	overflow: visible;
	width: 100%;
	text-align:left;
}

#menu ul li a {
	display: block;
/*	background-color: #92C5BC;*/
/*	filter: Alpha(Opacity=95);*/
	height: 100%;
	font-weight: bold;
	text-decoration: underline;
/*	margin: 0px;*/
	color: #366AA1;
	padding: 2px;
	padding-left: 4px;
}

#menu ul li a:link {
}

#menu ul li A:visited {
}
#menu ul li A:hover {
text-decoration: none;
/*	background-color: #83AFDC;*/
/*	color: #744760;*/
}

#menu ul li A:active {
}


/* END MENMU  ---------------------------*/

	
#main {
vertical-align: top;
text-align:left;
padding-left: 10px;
padding-right: 10px;
}

#main A:link {
	color: #003366;
	text-decoration: underline;
}
#main A:visited {
	color: #003366;
	text-decoration: underline;
}
#main A:hover {
	color: #003366;
	text-decoration: none;
}
#main A:active {
	color: #003366;
	text-decoration: underline;
}



		
.darkTDheader {
	background-color: #366AA1;
/*	text-align:center;*/
	vertical-align:top;
	color:#FFFFFF;
}

.blueTD {
	background-color:#6096CC;
}
.blueLightTD {
	background-color: #D9EAFB;
	}
.BeigeTD {
	background-color: #FAEDDB;
	vertical-align:top;
}	

.MustardTD {
	background-color: #E0AB60;
}	
.small {
	font-size: 11px;
}	
.HeaderMustard {
	color: #E0AB60;
	border-bottom: 2px solid #E0AB60;
}
.aspmaker {
	font-family: Verdana; 
	font-size: xx-small;
}

.message {
	color:#FF0000;
}	

.pad {
	padding: 2px;
}
.footer {
	border-top: 1px solid #6096CC;
	font-size: 11px;
	}		