html, body {
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 0.9em;
	}
	
body {
	
	background-image: url(../images/design/blue_translucent.gif);
	width: 675px;
	margin: 0 auto 0 auto;
	}
	
ul {
	list-style: none;
	}

ul li {
	padding-bottom: 5px;
	}
	
li a {
	border-bottom: 1px dotted black;
	}
	
li a:hover {
	border-bottom: 1px solid black;
	}
	
/***************/
/***css icons***/
/***************/
li.tel {
	background-image: url(../images/design/phone.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.mail {
	background-image: url(../images/design/mail.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.link {
	background-image: url(../images/design/link.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.pdf {
	background-image: url(../images/design/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.date {
	background-image: url(../images/design/date.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.worddoc {
	background-image: url(../images/design/word.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.venue, li.address1 {
	background-image: url(../images/design/venue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.joseph-speaker {
	background-image: url(../images/design/speaker.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.joseph-chair {
	background-image: url(../images/design/chair.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
li.photo-gallery {
	background-image: url(../images/design/camera.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

/***************/
	
#headerContainer {
	background-color: #fff;
	}
	
#headerPic {
	background-image: url(../images/design/heading.gif);
	background-repeat: no-repeat;
	background-color; #FFF;
	height: 200px;
	width: 675px;
	margin: 0 auto 0 auto;
	font-size: 0;
	color: #fff;
	}
	
a {
	color: #000000;
	text-decoration: none;
	}
	

#navdiv {
	width: 675px;
	overflow: hidden;
	background-color: #7FB9D0;
	clear: both;
	border-bottom: 2px solid black;
	}
	
#navdiv ul {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
	}

#navdiv ul li {
	position: relative;
	float: left;
	right: 50%;
	text-align: center;
	margin-left: 1px;
	padding: 5px 10px 6px 10px;
	background-color: #7FB9D0;
	}
	

#navdiv ul li:hover {
	background-color: #A8D1E0;
	border-top: 2px solid black;
	padding-bottom: 4px;
	}
	
#navdiv ul li a, #navdiv ul li a:hover {
	border-bottom: none;
	}
	
#navdiv ul li.current, #navdiv ul li.current:hover {
	border: none;
	background-color: #FFF;
	text-decoration: underline;
	}
	
#navdiv ul li.current:hover {
	padding-bottom: 6px;
	}


#joseph-interfaith-content {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#page-specific-content {
	clear: both;
	padding: 20px 0 20px 0;
	}
	
p.standOut {
	background-color: #3a92f6;
	border: solid 1px #7FB9D0;
	width: 550px;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	}
	
#headerPic {
	background-image: url(../images/design/heading.gif);
	background-repeat: no-repeat;
	background-color; #FFF;
	height: 200px;
	width: 500px;
	margin: 0 auto 0 auto;
	font-size: 0;
	color: #fff;
	}
	
p {
	width: 80%;
	margin: 20px auto 20px auto;
	text-align: justify;
	}
	
p.bold {
	font-weight: bold;
	}
	
#footer {
	background-color: #fff;
	margin-bottom: 2%;
	margin-top:0;
	padding:0;
	padding-bottom: 1em;
	text-align: center;
	
	font-size: 0.75em;
	}

