@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	line-height: 1;
	color: #5B3E00;
	background-color: #F3F1CA;
}

.wrapper {
	width: 770px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 1.3em;
	color: #894E7B;
	margin-top: 15px;
	font-weight:bold;
}
h2 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight:bold;
}

.bg-bl {
	background-image: url(images/bg-bl.gif);
	background-repeat: repeat-y;
}
.bg-nl {
	background-image: url(images/bg-nl.gif);
	background-repeat: no-repeat;
}
.bg-nr {
	background-image: url(images/bg-nr.gif);
	background-repeat: no-repeat;
}

.bg-br {
	background-image: url(images/bg-br.gif);
	background-repeat: repeat-y;
}

.bg-o {
	background-color: #FFCA60;
}
.bg-og {
	background-image: url(images/bg-or.gif);
	background-repeat: repeat-y;
}

.bg-shiva {
	background-color: #A9C6FE;
	background-image: url(images/bg-shiva.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #002164;
	text-align: center;
	padding-top: 100px;
}
.bg-shiva p {
	margin-top: 20px;
	font-size: .9em;
}

.bg-Deva {
	background-color: #FFCA60;
	background-image: url(images/bg-Deva.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Sch {
}
.Sch td {
  border: 1px solid #6A9EFF;
  padding: 5px;
  text-align: center;
}
.Sch th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.esp {
	font-style: italic;
	background-color: #FFD57D;
	padding: 3px;
	border: 1px solid #EEBD5C;
	width: 240px;
	margin-top: 8px;
	float: right;
}
.eng {
	clear: left;
	margin-top: 8px;
	padding: 3px;
}
.eng h2 {
	margin-top: 0px;
}
.esp h2 {
	margin-top: 0px;
}
.small {
	font-size: .8em;
}
.bg-Deva li {
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.bordered {
	border: 1px solid #000000;
	margin: 10px;
	float: right;
}

