body {
        background-color: #5483BB;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:900px;
        behavior: url(javascripts/csshover2.htc);<!--hack per ie6-->
}

FONT, DIV, INPUT, TEXTAREA, FORM {

        font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

//	color:#5382ba;

	line-height:18px;

}

#container{

	width:100%;
	margin:0 auto;

	}

#main{

	width:100%;

	float:left;

	}

#intro{

	width:96%;

	float:left;

	background-color:#ffffff;

	padding:2%;

	color:#5382BA;

        overflow:auto;
	}

#intro_holder{

	width:900px;

	margin:0px auto;

	margin-top:15px;

	}

#hotlinks_holder{

	width:900px;

	margin:0px auto;

	margin-top:5px;

	}

#hotlinks{

	width:98%;

	float:left;

	background-color:#4678B7;

	margin-top:5px;

	padding:1%;

	color:#FFFFFF;

	}



.style1 {

	font-family: "Times New Roman", Times, serif;

	font-size: 24px;

	line-height:25px;

	color:#5382BA;

}

#menu{

	width:700px;

	margin:0px auto;

	padding:5px;

	color:#113662;

	margin-bottom:1px;

	font-family:"Times New Roman", Times, serif;

	font-size:15px;

	text-align:left;

      }

#menu_holder{

	width:100%;

	margin:0px auto;

	}

#menu_place_holder{
	width:890px;
	margin:0px auto;
	padding:5px;
	color:#113662;
	margin-bottom:1px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
}

.style2 {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

       }
.get_white_background{
	width:96%;
	float:left;
	padding:2%;
	background-color:#FFFFFF;
	margin-bottom:20px;
	}


.white_content {
		display: none;
                background-color: #5088C7;
	        background-image: url(imgs/bg.jpg);
		position: absolute;
		width: 400px;
	        height: 142px;
	        left: 50%;
	        top: 99%;
	        border: 1px solid #000;
	        padding: 10px;
                z-index:1000;
	   }

#footer{
	width:100%;
	float:left;
	text-align:center;
	color:#FFFFFF;
	height:22px;
	padding-top:4px;
	font-size:11px;
	}
img { 
        border:0px;
        }
a:link {text-decoration: none;} 
a:visited {text-decoration: none;} 
a:hover {text-decoration: underline;}

#body_inside{
        width:890px;
   	margin-top:20px;	
	padding-bottom:20px;
        background-color:#FFFFFF;
	color:#5382ba;
	line-height:16px;
        margin:15px auto;
        padding-left: 20px;
	padding: 15px;
        overflow:hidden;
	
}

.inside_left_col{
	width:22%;
	float:left;
	margin-right:3%;
  
	}
.inside_right_col{
	width:70%;
	float:left;
        color:#5382ba;

	}
.inside_rc_holder{
	width:100%;
	float:left;
	}
.inside_rc_holder2{
	width:100%;
	float:left;
	background-color:#333333;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	color:#CCCCCC;
	line-height:16px;
	}
 
.subhead{
	font-size:16px;
	color:#5382ba;
	font-weight:bold;
	}
.v_menu{
	width:100%;
	float:left;
	border-bottom:1px dotted #CCCCCC;;
	margin-bottom:4px;
	padding-bottom:4px;
	}

.breadcrumb{
	width:100%;
	float:left;
        color:#5382ba;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:20px;
	padding-bottom:5px;
	}
.team{
	width:96%;
	float:left;
	padding:2%;
	background-color:#F0F0F0;
	margin-bottom:20px;
	}
.get_white_background{
	width:96%;
	float:left;
	padding:2%;
	background-color:#FFFFFF;
	margin-bottom:20px;
	}
.team_pic{
	width:20%;
	float:left;
	background-color:#FFFFFF;
	padding:1%;
	}
.team_writeup{
	width:76%;
	float:left;
	background-color:#FFFFFF;
	padding:1%;
	/*height changed to fit the write up */
        min-height:50px;
        height:auto !important; 
        height:50px;
	}

.search_box{
	width:99%;
	float:left;
	background-image:url(/imgs/search_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:53px;
	border:1px dotted #4CA0CB;
	}

.alphabets{
	width:100%;
	float:left;
	}

.o_content{
	width:100%;
	float:left;
	border:1px dotted #CCCCCC;
	padding-top:10px;
        color: #5382ba;
	}
.name{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:22px;
	color:#000000;
	}

.date{
	font-family:"arial";
	font-size:12px;
	color:#5382ba;
	font-weight:bold;
	}

.pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #000099;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #000099;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }

select {
	color: #5382ba;
      }
.minheight {
  min-height: 267px;
  height: expression(this.height < 267 ? "267px" : true);
  background-color: black;
}

#menu ul{
	padding:0;
	margin:0;
        width:auto;
}

#menu li{
        width:120px;
        position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

#menu li a{
	height: 20px;
	display: block;
	text-decoration:none;
	text-align: left;
	line-height: 18px;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        font-weight:normal;
        color:#000000;
}

#menu li a:hover{
	background-position: bottom center;
}

#menu ul ul{
	position: absolute;
	top: 38px;
	visibility: hidden;
}

#menu ul li:hover ul{
	visibility:visible;
}

a.green{
        background: url(img/green.jpg) no-repeat top center;
	color: #006600;
}

a.orange{
        background: url(img/orange.jpg) no-repeat top center;
	color: #CC3300;
}

a.blu{
      background: url(img/blu.jpg) no-repeat top center;
      color: #006699;
}

a.yellow{
	background: url(img/yellow.jpg) no-repeat top left;
	color: #FF9900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

a.purple{
	background: url(img/purple.jpg) no-repeat top center;
}



/* BISHNU CSS*/

.intro_text{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#5B89BD;
line-height:30px;
}
.col1{
	width:52.5%;
	float:left;
	padding-left:2%;
	margin-top:2%;
	margin-bottom:2%;
	}
.col2{
	width:41.5%;
	float:left;
	padding-left:2%;
	margin-top:2%;
	margin-bottom:2%;
        color:#5B89BD;
	}

.gallery1{
	width:54%;
	float:left;
	background-color:#FFFFFF;
	margin-right:10px;
	height:210px;
	margin-bottom:10px;

	}
.bulletin{
	width:44.7%;
	float:left;
	background-color:#FFFFFF;
	height:210px;
	color:#5B89BD;
	font-size:14px;
	margin-bottom:10px;
	}
#body_main{
	width:100%;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
	}
.style1 {font-size: 18px}
.style2 {
	color: #FFFFFF;
	font-size: 18px;
}

#bulletin_div ul li {
    line-height: 12px;
    margin: 8px;
    padding: 2px;
}

#before_footer{
    background-color: #4678B7;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding-left: 1%;
    padding-top: 10px;
    width: 99%;
}
.title_bf {
    font-size: 18px;
    color: #FFFFFF;
}

.request_img{

width:30%;

float:left;

}

.request_txt{
	width:68%;
	float:left;
	padding-left:2%;
	color:#5B89BD;
	line-height:20px;
	padding-top:10px;
	font-size:14px;
	}
.request_title {
    font-size: 20px;
    line-height: 24px;}
.request{

	width:438px;

	float:left;

	border:1px solid #BBCBED;

	height:146px;

	color:#5B89BD;

	}

.phone_number {
    color: #083868;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-weight: bold;


}
.site-title{
  color: #083868;
    font-size: 24px;
}

.bulletvideo_title {
    color: #FFFFFF;
    font-size: 22px;
}
