body{
	font-family:  Tahoma, Geneva, Verdana, sans-serif,  "Lucida Grande", "Trebuchet MS";
   margin:0;
  text-align:center;
   width:100%;
   background: #70232d; 
  }

td {font-size:14px;
	 color: #1598da; 
	font-family:Tahoma, Geneva, sans-serif;}


/* dk red #70232d 112 035 045  */
/*green 859473*/
/* blue #d5eafc  211 229 253 */

#wrapper {
  margin: 0 auto;
  padding:10px;
  width:850px;
  background:#d3e5fc;
  }

#logo{
  height:80px;
  padding-top:3px;
  background:#d3e5fc url(images/temple.png) no-repeat right;
}

#logo h1{
 font-size: 28px;
 	float:left;
}

#logo p{
 	font-size:12px;
	text-align:right;
	float:right;
  
    margin: 10px 110px 0 0;
   font-weight:bold;
  font-family:arial, Geneva, sans-serif;
}

#infobar img {
	width: 160px;
	}

#infobar{
 	font-size: 14px;
	text-align:left;
	width:160px;
	background:	#d3e5fc;
	float:left;
	margin:0px;
	padding: 0 0px 0 25px;
}

#slogan{
 	font-size: 14px;
 	width:160px;
	color:#1598da;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
	font-style:normal;
	text-align: center;
}
#infobar a{
 color:#70232d;
  width:160px;
}


a{
 	font-size: 14px;
	color:#70232d;
  	text-decoration:none;
}
a:visited{
	color:#cd652e;
	text-decoration:none;	
}

a:hover{
 text-decoration:underline;
  color:#f96415;
  font-weight: bold;
}


#content{
	margin:2px 0 0 0;
	background:#d3e5fc  ;
}

#main{
	margin-left:220px;
	margin-right: 75px;
	color:#1598da;
	text-align: left;
	background: #d3e5fc url(images/temple3.jpg) no-repeat top left;
}

#main p{
 	font-size: 14px;
 		padding-right: 50px;
	text-align:left;
	line-height:140%;
	}


#main ul{
	text-align:left;
	list-style-type:square;
}

#main ul li{
  color:#859473;  
}
#main h1{
 font-size: 18px;
 font-weight: bold;
 font-family: Tahoma, Geneva, sans-serif;
 color:#1598da;
}

#main h2{
 font-size: 18px;
 font-weight: bold;
 font-family: Tahoma, Geneva, sans-serif;

 padding:0;
 text-align:left;
 color:#859473;
}
#main h3{
 font-size: 16px;
 font-family:Tahoma;
 }


#main h3 a{
	color:#859473;
}


#footer{
	clear:both;
	font-size: 8px;
  }
#footer {
 	color:#1598da;
}

/* ######### Style for Tab Interface itself ######### */

#droptab {
 clear:both;
  }
#shademenu{
	clear:both;
}
.shadetabs{
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
font-size: 12px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
  display: inline;
  margin: 0;
}


.shadetabs li a{
	text-align:left;
	  text-decoration: none;
	  padding: 3px 7px;
	  margin-right: 3px;
/*	color:#cd652e; */
	font-size: 12px;
  	font-weight:bold;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
  position:absolute;
  top: 0;
  font-family:Tahoma, Geneva, sans-serif;
  border: 1px solid #a0a788; 
  z-index:100;
  background-color: #ffffff;
  width: 175px;
  visibility: hidden;
}
.dropmenudiv a {
  text-align:left;
  width: auto;
  display: block;
  text-indent: 3px;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
	color:#cd652e;
}

.red {background-color: red;
		display: block;}
.yel {background-color: yellow;
		display: block;}
.blu {background-color: blue;
		display: block;}
.gre {background-color: green;
		display: block;}
.wht {background-color: white;
		display: block;}


* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  color:#f96415;
}
