a:link
{
	color: rgb(0,100,22);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,100,22);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,100,22);
	text-decoration: underline;
}
a:hover
{
	color: rgb(93,166,72);
	text-decoration: none;	
}

body
{
	font-family: Arial;
	font-size  : 11px;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
	margin:0;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 11px;
}

.bg-home 
{
	background-color:#006416;
}

.bg-the-school 
{
	background-color:#FEC726;
}

.bg-school-campus 
{
	background-color:#FF9A00;
}

.bg-our-academics 
{
	background-color:#FF5C01;
}

.bg-about-admissions 
{
	background-color:#D21033;
}

.bg-work-with-us 
{
	background-color:#A91BB0;
}

.bg-news-room 
{
	background-color:#3878DB;
}

.bg-contactus 
{
	background-color:#0097AC;
}

.bg-download-section 
{
	background-color:#00C67C;
}

.hd
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,100,23)
}

.section-head
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(186,211,89)
}

.mt
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #b1dcff; background-color:#ededed;
	font-family: Verdana;
	font-size  : 11px;
	font-type: normal;
    padding-left4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: justify;
	line-height: 150%	
}

.left-links
{
	font-family: Arial;
	font-size  : 11px;
	line-height: 100%;
	color: #676767;
	text-decoration: none;	
}

ul
{
	font-family: Arial ;
	font-size  : 11px;
   font-style: normal;
   color: rgb(0,0,0);
   	line-height: 150%;	
   list-style-image:url('images/bullete.gif');
}
.text
{
	border:1px solid #dddddd; background-color:#ffffff;
	font-family: Arial;
	font-size  : 11px;
	text-align: justify;
	line-height: 150%	
}.text_button {
	font-family: Arial;
	font-size  : 11px;
	text-align: center;
	line-height: 150%
}

/* ------- feedbacks styles --------------------------------------------------------------------------- */
.fth
{
    background-color:#FF9A00;
	font-family: Verdana;
	font-size  : 11px;
	color : #FFFFFF;
	font-type: normal;
    
}

.fr1
{
    background-color:#EFEFEF;
	font-family: Arial;
	font-size  : 11px;
	color : #000000;
	font-type: normal;
    
}

.fr2
{
    background-color:#FFFFFF;
	font-family: Arial;
	font-size  : 11px;
	color : #000000;
	font-type: normal;
    
}

.back-orange
{
    border:1px solid #d78200; background-color:#ff9a00;
	font-family: Arial;
	font-size  : 11px;
	font-type: normal;
	color : #ffffff;
    padding-left1; padding-right:1; padding-top:1; padding-bottom:1
}

/* ------- end of feedback styles --------------------------------------------------------------------------- */




/* ------- scroll bar styles --------------------------------------------------------------------------- */

.scroll-pane {
    position: relative;
	width: 770px;
	height: 300px;
	overflow: auto;
	bckground: #ffffff;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #dff2e3;
	bckground: url('images/sc-trackbg.gif');	
}
.jScrollPaneDrag {
	position: absolute;
	background: #006416;
	bckground: url('images/sc-trackdrag.gif') no-repeat 50% 10%;	
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowup.gif');	
}
a.jScrollArrowUp:hover {
	background: url('images/sc-arrowup-mo.gif');		
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowdown.gif');
}
a.jScrollArrowDown:hover {
	background: url('images/sc-arrowdown-mo.gif');		
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.footertextwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #13648A;
}
