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;

}

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:8px;

	}

#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:930px;

	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;

	}

.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: 98%;
	        border: 1px solid #000;
	        padding: 10px;
                z-index:10;
	   }

#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:0px auto;
        padding-left: 20px;
	padding: 15px;
        overflow:auto;
	
}

.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;
}