body {
	/*background: #FFE1BF url(../images/bg_gradient.jpg) repeat-x;*/
	background: url(../images/bg_gradient.jpg) repeat-x;
	margin: 0;
	font-family: arial,sans-serif;
}

#container {
	width: 900px;
	height: 600px;
	background: url(../images/mandala.jpg) no-repeat;
}

#topHdr {
	background: url(../images/shulamit.gif) no-repeat 195px 62px;
	width: 700px;
	height: 175px;
}

a.emailLink:link, a.emailLink:visited {
	color: #000000;	
	}

a.emailLink:hover {
	color: #F30;
	
	}

/* @group LEFT */

#leftNav {
	width: 180px;
	padding-top: 50px;
	padding-left: 15px;
}

#leftNav h3 {
	color: #F30;
	font: 16px arial;

	padding: 0;
	margin: 10px 0 0 0 ;
}
#leftNav h3 a:link { color: #666666; text-decoration:none; }
#leftNav h3 a:visited { color: #666666; text-decoration:none;  }
#leftNav h3 a:hover { color: #FF3300; text-decoration:underline;  }
#leftNav h3 a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#rightCol h3 a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#rightCol h3 a:visited { color: #666666; text-decoration:none;  }
#rightCol h3 a:hover { color: #FF3300; text-decoration:underline;  }
#rightCol h3 a:active {
	color: #000000;
	text-decoration:none;
}

#leftNav ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#leftNav li { 
	list-style-type: disc;
	color: #666;
	font-size: 11px;
	line-height: 2.5ex;
}

#leftNav li a:link, #leftNav li a:visited {
	color: #666;
	text-decoration: none;
	}

#leftNav li a:hover {
	color: #F30;
	text-decoration: none;
	}

/* @end */

/* @group MAIN */

#mainCol {
	position: absolute;
	width: 500px;
	height:325px;
	top: 180px;
	left: 200px;
}

#mainCol h4 {
	color: #326045;
	font: 18px Arial, georgia;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: url(../images/rule.gif) no-repeat 0 21px;
}

#scrollContent {
	position: absolute;
	width: 460px;
	/*height:330px;*/
	/*overflow: auto;*/
	background-color:#FFFFFF;
	top: 30px;
	left: 0px;
	color: #326045;
	font-size: 12px;
	line-height: 15px;
	/*margin-left: 20px;*/
	
	padding:10px;

}

#scrollContent a {
	color: #FE7B5A;
	text-decoration: none;
}

#scrollContent a:hover {
	color: #F30;
	text-decoration: none;
}

.hiddenDiv {
	display: none;
}

/* @end */

/* @group RIGHT */

#rightCol {
	/*margin-top: 100px;*/
	position: absolute;
	width: 300px;
	top: 25px;
	left: 700px;
}

#phoneInfo {
	font-size: 14px;
	color: #101e3b;
	margin: 5px 0;
}

#issueList {
	width: 160px;
	font-weight:bold;
	font-family:verdana;
	background-image:url(../images/white-to-gray-bg.jpg);

	margin-top: 15px;
	color: #666;
	font-size: 10px;
	line-height: 14px;
	padding: 15px;
	border:1px solid #666666;
}

/* @end */


.bigger {
font-size: 16px;
}
.contentPic { 
margin-right:10px;}

.emph {
color:#FF3300;
}
#mailinglist {
width: 200px;
padding: 5px;
border:1px solid #aaaaaa;
background-image:url(../images/white-to-gray-bg.jpg); 
color: #326045;
margin-top:10px;

}
.maillistlinkjv {
	/* color: #101e3b; */
	color: #FFFFFF;
	font-size: 16px;
	text-decoration:none;
}
#mailinglistBox {
	width: 230px;
	padding: 5px;
	border:1px solid #aaaaaa;
	background-image:none;
	color: #326045;
	margin-top:10px;
	background-color: #CC3300;
}