body {
	position: relative;
	width: 960px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 2px 20px 2px #999; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#banner {
	position: relative;
	width: 960px;
	top: 0;	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	clear:none;
}

#primary {
	float: left;
	width: 940px;
	margin-left: 20px;
}

#primari {
	float: left;
	width: 850px;
	margin-left: 20px;
}

#secondary {
   float: right;
      width: 460px; /* or whatever width you want */
	margin-right: 5px;
	margin-left: 10px;
}

#videobox {
	color: rgb(128,128,128);
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
    	text-align: center;
	border-left: 1px rgb(192,192,192) solid;
	width: 450px;
 	height:	660px;
	padding-left: 10px;
	margin:50px 0px 3px 10px;
}

.videotext {
	font-size: 14px;
	color: grey;
	font-style: normal;
	font-weight: 100;
    	text-align: center;
}

#newsbox {
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
/*	border: 1px grey dashed; */
	background-color: rgb(240,255,240);
	background-color: rgb(175,221,150);
	background-color: rgb(231,255,209);
	?box-shadow: 2px 2px 10px 1px #999;
	height:	325px;
	width: auto;
	line-height: 1.0;
	clear: left;
	overflow:auto;
	padding:5px;
}
/* The border-style values can be solid, dotted, dashed, double, groove, ridge, inset and outset */
 /*  	background-color: rgb(153,153,153); */

.newstitle {
	font-size: 28px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 2px;
	color: rgb(153,0,51);
	font-style: normal;
	font-weight: bold;
    	text-align: center;
	line-height: 1.0;
	margin-top: 3px;
}
.newscontent {
	font-size: 14px;
    	text-align: left;
	color: black;
	font-style: normal;
	font-weight: 100;
	pedding-left: 5px;
	pedding-right: 5px;
	list-style-type: circle;
	font-family: "Courier New", Courier, monospace;
}

#contents {
 	float: left;
	clear: right;
	width: 960px;
	position: relative;
	left: 0px;
	line-height: 1;
	padding-left: 5px;
}
p {
	font-size: 14px;
    word-spacing: 0.0em;
    line-height: 1.5;
    text-align: justify;
    text-indent: 0;
	font-family: arial, helvetica, sans-serif;
}

/* Use p:first-child if I only want to style the first paragraph */
/* also last-child */
h1 {
    	text-align: left;
    	font-size: 28px;
	font-weight: 900;
  	color: rgb(76,156,0);
	font-family: arial, helvetica, sans-serif;
    line-height: 1;
}

/*	text-shadow: -1px 1px 3px rgb(153,153,153); */

h2 {
    	font-size: 25px;
  	color: rgb(0,0,0);
   	background-color: rgb(255,255,255);
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, helvetica, sans-serif;
    line-height: 1;
}
h3 {
    	font-size: 20px;
  	color: rgb(0,0,0);
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
    	margin-bottom: 0;
    	padding-bottom: 0;
}
h6 {
    	font-size: 12px;
  	color: rgb(200,200,200);
   	background-color: rgb(192,192,192);
  	background-color: rgb(153,0,51);
	font-weight: 100;
	font-style: normal;
    	line-height: 1.5;
	font-family: arial, helvetica, sans-serif;
	padding-left: 5px;
	margin: -10px;
	margin-top: 10px;
    	text-align: right;
}
strong {
    font-style: normal;
    text-transform: none;
}
/* text-transform: none */
em {
    font-size: 14px;
    font-style: italic;
    text-transform: none;
}

img {
    	margin-top: 0px;
    	border-top: 0;
    	padding-top: 0;
	border-style: 0;
    	border-width: 0px;
    	border-color: #ccc;
}

#collaborators {
	font-size: 22px;
	color: rgb(0,0,0);
	color: rgb(153,0,51);
	color: rgb(255,0,0);
	font-style: italic;
	font-weight: bold;
    	text-align: left;
	padding-left: 50px;
}
#colaboratorimg {
	margin: 0 auto;
}
#foot {
    	align: right;
	clear: both;
}

