@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#E2E9D4;
	background-image:url(../images/pg_bg.jpg);
	background-repeat:repeat-x;	
}
/*General Styles*/
body, div, td, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
}
#contentHolder p{
	text-align:justify;
}
.pright{
	padding-right:12px;
}
.pleft{
	padding-left:12px;
}

h1{
	color:#4a6214;
	font-size:21px;
}
.clear{
	margin:0px;
	padding:0px;
	clear:both;
}
form{
	margin:0px;
	padding:0px;
}
.grClr{
	color:#336600;
	text-decoration:underline;
}
.grClr2{
	color:#336600;
	 
}
.blClr{
	color: #000;
	text-decoration:none;
}
#doc{
	width:970px;
	margin:auto;
	padding:0px;
}
#bd{
	background-image:url(../images/bd_bg.jpg);
	background-repeat:repeat-y;
}

#menu{
	background-image:url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	height:40px;
	text-align:center;
}
 

 /*Page Specific Styles*/
#contentHolder{
	float:left;
	width:667px;
	background-color:#FFF;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	*padding-top:25px;
	
}
#rMenu{
	float:right;
	width:237px;
	background-image:url(../images/lmenu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#a9b58f;
	padding-top:15px;
	
}
#rMenu .title{
	background-image:url(../images/lmenu_title_bg.gif);
	background-repeat:no-repeat;
	height:31px;	 
	width:183px;
	padding-left:20px;
	margin:auto;
	color:#FFF;
	font-size:18px;
}
#rMenu .menuList{
width:203px;
padding-top:10px;
padding-bottom:20px;
margin-left:35px;
font-size:14px;
}
#rMenu .menuList ul{
	list-style:none;
	font-size:14px;
	margin:0px;
	padding:0px;
}
#rMenu .menuList ul li a{
	color:#000;
	text-decoration:none;
}
#rMenu .menuList ul li a:hover{
	color: #336600;
	text-decoration:underline;
}
#rMenu .menuList .txt{
	font-size:12px;
	 
}
#login .input{
	background-color:#e2e6d8;
	width:150px;
}
#login .submit{
background-color:#e2e6d8;
}
#flashBg{
background-repeat:no-repeat;
background-position:right;
z-index:100;
}
.ques{
margin-top:12px;
}
.ques, .ques a{
color:#4a6214;

}
.back{
text-align:right;
border-bottom:1px dashed  #29350d;
}
.vDetails a{
	font-size:13px;
	color: #003300; 
	font-weight: bold;
	text-decoration:none;
}
.vDetails a:hover{
	text-decoration:underline;
}
#ft{ 	
	background-image:url(../images/ft_bg.jpg);
	background-repeat:repeat-x;
	color:#939886;
	text-align:center;
	padding-top:10px;
	height:70px;
	background-color:#040404;
	font-size:11px;
}
#ft a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#939886;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
}

p strong em a {color:#000000; text-decoration:none;}