﻿body
{
    font-family: Verdana; /* sans-serif; , Arial,  Helvetica;*/
    font-size: 1em;	      /*16px; /* All ems depend on this size*/
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top:0.25em;
    color: #9C2F15
}
p.bodycontent
{
    text-align:justify;
}

p.sanskrit
{
    text-align:center;
    font-size:150%;
}
/* Menu bar */
    div.MenuStrip
    {
    	clear:both;
        background-color:#FF6600; /* #FF7300; */
        font-size:1.1em;
        /*font-size:18px;*/
        font-weight:bold; /*750;*/        
        text-align:center;
        vertical-align:middle;
        margin-bottom:2px;
        margin-top:2px;
        padding:3px 25px 3px 25px;
        
       border-left: 0px solid #8a8a8a;
       border-top : 0px solid #8a8a8a;
       border-right: 1px solid #8a8a8a; /*black;*/
       border-bottom: 1px solid #8a8a8a; /*black;*/     
       
       color: #ffdc8e;
    }
    
    div.MenuStrip ul
    {
        list-style:none;
        display: inline;
    }
    
    div.MenuStrip ul li
    {   
        display: inline;
    }       
    
    a.UnSelectedMenuPad:link, a.UnSelectedMenuPad:visited , a.UnSelectedMenuPad:active
    {
        color: #FFECC1; /*#ffdc8e    ;*/
        outline:none;
        text-decoration: none;
        
        margin-right: 0.5em;
        padding-left: 0.5em;
        padding-right:0.5em;
        text-shadow: black 2px 2px 2px;
    }
    
    a.UnSelectedMenuPad:hover
    {
        text-decoration: none;
        color: #9C2F15; /* #ff7300;*/
        text-shadow: black 1px 1px 1px;
    }

    a.SelectedMenuPad:link, a.SelectedMenuPad:visited , a.SelectedMenuPad:active
    {
        color:  #9C2F15;
        outline:none;
        text-decoration: none;
        
        margin-right: 0.5em;
        padding-left: 0.5em;
        padding-right:0.5em;
        text-shadow: black 1px 1px 1px;
    }
    
    a.SelectedMenuPad:hover
    {
        text-decoration: none;
    }

/* Menu bar end */

H1.Heading
{
    color: #9C2F15;
    text-align: center;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    text-shadow: #c6d9e9 1px 1px 1px;
    font-size: 2em;  
}

div.content {
    clear:both;
    font-size:0.75em;
    width: 100%;
}

div.footer {
  clear: both;
  width: 100%;
  height: 10%;
  text-align: center;
  font-size: 0.75em;
}

div.leftframe
{
	float:left;
	width:28%; 
	/*border:solid 1px black;*/
}

div.centerframe
{
	float:left;
	text-align:center;
	width:42%;
	/*border:solid 1px black;*/
}
div.rightframe
{
	float:right;width:28%; 
	text-align:right;
	/*border:solid 1px black;*/
}

div.leftconentframe
{
	float:left;
	width:49%;
}

div.rightcontentframe
{
	float:right;
	width:50%; 
}

div.smallheading
{
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:8pt;
}

div.smallheadingnounderline
{
    font-weight:bold;
    margin-bottom:4pt;
}


h3.topicheading
{
    text-align:center;
}
a.addresslink:active,a.addresslink:visited,a.addresslink:link
{
 color: #9C2F15;
 text-decoration:none;
 outline:none;
}

a.pointerlink:active,a.pointerlink:visited,a.pointerlink:link
{
 color: #9C2F15;
 text-decoration:underline;
 outline:none;
}

span.boxitem
{
 display:block;
 margin-top:2pt;
 margin-bottom:2pt;
}

span.boxitemquestion
{
 display:block;
 margin-top:2pt;
 margin-bottom:4pt;
 font-weight:bold;
}

span.quote
{
    margin-top:2pt;
    margin-bottom:2pt;    
    font-weight:bold;
    font-style:italic;
}