/* people page */
#memberstitle {
    	text-align: left;
    	font-size: 28px;
	font-weight: 900;
  	color: rgb(76,156,0);
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
    	margin-left: 20px;
}
#members {
    	text-align: left;
    	margin-left: 200px;
    	margin-top: 25px;
}
#name {
    	font-size: 20px;
  	color: rgb(0,0,0);
	font-weight: 900;
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
}
#title {
	font-size: 16px;
  	color: rgb(153,0,51);
	font-weight: 900;
	font-family: arial, helvetica, sans-serif;
	font-family: "Courier New", Courier, monospace;	
	font-family: "Lucida Console", Monaco, monospace;	
}

#title2 {
	font-size: 17px;
  	color: rgb(40,90,161);
	font-weight: 900;
	letter-spacing: 2px;
	font-family: arial black, helvetica, sans-serif;	
}

#aff {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
    	margin-right: 25px;
}
#keywords {
	font-size: 14px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

/* contact page */
#ha {
    	text-align: left;
    	font-size: 150%;
	font-weight: 900;
  	color: rgb(51,204,0);
	font-family: arial, helvetica, sans-serif;
}

#contact {
	font-size: 20px;
    	text-align: left;
    	line-height: 1.5;

}

/* research page */
#researchstitle {
    	font-size: 20px;
  	color: rgb(0,128,153);
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
    	margin-bottom: 0;
    	padding-bottom: 0;
}
.caption {
	color: rgb(80,80,80);
	font-family: "Courier New", Courier, monospace;	
}

/* alumni part of people page */
#primaree {
	float: left;
	width: 850px;
	margin-left: 30px;
		border-top: 1px rgb(192,192,192) solid;
}

#memberstitle2 {
    	text-align: left;
    	font-size: 28px;
	font-weight: 900;
  	color: rgb(76,156,0);
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
    	margin-left: 0px;
}

#heading1 {
	margin: 10px;
	margin-left: -10px;
}

#heading {
	margin: 10px;
	margin-left: -10px;
}

#tbstyleheading {
	width: 95%; 
	margin-left: 20px; 
    	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px rgb(192,192,192) solid;
}

#tbstyletop {
	width: 95%; 
	margin-left: 20px; 
    	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

#tbstyle {
	width: 95%; 
	margin-left: 20px; 
    	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

#tbstylebot {
	width: 95%; 
	margin-left: 20px; 
    	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px rgb(192,192,192) solid;
}

ul {
	font-size: 14px;
	letter-spacing: 0.0em;
    word-spacing: 0.0em;
    line-height: 1.5;
    text-align: justify;
    text-indent: 0;
	font-family: arial, helvetica, sans-serif;
}

/*---- CROSS BROWSER DROPDOWN MENU ----*/
ol {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
		font-style: normal;
		    	line-height: 1.3;
}
ol li {
    display: block;
    position: relative;
    float: left;
}
li ol {
    display: none;
}
ol li a {
    display: block;
    text-decoration: none;
    color: rgb(255,255,255);
    border-top: 0px solid rgb(153,0,255);
    padding: 3px 15px 3px 15px;
    background: rgb(153,0,51);
    margin-left: 0px;
    white-space: nowrap;
}
ol li a:hover {
background: rgb(179,0,59);
}
li:hover ol {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a { background: rgb(179,0,59); }
li:hover li a:hover {
    background: rgb(204,0,68);
}
#pagenav {
	width: 960px;
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.pagenavi {
	font-size: 14px;
	?Scolor: rgb(255,255,255);
	font-style: normal;
	font-weight: 100;
    	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
    	line-height: 1.8;
	font-family: arial, helvetica, sans-serif;	
	margin: 0;
	?padding-top: 0;
  	background-color: rgb(153,0,51);
	letter-spacing: 2px;
}
a:link {
    text-decoration: none;
  	color: rgb(255,250,250) ;
}
a:visited {
    color: purple;
	color: rgb(255,250,250) ;
}

.c1 { color:rgb(100,100,100) }
.c1:hover { color:rgb(255,255,255);}

.c2 { color:rgb(40,90,161);}
.c2:visited { color:rgb(0,0,0);}
.c2:link { color:rgb(0,0,0);}
.c2:hover { color:rgb(40,90,161);}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
	margin-left: -30px;
    padding:0px;
    }


