/*CSS Styles - JothiMarga.com*/

html, body {
  background: #FFCC00 url(/pics/bg.jpg) repeat;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #990000;
}

/*Links*/
a {text-decoration: none;}

a:link {color: #800080;}

a:visited {color: #800080;}

a:active {color: #800080;}

a:hover {
	color: #800080;
	text-decoration: underline;
}

/*Content*/

/*Classes*/

h1 {
	color: #990000;
	font-family: verdana, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

h2{
	font-size: 17px;
	color: #990000;
	font-family: arial, sans-serif;
	font-weight: normal;
}

h3{
	font-size: 24px;
	color: #990000;
	font-family: arial, sans-serif;
	font-weight: normal;
}

h4{
	font-size: 15px;
	color: #990000;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

h5{
	font-size: 12px;
	color: #000;
}

h6{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

div.content{
  background: #FFCC00 url(/pics/nparch.jpg) repeat;
  width: 600px;
  margin: 10px auto;
  padding: 20px 40px;
}

div.indent{
	margin-left: 50px;
	color: #000; 
}

p {
  color: #000;
  text-align: left;
  line-height: 130%;
}

p.question{
	font-weight: bold;
  color: #000;
  text-align: left;
  line-height: 130%;
}

.center{text-align: center;}


.separator{
	width: 710px;
	border-bottom: 3px solid #990000;
	margin: 0 auto;
}

.hnav{
	background: #990000;
	color: #FFC684;
	width: 730px;
	margin: 0 auto;
	clear: both;
}

ul {text-align:left;}

/*Id's*/

#wrapper{
	margin: 0 auto;
	padding: 10px;
	border: 4px solid #990000;
	background: #FFCC00;
	width: 800px;
}

#header{
	text-align: center;
	margin: 10px 10px 20px 10px;
}

#hmenu {
	margin: 0 auto;
	width: 60%;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: 900;
}

#hmenu li {
	/*display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	/* IE5/Mac needs these to have a set width. Change it when necessary. */
	/* start for IE5/Mac only \*//*/
    width: 5em;
	/* end for IE5/Mac only */
}

#hmenu li a {
	display: block;  /* for Mozilla based browsers */
	display: inline-block;
	padding: 5px 10px;
	/*border: 1px solid #666;*/
	/*background-color: #ddd;*/
	text-decoration: none;
	color: #FFCc00;
}

#hmenu li a:active {color: #ffffff;}

#hmenu li a:hover {
	background-color: #DE8252;
	text-decoration: none;
	color: #FFFFCE;
}

#swamipic{
	float: left; 
	width: 200px; 
	padding: 10px 0px;
}

#footer{
	margin: 0 auto 15px auto;
	width: 800px;
	font-size: xx-small;
	padding: 5px;
}

#footer a{
	text-decoration: underline;
	color: #990000;
}

#footer a:hover{color: #800080;}

#footerleft{float: left;}

#footerright{float: right;}