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

* {
	margin: 0;
	padding: 0;
}
body  {
	font: 1em  "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color: #333300;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
#container { 
	width: 911px;  
	background-color: #BAA378;
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	background-color: #BAA378; 
	background-image: url(sukkothdr.jpg);
	color: #663300;
	padding: 0;  
} 
#header h1 {
	margin: 0;
	padding: 0; 
	color: #FFF;
}
#outsidehdr {
	padding: 0;	
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

#sidebar1 {
	float: right;
	width: 200px; 
	background-color: #BAA378;
	padding: 15px 15px;
}
#mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; 
	color: #000;
} 
#footer { 
	padding: 0; 
	background-color: #BAA378; 
} 
#footer p {
	margin: 0; 
	padding: 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mininav p { /* nav div at top of page */
	text-align: center; 
	position: relative; 
	margin-left: 600px;
}
.mininav p a { /* nav div at top of page */
	text-decoration: none; 
	color: #c60; 
	font-size: .65em;
}
.minicopy p { /* copyright div at bottom of page */
	text-align: center; 
	position: relative; 
	margin-left: 60px; 
	color: #c60; 
	font-size: .65em;
}
.minicopy p a { /* copyright div at bottom of page */
	text-decoration: none; 
	color: #fff;
}
#schedule {
	text-align: center;
	font-size: .65em;
}
#schedule th {
	text-align: center;
	padding: 5px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#schedule td {
	text-align: center;
	padding: 5px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.leftborder { /* class for th and td on Schedule page to create left border on cells */
	border-left: 1px solid #000; 
}
.topborder { /* class for th and td on Schedule page to create top border on cells */
	border-top: 1px solid #000; 
}
#schedule_outer { /* outer div for table on Schedule page */
	position: relative;
	margin-left: 20px;
}
.sukkot20101colctr #mainContent{
	padding: 0 20px;
	margin: 0;
}
#tshirts {
	position: relative;
	margin-left: 20px;
}
#tshirts th {
	text-align: center;
	padding: 5px 5px;
}
.lodging_outer {
	position: relative;
	margin-left: 200px;
}
.bring_outer {
	position: relative;
	margin-left: 180px;
}
/* Registration Form CSS */
#personal_info {
	text-align: center;
}
#personal_info td {
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#personal_info_table {
	width: 100%;	
}
#child_info {
	text-align: center;
}
#child_info_table {
	width: 100%;	
}
#lodging_info {
	text-align: center;
}
#lodging_info td, th {	
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#lodging_info_table {
	text-align: center;
	width: 100%;
}
#days_attending {
	text-align: center;
}
#days_attending td {
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#days_attending_table {
	width: 100%;
}
#volunteer_info {
	text-align: center;
}
#volunteer_info td {
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#volunteer_info_table {
	width: 100%;	
}
#comments {
	text-align: center;
}
#submit_reset {
	text-align: center;
}
#speakers {
	text-align: center;
	font-size: .65em;
}
#speakers td, th {
	padding: 10 20px;
}
#speakers_outer {
	position: relative;
	margin-left: 285px;
}
.red {
	color: #B30202;
}
