body{
	background-color: #333333;
	margin: 0;
	background-image: url('images/bg_grad.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.Page{
	background-color: transparent;
	background-image: url('images/pageBg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

h3{
	font-family: Arial;
	color: #333366;
	font-size: 20px;
}

a.title{
	color: #000066;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}

.none{
	display: none;
	visiblity: hidden;
}

.showTable{
	display: table;
	visibility: visible;
}

.topPage{
	background-image: url('images/bg.jpg'); 
	background-position: top center; 
	background-repeat: repeat-x;
}


.topNav{
	font-family: Verdana;
	font-size: 14;
	color: #ffffff;
	text-decoration: none;
}

.topNavBtns{
	font-family: Verdana;
	font-size: 14;
	color: #000000;
	text-decoration: none;
	
	background-image: url('images/topNavBtnBg.gif');
	background-repeat: repeat-x;
	background-position: center center;
}
.topNavBtns a{
	font-family: Verdana;
	font-size: 14;
	color: #000000;
	text-decoration: none;
}
.topNavBtns a:hover{
	color: #FF5500;
	text-decoration: underline;
}

.botNav{
	background-color: transparent;
}

.botNav a{
	font-family: Verdana;
	font-size: 14;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
.botNav a:hover{
	color: #FF5500;
}

.botNavBtn{
	background-image: url('images/bg.gif'); background-repeat: repeat-x;
}

.linktip{
	background-color: #FFFFCC;
	
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #AAAAAA;
}

.linktipOver{
	background-color: #FFFFCC;
	
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #6699cc;
}

.books a{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.books a{
	text-decoration: underline;
	color: #3333AA;
}

.panel th{	
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}

.panel{
	background-image: url('images/panel_bg.gif');
	background-repeat: repeat-y;
	background-position: center center;
}

.panel td{
	line-height: 20px;
	margin-left: 25px;
}

.panel a{
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 10px;
	text-decoration: none;
}

.panel a:hover{
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	display: block;
	width: 145;
}

.quickNav a{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.quickNav a:hover{
	text-decoration: underline;
}

.quickNav{
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}

.copyright{
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
}

.prayerTimes{
	font-family: Arial;
	font-size: 12px;
	background-image: url('images/prayerTimeBg.jpg'); 
	background-position: top center; 
	background-repeat: no-repeat;
}

.prayerTimes .title{
	font-size: 18px;
	text-decoration: underline;
}
.prayerTimes .city{
	color: #555555;
	font-size: 11px;
}
.prayerTimes .date{
	color: #3333FF;
	font-size: 11px;
	text-decoration: italic;
}
.prayerTimes .values{
	font-weight: bold;
	font-size: 12px;
}
.prayerTimes .credits{
	font-size: 10px;
}



.pictable{
	cursor: pointer;
	background-color: #CCCCCC;
	border: 2px solid #FFFFFF;
}

.pictableOver{
	cursor: pointer;
	background-color: #FFEECC;
	border: 2px solid #000000;
}

p.title{
	margin-left: 25px;
	color: #006600;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
p.date{
	margin-left: 75px;
	color: #555555;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

.note {
  color: #E65322;
	font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 12;
}

fieldset {
  font-size: 12;
	font-family: Verdana, Arial;
  color: #000000;
  padding:10px;
  
}

fieldset legend {
  font-weight: bold; 
  font-size: 14;
	font-family: Verdana, Arial;
  color: #E65322;
/*  color: #884422; */
}
