/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00AFF0;
	background-attachment: fixed;
	background-image: url(/Rishis/main/images/index-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 24px;
	line-height:24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#00AEDC;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	line-height:18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#642D8A;
	font-weight:normal;
}
h3 {
	font-size: 12px;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #F78E1E;
	text-decoration:none;
}
a:hover {
	color:#00AEDC;
	text-decoration:none;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;	
}
select {
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:1px;
	border: 1px solid #CCCCCC;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#menuImg {
	width:820px;
	/*background-color:#FFFFFF;*/
	margin-left:-410px;
	margin-top:-295px;
	height: 590px;
	position: absolute;
	left: 50%;
	top: 50%;
}



/*NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#navigationDiv {
	width:1000px;
	height:24px;
	/*background-color:#F00FFF;*/
	margin-left:-500px;
	margin-top:295px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#navigationDiv ul {
	margin:0px;
	list-style:none;
}
#navigationDiv li {
	padding:0px;
	margin:0px;
	float:left;
}
#navigationDiv li a {
	display:block;
	line-height:24px;
	padding-left:31px;
	padding-right:31px;
	margin:0px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#navigationDiv li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#navigationDiv li .highlight {
	color:#9A6B36;
	background-color:#FFFFFF;
	background-image: url(/Rishis/main/images/navigation-tab.png);
	background-repeat: repeat-x;
}
#textLinksList a {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}
#textLinksList a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}