@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 0px -100px;
	background-color: #FFB65B;
	font: 14px Arial;
	color: #000000;
	}

p, form	{
	font: 14px Arial;
	font-align: left;
	color: #000;
	padding: 5px 0px 5px 0px;
	margin: 15px;
	line-height: 20px;
	} 

h1 {
	color: #933;
	padding: 5px 0px 5px 0px;
	font: 16px;
	font-weight: bold;
	margin: 15px;
}

h2 {
	color: #000000;
	margin: 15px;
	padding: 5px 0px 5px 0px;
	font: 16px;
}
	
li {
	padding: 5px 0px 5px 0px;
}

a:link, a:visited {
	color: #933;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
	
div.topnav a {color: #933; text-decoration: none; display: block; height: 50px;}

div.topnav a:active, div.topnav a:hover { background: url(../images/seeds.png) repeat-x; }	

div.topheader {
	background: url(../images/top_bg.jpg) repeat-x;
	width: 100%;
}

div.topnav {
	position: absolute;
	width:405px;
	height: 10px;
	top: 228px;
	left: 55px;
	padding:0px;
	margin: 0px;
	text-align: center;
	float: left;
}		

div.topnav ul {
	padding: 0px; margin: 0px;
}

div.topnav ul li{
	float: left;
	font: 12px Arial;
	font-align: center;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}	

td.content_top {
	background: url(../images/content_top.jpg) no-repeat;
	height: 13px;
	width: 481px;
	margin: 0px;
	padding: 0px;
}

td.content_bottom {
	background: url(../images/content_bottom.jpg) no-repeat;
	height: 13px;
	width: 481px;
}

td.content {
	background-color: #FFFFFF;
}

td.body_right {
	background:url(../images/pom_right.jpg) no-repeat top left;
	padding-left: 20px;
}

td.footer_top {
	background: url(../images/footer_top.jpg) no-repeat;
	height: 11px;
	width: 405px;
}

td.footer_bottom {
	background: url(../images/footer_bottom.jpg) no-repeat;
	height: 11px;
	width: 405px;
}

td.footer {
	background: url(../images/footer_bg.jpg) repeat-y;
	text-align: center;
}

h4	{
	font: 12px Arial;
	text-align: center;
	color: #C03;
	padding: 5px;
	margin: 7px;
	} 
	
#footermenu a {
	color: #C03;
	font: 10px Arial;
	}
	
#footermenu {

	font: 12px Arial;
	text-align: center;
	color: #C03;
}

/*
div.footer_area {
	position: absolute;
	top: 693px;
	left: 404px;
	float: left;
	width: 500px;
}
*/

div.footer_area {
	position: relative;
	top: 100px;
	left: 0px;
	float: left;
	width: 500px;
}

/**  For lesson plan tables only  **/
.lessonstable {
	border: 2px solid #000000;
	float: left;
	}
.hdrrow {
	color: #C51230;
	font-weight:bold;
}

/**  For Chidush pages only **/

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

.chidush {
	padding-left:10px;
	padding-right:10px;
}

.photo {
	float:left;
	padding:30px;
}
