#topmenu {
	display: none;
}

#maincontent{
	/* width:70%; */
}

@media (min-width:200px) and (max-width:600px){
	#maincontent{
		width:100%;
	}
}

#bottomrightcontent{
	margin-left:20px;
	width:23%;
	float:right;
}

 @media (min-width:200px) and (max-width:600px){ 
	#bottomrightcontent{width:100%; 
	margin-left:0px;
	}
 }
 
 @media (min-width:200px) and (max-width:600px){
	.urlfix{
		width:300px;
		max-width:300px;
		word-wrap: break-word;
	}
}


#navmenu {
    background-color: #EEFFEE;
    border: 1px solid #000000;
	margin-bottom:20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:inline-block;
}




img {
	max-width: 100%;
	height:auto;
}

.important-image{
	max-width:1000% !important;
	height:auto;
}

facultyphoto img {
                height:auto !important;
}

.faculty-image
{
	max-width:100%;
	height:auto !important;
}



.TableCell{
	font-size:14px;
	font-style:bold;
}


