


/*------------------------------------------------
/* We define various header fonts  */
/* These are atandard definitions for h1 to h3 -- don't change */
/* just redefined here as it is for completeness */
/*------------------------------------------------------------------*/

h1
{
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

/*-------------------------------------------------------------- */



{
padding: 0px;
margin: 0px;
}

body
{
  position: relative;
  width: 880px;
  font-family: "serif", "Times Roman", "Times New Roman", "sans-serif", "Georgia", "monospace", "fantasy";


}



#outer
{
position: relative;
width: 100%;
margin: 0 auto;
background: #fff;
}

#inner
{
position: relative;
padding: 13px 30px 13px 30px; 
z-index: 2;
left:10%;
}

#header
{
position: absolute; 
background: #FF7800 ;
width: 330px;
height: 100px;
color: #fff;
padding-left: 20px;
padding-right: 20px;
}

#header span
{
 font-weight: normal;
}

/* Properties of subheader */
#subheader
{
  position:absolute;
  font-weight: normal;
  font-size:0.75em;
  color: #FFFFFF;
  top: 60px;
}



#splash
{
position: absolute;
right: 30px;
background: #EAEAE2  url('sind.png') no-repeat;;
width: 470px;
height: 100px;
}


#splash mainheader /*h3 */
{
position: absolute;
line-height: 25px;
color: #000000;
padding: 0px 0px 0px 0px;
margin-bottom: 8px;
margin-left: 33%;
}

#splash subheader /*h4*/
{
 position: absolute; 
margin-top: 40px;
color: #000000;
padding: 0px 0px 0px 0px;
margin-left: 39%;
}

#menu
{
position: relative;
background: #46461F;
height: 30px;
padding: 0px 0px 0px 5px;
margin: 108px 0px 0px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 32px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x
padding: 8px 12px 8px 12px;
font-size: 1em;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff;
color: #4A4A24;
text-decoration: none;
}

#date
{
position: relative;
text-align:right;
line-height: 16px;
color: #FFFFFF; /* #BDBDA2; */
right: 10%;
top:3px; 
font-weight: bold;
font-size: 1em;
}


#indexcontent
{
position: absolute;
width: 250px;
top: 180px;
float: left;
background-color: #DDDDDD;
}


#indexcontent topic
{
position: relative;
top: 4px;
font-size: 1.2em;
line-height: 25px;
color: #CC0000; /* #656551; */
padding: 0px 0px 0px 0px;
margin-bottom: 20px;
margin-left: 40px;
}

#indexcontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
margin-left: -30px;
}


#indexcontent .content ul
{
list-style: none;
}

#indexcontent .content ul li
{
/* border-top: solid 1px #00EEEE; */
padding-top: 5px;
padding-bottom: 5px;
margin: 0px 0px 0px 0px;
font-size: 1em;
}


#indexcontent .content ul li.main a
{
  color: #0000FF;
  font-size: 1em;
  margin-left: -15px;
}

a:link,   a:visited {color: #0000FF;}
a:hover,  a:active {color: #000;}


#indexcontent .content ul li sub
{
  left-margin : -15px;
}


#indexcontent .content ul li first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#primarycontent
{
position: absolute;
width: 550px;
top: 165px;
float: right;
left: 280px;
background-color: #FFFFFF;
}

#primarycontent .content
{
font-size: 1em;
color: #550000; /* #46461F; */
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}


