/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #9F9971;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #e2edc2;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	BACKGROUND-COLOR: #445565;
	text-align: center;
}

@font-face
{
font-family:TSCComic;
src:url('http://www.muruganthiruvarutsangam.org/TSCComic.ttf');
src:local(TSCComic),url('TSCComic.ttf');
}

@font-face
{
font-family:vijaya;
src:url('http://www.muruganthiruvarutsangam.org/vijaya.ttf');
src:local('vijaya.ttf'),url('vijaya.ttf');
}

p{
	font-size: 15px;
	font-family: TSCComic;
	text-transform: none;
	color: #000099;
	text-align: center;
}

.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}

.caption
{
	font-family:TSCComic;
	color:#ffffff;
	font-size: 15px;
	font-weight: bold;

}

.topnav
{
	font-family:tahoma;
	color:#F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}

.topnav:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}



#custom1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color:darkred;
	text-align: left;
}

#custom2
{
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	color:darkblue;
	text-align: justify;
	line-height: 2;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #e7efcf;
  font-size: 15;
  font-weight: bold;
  line-height: 2;
  color: #5b0202;
  cursor: pointer;
  padding:  18px;
  width: 75%;
  text-align: left;
  border:0 0 0 10;
  border-color:white;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #e7efaf;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	margin-top: 6;
	margin-bottom: 6;
	background-color: white;
	width:75%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
  }