/*Main Style sheet */

/* redefine body with the global neccessary  background color
 of the whole window (not the page, look for #wrapper */
body {
	background-color: #E6EAF3;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9AAFDC;
	font-size: 1.4em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #9AAFDC;
	font-weight: bold;
}

/* used in the newcomer page to make the h2 titles come out better then */
/*then the definition terms */
h2.darkblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #313499;
	font-weight: bold;
}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #9AAFDC;
}


strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
}
em   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #313499;
	font-size: 1em;
	font-weight: bold;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-right: 5px;
	text-align: justify;
	list-style-position: inherit;
}
li {
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
}

/* useful to avoid having images having borders when being used as link */
img {
	border-style: none;
}
/* definition for links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #313499;
	text-decoration:underline;
}
a:visited {
	color: #CC0099;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-decoration:none;
	background-color: #00CCFF;
}
/* Avoid having the blue blackground in transparent gif when being used as link */
/* se the usage of the top.gif in membership.html */
a:hover.img {
	background-color: transparent;
}

/* not used anymore to be deleted
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9AAFDC;
}
*/

/* this is used for the most outside div and thus contains each pages
  it defines the shadow borders and the white background  of each page*/
#wrapper {
	margin-right: auto; /* these two margins ensures that */
	margin-left: auto;  /*the all pages are always centered  */
	width: 828px;
	background-image: url(../img/wrapperbackground.jpg); /* this makes the shadow borders at left and right side for each page*/
	background-repeat: repeat-y; /* and ensures that the shadow borders will increase what ever size the page has */
	background-color: #FFFFFF; /* white back ground for each page */
	margin-top: 15px; /* some distance to the top and bottom of the windows (e.g. body tag)*/ 
	margin-bottom: 15px;
	padding-top: 15px; /* some distance by daefualt for all the inner elements header and footer*/ 
	padding-bottom: 15px; 
	text-align: left;

}
/* defintion for the div containing the header */
#header {
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding: 0px;
	height: 153px;
	width: 780px;
}

/* defintion for the div containing the horizontal menu */
#hmenucontainer {
	margin-left: 24px;
	height: 24px;
	width: 780px;
	margin-top: 15px;
}

/* defintion for the div containing the vertical menu */
#vmenucontainer {
	margin-left: 24px;
	width: 160px;
	/*	height: 216px;   */
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left; /* permits the maincontainer be to it's right side */
}

/* this is used for div containing all the text elements of a page */
/* situated below the horizontal menu and to the right of the vertical menu */
#maincontainer {
	float: right;
	margin-top: 30px;
	width: 600px;
	margin-right: 24px; /* forces the div to be at the right side of the vertical menu */
}

/* used for the div containing the footer */
#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	width: 780px;
}
/* used only for the lay out of the index page, one maintext div
and 1 side bar to it's right side */

#idx_maintext {
	width: 365px;
	float: left; /* permits the side bar to it's right side */
	text-align: justify;
}
#idx_sidebar {
	width: 218px;
	float: right; /* places the side bar to the left side of the main text */
}

/* used for all the text layou for all pages except the index page */
#maintext {
	text-align: justify;
}
#maintext dt {
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9AAFDC;
	text-align: left;
	font-size: 0.95em;
	font-weight: bold;
}
#maintext dd {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-size: 0.9em;
}

/* Put an image in this kind of div and add a legend to the image below it */
#img_legend_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	float: right;
	margin-left: 10px;
	text-align: center;
}

/* used for the interview layout in the rabbi.html page */
#interviewcontainer {
	border: 1px solid #9AAFDC;
	padding-right: 5px;
	padding-left: 5px;
}
#interviewcontainer p {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#interviewcontainer p.italic {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
/* used for most outer div for the flv player */
#audio_wrapper {
	width: 500px; /* defines the width of the player */
	height: 118px; /* defines the height of the player */
}
/* div which will contain the audio player, must be placed in the audio_wrapper */
#audio_placeholder {
}

.sidebar_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9AAFDC;
	font-size: 1em;
	font-weight: bold;
}
.sidebar_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #000000;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #313499;
	font-weight: bold;
}