/*---- photo gallery ----*/	
.wrapper { 
        background:#EFEFEF; 
		        background:black; 
        box-shadow: 1px 1px 5px #999; 
        margin: auto; 
        text-align: center; 
        position: relative;
			        position: absolute;
        -webkit-border-radius: 5px;
					-webkit-border-radius: 0px;
        -moz-border-radius: 5px;
		        -moz-border-radius: 0px;
        border-radius: 5px;
		        border-radius: 0px;
        margin-bottom: 20px !important;        
					margin-top: 350px !important;
        width: 800px;
		        width: 960px;
        padding-top: 5px;
    }
    .scrolls { 
        overflow-x: scroll;
        overflow-y: hidden;
        height: 80px;
    white-space:nowrap
    } 
    .imageDiv img { 
        box-shadow: 1px 1px 10px #999; 
        margin: 2px;
        max-height: 50px;
        cursor: pointer;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
    }	
	
.largephoto { 
        background:#EFEFEF; 
		        background:black; 
        box-shadow: 1px 1px 10px #999; 
		        box-shadow: 0px 0px 0px #999; 
        margin: auto; 
        text-align: center; 
        position: relative;
			        position: absolute;
        -webkit-border-radius: 5px;
					-webkit-border-radius: 0px;
        -moz-border-radius: 5px;
		        -moz-border-radius: 0px;
        border-radius: 5px;
		        border-radius: 0px;
        margin-bottom: 0px !important;        
					margin-top: 0px !important;
        width: 800px;
		        width: 960px;
				height: 450px;
        padding-top: 5px;
		        padding-top: 0px;
				z-index:-1;
    }



/*---- hoverbox ----*/	

.hoverbox
{
	cursor: default;
	list-style: none;
}

.wrapper a
{
	cursor: default;
}

.wrapper a .preview
{
	display: none;
}

.wrapper a .preview1
{
	display: block;
	position: absolute;

	z-index: 1;
	    text-align: center; 
    padding:0px;
			top: -125px;
			left: 50%;	
			 
}

.wrapper a .previewtext1
{
	display: block;
		   float: center;
		   	position: absolute;
	z-index: 2;
	    text-align: center; 
    padding:0px;
			top: 85px;

	font-size: 12px;
	color: rgb(200,200,200);
	font-style: normal;
	font-weight: 100;
    	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
    	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;	
}

.wrapper a:hover .preview
{
	display: block;
	position: absolute;

	z-index: 1;
	    text-align: center; 
    padding:0px;
			top: -125px;
			left: 50%;	
			 
}

.wrapper a .previewtext
{	display: none;}

.wrapper a:hover .previewtext
{
	display: block;
		   float: center;
		   	position: absolute;
	z-index: 2;
	    text-align: center; 
    padding:0px;
			top: 85px;

	font-size: 12px;
	color: rgb(200,200,200);
	font-style: normal;
	font-weight: 100;
    	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
    	line-height: 1.2;
	font-family: arial, helvetica, sans-serif;	
}

.wrapper img
{
	background: #fff;
		background: black;
	border-color: #aaa #ccc #ddd #bbb;
		border-color: black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	height: 50px;
		width: auto;
}	

.wrapper1 img
{
	background: #fff;
		background: black;
	border-color: #aaa #ccc #ddd #bbb;
		border-color: black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	height: 150px;
		width: auto;
}	
.wrapper .preview
{
	border-color: #000;
		border-color: #000;
	height: 200px;
		width: auto;
}

#setheight {
	float: left;
	width: 850px;
		width: 960px;
		height: 440px;
	margin-left: 0px;
		border-top: 0px rgb(192,192,192) solid;
}